New issue
Advanced search Search tips

Issue 888449 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner: ----
Closed: Sep 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

logdog_bootstrap fails flakily

Project Member Reported by artit@chromium.org, Sep 24

Issue description

We have a 5-10% failure rate for logdog bootstrap in the WebRTC waterfall for one specific bot - vm828-m1.labs. We don't see it for other bots for some reason. Is it because of the win filesystem or some characteristic of the lab network?

https://ci.chromium.org/buildbot/chromium.webrtc/Win%20Builder/?limit=200

Example failure:

https://ci.chromium.org/buildbot/chromium.webrtc/Win%20Builder/81935

Traceback (most recent call last):
  File "../../../scripts/slave/remote_run.py", line 786, in main
    return _main_impl(argv, stream)
  File "../../../scripts/slave/remote_run.py", line 776, in _main_impl
    cleanup_dir, cache_dir)
  File "../../../scripts/slave/remote_run.py", line 677, in _exec_recipe
    recipe_return_code = bs.get_result()
  File "E:\b\build\scripts\slave\logdog_bootstrap.py", line 661, in get_result
    self._bootstrap_result_path, e))
BootstrapError: Failed to open bootstrap result file [E:\b\rr\tmpm81nze\bootstrap_result.json]: [Errno 2] No such file or directory: 'E:\\b\\rr\\tmpm81nze\\bootstrap_result.json'
 
Since this is non-luci, maybe this is a duplicate of https://crbug.com/811232 ? Maybe luci migration makes this go away?
Mergedinto: 811232
Status: Duplicate (was: Untriaged)
Yeah that looks like a buildbot only bug.  chromium.webrtc should be migrated to luci soon, so this won't be an issue anymore after that.
Yes, thanks!

Sign in to add a comment