Closed
Bug 650004
Opened 14 years ago
Closed 14 years ago
buildslave should not exit on UnauthorizedLogin
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
()
Details
(Whiteboard: [buildbot])
Attachments
(1 file)
2.74 KB,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
Exiting in this condition makes sense for buildbot itself - if you've got the wrong password, there's no sense in retrying. But it doesn't make sense for Mozilla, since we'll end up having to touch the slave.
Assignee | ||
Comment 1•14 years ago
|
||
For my reference, here's the error. It's actually an unhandled error, rather than a specific check for UnauthorizedLogin:
2011-06-08 15:36:32-0700 [-] Log opened.
2011-06-08 15:36:32-0700 [-] twistd 10.2.0 (/tools/buildbot-0.8.4-pre-moz1/bin/python 2.6.5) starting up.
2011-06-08 15:36:32-0700 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2011-06-08 15:36:32-0700 [-] Starting factory <buildslave.bot.BotFactory instance at 0xa0031cc>
2011-06-08 15:36:32-0700 [-] Connecting to preproduction-master.build.sjc1.mozilla.com:9010
2011-06-08 15:36:32-0700 [Broker,client] ReconnectingPBClientFactory.failedToGetPerspective
2011-06-08 15:36:32-0700 [Broker,client] Unhandled Error
Traceback from remote host -- Traceback (most recent call last):
Failure: twisted.cred.error.UnauthorizedLogin:
2011-06-08 15:36:32-0700 [Broker,client] Lost connection to preproduction-master.build.sjc1.mozilla.com:9010
2011-06-08 15:36:32-0700 [Broker,client] Stopping factory <buildslave.bot.BotFactory instance at 0xa0031cc>
2011-06-08 15:36:32-0700 [-] Main loop terminated.
2011-06-08 15:36:32-0700 [-] Server Shut Down.
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #538568 -
Flags: review?(catlee)
Updated•14 years ago
|
Attachment #538568 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Landed in 043788f30afc on the default branch (where it doesn't really matter) and 364f3b1e6352 on the slaves branch, although that's not deployed anywhere.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•