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

Issue 665595 link

Starred by 5 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 0
Type: Bug



Sign in to add a comment

cast_shell_linux is constantly failing

Project Member Reported by iannu...@google.com, Nov 15 2016

Issue description

Comment 1 by iannu...@google.com, Nov 15 2016

Labels: -Pri-3 Pri-0

Comment 2 by iannu...@google.com, Nov 15 2016

Looks like the analyze step is constantly failing:

https://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/261085/steps/analyze/logs/stdio

{
  "error": "Invalid targets", 
  "invalid_targets": [
    "//chromecast/app:cast_shell_unittests", 
    "//chromecast/browser:cast_shell_browsertests"
  ]
}
Cc: phajdan.jr@chromium.org
Didn't mean to delete last comment, in which I've cc'd Pawel to find right person to assign this too. I am not sure who is current analyze owner.

Comment 5 by aga...@chromium.org, Nov 15 2016

Yeah, analyze is failing with "Error: Invalid targets". But the analyze step itself isn't turning red, and instead the error is surfacing directly inside the "steps" step. More than just the analyze step is broken here.

Comment 9 by mmenke@chromium.org, Nov 15 2016

 Issue 665594  has been merged into this issue.
Issue 665559 has been merged into this issue.
Project Member

Comment 11 by bugdroid1@chromium.org, Nov 15 2016

er, actually not
It looks the the problem might actually be fixed at HEAD now?
Ok, NOW it's showing up red: https://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/261329

Doesn't look fixed at HEAD.
Status: Available (was: Untriaged)
mb.py is exiting with a zero code because (arguably) it's doing what it's supposed to do. The recipe should be failing when it is getting "invalid targets" in the results.

Though I could be convinced that mb should return a 1 in this case too if that was useful.
That's fine, the recipe now makes the step red, so it should be more apparent. That said, I'm not sure who can/should fix the actual problem (e.g. there are bad targets).
Cc: bcwh...@chromium.org horo@chromium.org suzyh@chromium.org jdonnelly@chromium.org
Labels: -Infra-Troopers
(removing trooper label, cc'ing sheriffs)
Cc: alokp@chromium.org
Owner: dpranke@chromium.org
Status: Assigned (was: Available)
I'm on it, and reverting the problematic change right now (https://codereview.chromium.org/2499563002/).
Status: Fixed (was: Assigned)
Change reverted, bot is passing the analyze step now on new builds ...

Sign in to add a comment