buildd-manager occasionally stops dispatching builds until it's restarted
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Julian Edwards |
Bug Description
The symptoms are that the queue is not processed at all, and the log is full of errors like this:
2010-10-28 15:16:17+0000 [-] Dispatching: <ross:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <fermium:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <berkelium:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <kaylaberry:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <gold:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <lakoocha:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <promethium:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <charichuelo:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <americium:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <terranova:http://
2010-10-28 15:16:17+0000 [-] Dispatching: <protactinium:http://
2010-10-28 15:16:24+0000 [-] <yellow:http://
2010-10-28 15:16:24+0000 [-] <yellow:http://
2010-10-28 15:16:24+0000 [-] <genip:http://
2010-10-28 15:16:24+0000 [-] <genip:http://
2010-10-28 15:16:24+0000 [-] <crested:http://
2010-10-28 15:16:24+0000 [-] <crested:http://
2010-10-28 15:16:24+0000 [-] <adare:http://
2010-10-28 15:16:25+0000 [-] <adare:http://
2010-10-28 15:16:25+0000 [-] <rothera:http://
2010-10-28 15:16:25+0000 [-] <rothera:http://
2010-10-28 15:16:25+0000 [-] <palmer:http://
2010-10-28 15:16:25+0000 [-] <palmer:http://
2010-10-28 15:16:25+0000 [-] <vernadsky:http://
2010-10-28 15:16:25+0000 [-] <vernadsky:http://
2010-10-28 15:16:31+0000 [-] <gourd:http://
2010-10-28 15:16:40+0000 [-] <gourd:http://
2010-10-28 15:16:41+0000 [-] <hubbard:http://
Related branches
- Jonathan Lange (community): Approve
-
Diff: 7192 lines (+2211/-3509)24 files modifiedlib/lp/buildmaster/doc/builder.txt (+2/-118)
lib/lp/buildmaster/interfaces/builder.py (+83/-62)
lib/lp/buildmaster/manager.py (+205/-469)
lib/lp/buildmaster/model/builder.py (+240/-224)
lib/lp/buildmaster/model/buildfarmjobbehavior.py (+60/-52)
lib/lp/buildmaster/model/packagebuild.py (+6/-0)
lib/lp/buildmaster/tests/mock_slaves.py (+157/-32)
lib/lp/buildmaster/tests/test_builder.py (+582/-154)
lib/lp/buildmaster/tests/test_manager.py (+248/-782)
lib/lp/buildmaster/tests/test_packagebuild.py (+12/-0)
lib/lp/code/model/recipebuilder.py (+32/-28)
lib/lp/soyuz/browser/tests/test_builder_views.py (+1/-1)
lib/lp/soyuz/doc/buildd-dispatching.txt (+0/-371)
lib/lp/soyuz/doc/buildd-slavescanner.txt (+0/-876)
lib/lp/soyuz/model/binarypackagebuildbehavior.py (+59/-41)
lib/lp/soyuz/tests/test_binarypackagebuildbehavior.py (+290/-8)
lib/lp/soyuz/tests/test_doc.py (+0/-6)
lib/lp/testing/factory.py (+8/-2)
lib/lp/translations/doc/translationtemplatesbuildbehavior.txt (+0/-114)
lib/lp/translations/model/translationtemplatesbuildbehavior.py (+20/-14)
lib/lp/translations/stories/buildfarm/xx-build-summary.txt (+1/-1)
lib/lp/translations/tests/test_translationtemplatesbuildbehavior.py (+202/-153)
lib/lp_sitecustomize.py (+3/-0)
utilities/migrater/file-ownership.txt (+0/-1)
Changed in soyuz: | |
assignee: | nobody → Julian Edwards (julian-edwards) |
status: | Triaged → Fix Released |
milestone: | none → 10.11 |
This might be fixed with the re-written b-m that's about to deploy, let's leave this open for a while and see if it happens again.