New issue
Advanced search Search tips

Issue 643416 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

"remote_run_result" is flaky

Project Member Reported by chromium...@appspot.gserviceaccount.com, Sep 1 2016

Issue description

"remote_run_result" is flaky.

This issue was created automatically by the chromium-try-flakes app. Please find the right owner to fix the respective test/step and assign this issue to them. If the step/test is infrastructure-related, please add Infra-Troopers label and change issue status to Untriaged. When done, please remove the issue from Sheriff Bug Queue by removing the Sheriff-Chromium label.

We have detected 3 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyHAsSBUZsYWtlIhFyZW1vdGVfcnVuX3Jlc3VsdAw.


 
Labels: -Sheriff-Chromium Infra-Troopers
These 3 flakes look like infra failures:
Traceback (most recent call last):
  File "C:\infra-python\run.py", line 29, in <module>
    sys.exit(run_helper.run_py_main(sys.argv[1:], RUNPY_PATH, ENV_PATH, 'infra'))
  File "C:\infra-python\bootstrap\run_helper.py", line 125, in run_py_main
    runpy.run_module(args[0], run_name='__main__', alter_sys=True)
  File "E:\b\depot_tools\python276_bin\Lib\runpy.py", line 176, in run_module
    fname, loader, pkg_name)
  File "E:\b\depot_tools\python276_bin\Lib\runpy.py", line 82, in _run_module_code
    mod_name, mod_fname, mod_loader, pkg_name)
  File "E:\b\depot_tools\python276_bin\Lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "C:\infra-python\infra\tools\send_monitoring_event\__main__.py", line 10, in <module>
    from infra_libs import event_mon
ImportError: cannot import name event_mon
WARNING:monitoring_utils:Failed to send monitoring event.
Traceback (most recent call last):
  File "E:\b\build\scripts\slave\monitoring_utils.py", line 81, in write_build_monitoring_event
    _check_call(cmd)
  File "E:\b\build\scripts\slave\monitoring_utils.py", line 38, in _check_call
    subprocess.check_call(cmd, **kwargs)
  File "E:\b\depot_tools\python276_bin\lib\subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)

https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/273013
Owner: sergeybe...@chromium.org
Status: Assigned (was: Untriaged)
Assigning to myself as the current trooper.

First gut reaction: it's probably an old checkout on the bot... Will investigate.
Mergedinto: 643756
Status: Duplicate (was: Assigned)
I'm going to wildly speculate that it's probably related to issue 643756.

Reason: infra-python is a CIPD package that's installed atomically as a whole. There is no way event_mon from the same package could be missing (it wouldn't pass tests). However, we had similar (unrelated) errors with inconsistent versions of the code, and cleaning up old .pyc files helped to solve it. So, it's probably the same thing.

That issue is now resolved, I'm hoping this one will also not show up anymore. Closing for now - if it happens again, it'll likely get reopened.

Sign in to add a comment