"remote_run_result" is flaky |
||||||||
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 32 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyHAsSBUZsYWtlIhFyZW1vdGVfcnVuX3Jlc3VsdAw. This flaky test/step was previously tracked in issue 644412 .
,
Sep 19 2016
I don't think this is the same as issue 646142 since that one is about bot_update and this one is about remote_run_result.
,
Sep 20 2016
@@@STEP_LOG_LINE@exception@Traceback (most recent call last):@@@ @@@STEP_LOG_LINE@exception@ File "../../../scripts/slave/remote_run.py", line 226, in shell_main@@@ @@@STEP_LOG_LINE@exception@ return main(argv)@@@ @@@STEP_LOG_LINE@exception@ File "../../../scripts/slave/remote_run.py", line 211, in main@@@ @@@STEP_LOG_LINE@exception@ with open(recipe_result_path) as f:@@@ @@@STEP_LOG_LINE@exception@IOError: [Errno 2] No such file or directory: 'E:\\b\\rr\\tmpth2isr\\recipe_result.json'@@@ @@@STEP_LOG_END@exception@@@
,
Sep 20 2016
INFO:root:Running ['git.bat', 'rev-parse', '--verify', '82c60d376b779c86f78ce98884fd4f887382e9ec^{commit}'] fatal: Needed a single revision
,
Sep 20 2016
Adding trooper labels since this looks like recipe problems? Please point me in the right direction if you're not the ones to handle this.
,
Sep 21 2016
Removing "Sheriff-Chromium" label, as per: "Apply the Infra-Trooper label and remove the Sheriff-Chromium label." rule.
,
Sep 21 2016
Looking at the first few https://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/203415 Timeout https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/239073 File "/b/.remote_run_cipd/recipes.py", line 568, in <module> ret = main() File "/b/.remote_run_cipd/recipes.py", line 508, in main return remote(args) File "/b/.remote_run_cipd/recipes.py", line 182, in remote return remote.main(args) File "/b/.remote_run_cipd/recipe_engine/remote.py", line 44, in main args.repository, args.revision, checkout_dir, allow_fetch=True) File "/b/.remote_run_cipd/recipe_engine/fetch.py", line 60, in wrapper return f(*args, **kwargs) File "/b/.remote_run_cipd/recipe_engine/fetch.py", line 193, in checkout recipes_cfg_text = base64.b64decode(recipes_cfg_request.text) File "/usr/lib/python2.7/base64.py", line 73, in b64decode return binascii.a2b_base64(s) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 1470: ordinal not in range(128) https://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/203211/steps/remote_run_result/logs/stdio UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 1470: ordinal not in range(128) https://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/227884/steps/remote_run_result/logs/stdio UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 1470: ordinal not in range(128) I'm guessing they're gitiles flake that the recipe code doesn't handle well. IE: https://cs.chromium.org/chromium/infra/recipes-py/recipe_engine/fetch.py?q=recipes_cfg_request.text&sq=package:chromium&l=192 Doesn't check to see if the request was a 200 before loading it, so this was probably a 500 or 400 or something.
,
Sep 21 2016
,
Sep 30 2016
Dan, if this is Gitiles, will your recent change have fixed this?
,
Jan 18 2017
Ping - please provide an update to your high priority bug. This bug is stale. Is it really P-1?
,
May 15 2017
this is stale |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by grt@chromium.org
, Sep 14 2016Status: Duplicate (was: Untriaged)