New issue
Advanced search Search tips

Issue 916195 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 18
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

closure_compilation job timing out for crrev/665967

Project Member Reported by mea...@chromium.org, Dec 18

Issue description

I've been trying to land crrev/665967 for some time now, and I keep getting the following error:

  closure_compilation on master.tryserver.chromium.linux (JOB_TIMED_OUT, build has not started yet; builder either lacks capacity or does not exist (misspelled?))


The CL only contains a python file and I believe closure_compilation is JS related, so not sure how to debug this.
 
Components: -Infra>Platform>Buildbot>TryServer Infra>Client>Chrome
I think the only reason it's trying to run that trybot is because you have "Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation" in the description. I think that builder has been turned down and luci.chromium.try:closure_compilation has replaced it.
Owner: mea...@chromium.org
Components: -Infra>Client>Chrome
I wasn't specifically running that trybot though, I was either doing "git cl try" or just "Submit to CQ". Is it possible that this CL triggered a try run config that still includes the non-existent trybot?
Status: Fixed (was: Untriaged)
As #2 noted, by having that "Cq-Include-Trybots" footer in your CL description, you *were* specifically running it.

This was on your CL because you uploaded it more than a year ago. The PRESUBMITs that added this footer to CLs were updated a while ago. I've removed the footer.
Ah, thanks, that explains it.

Sign in to add a comment