New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 642151 link

Starred by 2 users

Issue metadata

Status: Duplicate
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

remote_run ran into exception if recipe failed

Project Member Reported by st...@chromium.org, Aug 29 2016

Issue description

Example: https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_webkit_variable/builds/49


Recipe failed due to trigger Swarming task twice.
But remote_run ran into exception too, because no recipe result.

---------
Traceback (most recent call last):
  File "../../../scripts/slave/remote_run.py", line 226, in shell_main
    return main(argv)
  File "../../../scripts/slave/remote_run.py", line 211, in main
    with open(recipe_result_path) as f:
IOError: [Errno 2] No such file or directory: '/b/rr/tmp7TNgMQ/recipe_result.json'
---------

It's not a big deal, but kinda hide the real cause at first glance.
 

Comment 1 by st...@chromium.org, Aug 29 2016

Components: Infra
Components: -Infra Infra>Platform>Recipes
Owner: martiniss@chromium.org
Status: Started
Uploaded https://codereview.chromium.org/2297003002
Mergedinto: 646142
Status: Duplicate (was: Started)

Sign in to add a comment