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

Issue 610037 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

"Recipe" is flaky

Project Member Reported by chromium...@appspot.gserviceaccount.com, May 7 2016

Issue description

"Recipe" 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 6 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyEQsSBUZsYWtlIgZSZWNpcGUM.

Flaky tests should be disabled within 30 minutes unless culprit CL is found and reverted. Please see more details here: https://sites.google.com/a/chromium.org/dev/developers/tree-sheriffs/sheriffing-bug-queues#triaging-auto-filed-flakiness-bugs
 
Project Member

Comment 1 by chromium...@appspot.gserviceaccount.com, May 8 2016

Detected 5 new flakes for test/step "Recipe". To see the actual flakes, please visit https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyEQsSBUZsYWtlIgZSZWNpcGUM. This message was posted automatically by the chromium-try-flakes app. Since flakiness is ongoing, the issue was moved back into Sheriff Bug Queue (unless already there).
Project Member

Comment 2 by chromium...@appspot.gserviceaccount.com, May 9 2016

Detected 12 new flakes for test/step "Recipe". To see the actual flakes, please visit https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyEQsSBUZsYWtlIgZSZWNpcGUM. This message was posted automatically by the chromium-try-flakes app. Since flakiness is ongoing, the issue was moved back into Sheriff Bug Queue (unless already there).
Cc: hayato@chromium.org
Status: WontFix (was: Untriaged)
It looks all bots are now green. Let's close this tentatively, and see whether this will happen again or not.

Status: Available (was: WontFix)
It is still flaky. Let me reopen this.
 Issue 610183  has been merged into this issue.
Components: Infra>CQ
Labels: -Sheriff-Chromium
Owner: serg...@chromium.org
Status: Assigned (was: Available)
As per https://bugs.chromium.org/p/chromium/issues/detail?id=597864,
let me assign this to sergiyb@.
Project Member

Comment 8 by chromium...@appspot.gserviceaccount.com, May 10 2016

Labels: Sheriff-Chromium
Detected 58 new flakes for test/step "Recipe". To see the actual flakes, please visit https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyEQsSBUZsYWtlIgZSZWNpcGUM. This message was posted automatically by the chromium-try-flakes app. Since flakiness is ongoing, the issue was moved back into Sheriff Bug Queue (unless already there).

Comment 9 by hayato@chromium.org, May 10 2016

Labels: -Sheriff-Chromium
Project Member

Comment 10 by chromium...@appspot.gserviceaccount.com, May 10 2016

Labels: Sheriff-Chromium
Detected 34 new flakes for test/step "archive_webkit_tests_results". To see the actual flakes, please visit https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyJwsSBUZsYWtlIhxhcmNoaXZlX3dlYmtpdF90ZXN0c19yZXN1bHRzDA. This message was posted automatically by the chromium-try-flakes app. Since flakiness is ongoing, the issue was moved back into Sheriff Bug Queue (unless already there).
Cc: iannucci@chromium.org
It looks like the actual python exception has changed (the location is roughly the same, but the exception is different.

Previously, I was seeing

Traceback (most recent call last):
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/util.py", line 154, in raises
    yield
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/run.py", line 370, in run_step
    step_result = open_step.run()
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/step_runner.py", line 217, in run
    cmd=cmd, handles=handles, env=step_env, cwd=step_dict.get('cwd'))
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/step_runner.py", line 388, in _run_cmd
    for pipe, data in proc.yield_any(timeout=1):
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/third_party/subprocess42.py", line 413, in yield_any
    maxsize=maxsize() if callable(maxsize) else maxsize, timeout=to)
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/third_party/subprocess42.py", line 465, in recv_any
    index, data, closed = recv_multi_impl(conns, maxsize, timeout)
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/third_party/subprocess42.py", line 171, in recv_multi_impl
    data = conn.read(maxsize)
IOError: [Errno 11] Resource temporarily unavailable

And now, since 'try run at 2016-05-09 10:36:17 UTC', the exception is

Traceback (most recent call last):
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/util.py", line 154, in raises
    yield
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/run.py", line 370, in run_step
    step_result = open_step.run()
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/step_runner.py", line 217, in run
    cmd=cmd, handles=handles, env=step_env, cwd=step_dict.get('cwd'))
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/step_runner.py", line 388, in _run_cmd
    for pipe, data in proc.yield_any(timeout=1):
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/third_party/subprocess42.py", line 421, in yield_any
    maxsize=maxsize() if callable(maxsize) else maxsize, timeout=to)
  File "/b/build/scripts/slave/.recipe_deps/recipe_engine/recipe_engine/third_party/subprocess42.py", line 485, in recv_any
    data = self._translate_newlines(data)
  File "/usr/lib/python2.7/subprocess.py", line 704, in _translate_newlines
    data = data.replace("\r\n", "\n")
AttributeError: 'NoneType' object has no attribute 'replace'

iannucci --  you landed a fix for  crbug.com/522396  that touched subprocess42 here -- is is possible that they're related?
I think Pawel landed some fixes for these issues too?
Labels: -Sheriff-Chromium Infra-Troopers
Moving to Infra queue; I don't think this is browser-related at all.
Owner: phajdan.jr@chromium.org
Pawel should be the owner for credit.

Sign in to add a comment