|
|
Created:
3 years, 8 months ago by Paweł Hajdan Jr. Modified:
3 years, 8 months ago CC:
chromium-reviews, infra-reviews+recipes-py_chromium.org, phajdan Target Ref:
refs/heads/master Project:
recipe_engine Visibility:
Public. |
DescriptionDisable bootstrap for recipes.py invocations in autoroll
TBR=iannucci
BUG=none
Review-Url: https://codereview.chromium.org/2801273002
Committed: https://github.com/luci/recipes-py/commit/bbe066964830adfaa2298d0fd77e02b86bcd48ea
Patch Set 1 #
Messages
Total messages: 19 (12 generated)
Example issue: finding roll candidates... looking for a trivial roll... ERROR:__main__:Already activated environment! Traceback (most recent call last): File "/b/c/recipe_autoroller/depot_tools/recipes/.recipe_deps/recipe_engine/recipes.py", line 762, in <module> ret = main() File "/b/c/recipe_autoroller/depot_tools/recipes/.recipe_deps/recipe_engine/recipes.py", line 675, in main ] + original_sys_argv[1:]) File "/usr/lib/python2.7/subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Uncaught exception (OSError): [Errno 2] No such file or directory Traceback (most recent call last): File "/tmp/recipesXeSVaG/recipes.py", line 762, in <module> ret = main() File "/tmp/recipesXeSVaG/recipes.py", line 678, in main return _real_main(args, op_args) File "/tmp/recipesXeSVaG/recipes.py", line 732, in _real_main return autoroll(args) File "/tmp/recipesXeSVaG/recipes.py", line 307, in autoroll return autoroll.main(args, repo_root, config_file) File "/tmp/recipesXeSVaG/recipe_engine/autoroll.py", line 263, in main config_file, context, package_spec, args.projects or []) File "/tmp/recipesXeSVaG/recipe_engine/autoroll.py", line 242, in test_rolls candidates, context, config_file, package_spec) File "/tmp/recipesXeSVaG/recipe_engine/autoroll.py", line 167, in process_candidates fetch(context.repo_root, package_spec) File "/tmp/recipesXeSVaG/recipe_engine/autoroll.py", line 113, in fetch subprocess.check_call(args) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command '['/tmp/recipesXeSVaG/ENV/bin/python', '/b/c/recipe_autoroller/depot_tools/recipes/recipes.py', 'fetch']' returned non-zero exit status 1 Uncaught exception (CalledProcessError): Command '['/tmp/recipesXeSVaG/ENV/bin/python', '/b/c/recipe_autoroller/depot_tools/recipes/recipes.py', 'fetch']' returned non-zero exit status 1 step returned non-zero exit code: 1
The CQ bit was checked by phajdan.jr@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
emso@chromium.org changed reviewers: + emso@chromium.org
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by phajdan.jr@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
No L-G-T-M from a valid reviewer yet. CQ run can only be started once the patch has received an L-G-T-M from a full committer. Even if an L-G-T-M may have been provided, it was from a non-committer,_not_ a full super star committer. Committers are members of the group "project-infra-committers". Note that this has nothing to do with OWNERS files.
Description was changed from ========== Disable bootstrap for recipes.py invocations in autoroll BUG=none ========== to ========== Disable bootstrap for recipes.py invocations in autoroll TBR=iannucci BUG=none ==========
phajdan.jr@chromium.org changed reviewers: + iannucci@chromium.org
The CQ bit was checked by phajdan.jr@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 1, "attempt_start_ts": 1491570162510820, "parent_rev": "ab1007e993f5ae367c15389afb954591bf3376dd", "commit_rev": "bbe066964830adfaa2298d0fd77e02b86bcd48ea"}
Message was sent while issue was closed.
Description was changed from ========== Disable bootstrap for recipes.py invocations in autoroll TBR=iannucci BUG=none ========== to ========== Disable bootstrap for recipes.py invocations in autoroll TBR=iannucci BUG=none Review-Url: https://codereview.chromium.org/2801273002 Committed: https://github.com/luci/recipes-py/commit/bbe066964830adfaa2298d0fd77e02b86bc... ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1) as https://github.com/luci/recipes-py/commit/bbe066964830adfaa2298d0fd77e02b86bc...
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2804273002/ by phajdan.jr@chromium.org. The reason for reverting is: Also has to be reverted for https://codereview.chromium.org/2805233002/ .. |