Builds "Waiting to be queued" for Hours Despite 0 Backlog

Hi,

I have two builds that serve as checks for a GitHub PR:

They have been “Waiting to be queued” for over six hours now. “Backlog Linux Builds for Open Source projects” shows 0 builds.

Any clue what’s going on? Thanks!

–Mathias

The oracle organization is already running a few jobs. As of this writing, we are running

https://travis-ci.org/oracle/graal/builds/636700123
https://travis-ci.org/oracle/graal/builds/636668555

The latter has a few ARM jobs, which are waiting for their turn in the back log, and blocking other jobs, including yours.

Actually… Looks like these ARM jobs seem to be stuck in a crash-reboot loop. I tried canceling, but it doesn’t seem to work. If you know somebody who can, please have them cancel the ARM jobs.

We’ll take a look at the health of the ARM queue soon.

The infinite loop issue has been fixed. The oracle organization still has a lot of jobs, mostly from https://travis-ci.org/oracle/graal/builds

At this point, I believe everything is working as expected.

1 Like

Thank you so much for your help, BanzaiMan!