New issue
Advanced search Search tips

Issue 646782 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: May 2017
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 14 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 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 .
 

Comment 1 by grt@chromium.org, Sep 14 2016

Mergedinto: 646142
Status: Duplicate (was: Untriaged)

Comment 2 by estaab@chromium.org, Sep 19 2016

Status: Available (was: Duplicate)
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.

@@@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@@@


INFO:root:Running ['git.bat', 'rev-parse', '--verify', '82c60d376b779c86f78ce98884fd4f887382e9ec^{commit}']
fatal: Needed a single revision
Cc: dewittj@chromium.org
Components: Infra
Labels: Infra-Troopers
Status: Untriaged (was: Available)
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.

Comment 6 by loyso@chromium.org, Sep 21 2016

Labels: -Sheriff-Chromium
Removing "Sheriff-Chromium" label, as per:
"Apply the Infra-Trooper label and remove the Sheriff-Chromium label." rule.

Comment 7 by hinoka@chromium.org, Sep 21 2016

Labels: -Infra-Troopers
Owner: phajdan.jr@chromium.org
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.
Components: -Infra Infra>CQ
Components: -Infra>CQ Infra>Platform>Recipes
Owner: d...@chromium.org
Status: Assigned (was: Untriaged)
Dan, if this is Gitiles, will your recent change have fixed this?
Ping - please provide an update to your high priority bug. This bug is stale. Is it really P-1?
Status: WontFix (was: Assigned)
this is stale

Sign in to add a comment