python / buildmaster-config

Configuration for buildbot.python.org

Home Page:https://buildbot.python.org/all/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buildbot server doesn't trigger jobs since the recent requirements update

vstinner opened this issue · comments

Yesterday, I upgraded dependencies: 8548bf2

It seems like since this upgrade, buildbot doesn't trigger new jobs anymore. I don't know what's going on.

I reverted the change (5c92579). Let's see if it does repair the server.

cc @pablogsal @zware

For now, I will leave the requirements as they are.

It's more likely that it just failed to restart fully than that the updated requirements actually made any difference. I'll force a restart.

I made a new attempt to upgrade buildbot requirements. This time, I recreated the "venv/" directory manually, I restarted the buildbot server manually.

Funny thing: I had to use kill -9 to stop the old buildbot server. kill was not enough and make stop-server didn't stop it neither. Maybe Twister is really nice and waits until some tasks complete.

It seems like the server just created a new task: https://buildbot.python.org/all/#/builders/882/builds/4162

I close the issue. Reopen it if the bug comes back.

@vstinner it seems that buildbots aren't running, is it connected with the update?

Oh no, the bug is back. I reopen the issue.

@zware restarted the server manually and it seems like the server logs again starting build messages in logs.

Jobs are created again, I close the issue. Thanks for the report @encukou.

I checked today and I saw new jobs created today. The server is still running.