Closed
Bug 508672
Opened 16 years ago
Closed 15 years ago
Upgrade buildbot to 0.8.0
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: catlee)
References
Details
(Whiteboard: [tracking][oldbug])
Attachments
(13 files, 1 obsolete file)
96.99 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
2.35 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
11.84 KB,
text/plain
|
Details | |
856 bytes,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
740 bytes,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
1.37 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
1.40 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
713 bytes,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
9.48 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
3.37 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
207.37 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
8.34 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
3.59 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
Newer is more better!
buildbot 0.7.11p1 has a few enhancements that would benefit us:
* Better management of event and change caches. It actually cleans out changes.pck now!
* Show pending builds on builder pages, and allows us to cancel pending builds
Comment 1•16 years ago
|
||
Futuring till we have time to work on this.
Component: Release Engineering → Release Engineering: Future
Comment 2•16 years ago
|
||
(In reply to comment #0)
> * Show pending builds on builder pages, and allows us to cancel pending builds
Sexy.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → catlee
Summary: Upgrade buildbot to 0.7.11p1 → Upgrade buildbot to 0.7.11p3
Comment 3•16 years ago
|
||
BTW, 0.7.11p3 fixes some XSS vulnerabilities.
Assignee | ||
Updated•16 years ago
|
Summary: Upgrade buildbot to 0.7.11p3 → Upgrade buildbot to 0.7.12
Assignee | ||
Comment 4•16 years ago
|
||
Running into problems with 0.7.12 on the server, and 0.7.10 on the slave:
2010/01/13 16:13 PST [Broker,client] Traceback (most recent call last):
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/python/log.py", line 53, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/python/log.py", line 38, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/selectreactor.py", line 139, in _doReadOrWrite
why = getattr(selectable, method)()
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/tcp.py", line 348, in doRead
return self.protocol.dataReceived(data)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/banana.py", line 184, in dataReceived
gotItem(item)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/banana.py", line 114, in gotItem
self.callExpressionReceived(item)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/banana.py", line 81, in callExpressionReceived
self.expressionReceived(obj)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/pb.py", line 559, in expressionReceived
method(*sexp[1:])
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/pb.py", line 870, in proto_message
self._recvMessage(self.localObjectForID, requestID, objectID, message, answerRequired, netArgs, netKw)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/pb.py", line 901, in _recvMessage
self._sendError(f, requestID)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/pb.py", line 953, in _sendError
self.sendCall("error", requestID, self.serialize(fail))
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/pb.py", line 807, in serialize
return jelly(object, self.security, None, self)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/jelly.py", line 879, in jelly
return _Jellier(taster, persistentStore, invoker).jelly(object)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/jelly.py", line 408, in jelly
return obj.jellyFor(self)
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/flavors.py", line 308, in jellyFor
sxp.extend([t, jellier.jelly(state)])
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/jelly.py", line 468, in jelly
sxp.append([self.jelly(key), self.jelly(val)])
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/jelly.py", line 460, in jelly
sxp.append(self.jelly(item))
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/spread/jelly.py", line 496, in jelly
(objType, obj))
<class 'twisted.spread.jelly.InsecureJelly'>: Type not allowed for object: <type 'type'> <class 'twisted.spread.flavors.NoSuchMethod'>
2010/01/13 16:13 PST [Broker,client] ReconnectingPBClientFactory.failedToGetPerspective
2010/01/13 16:13 PST [Broker,client] we lost the brand-new connection
2010/01/13 16:13 PST [Broker,client] <twisted.internet.tcp.Connector instance at 0xb7a0606c> will retry in 2 seconds
2010/01/13 16:13 PST [Broker,client] Stopping factory <buildbot.slave.bot.BotFactory instance at 0xb7ad7e6c>
2010/01/13 16:13 PST [-] Starting factory <buildbot.slave.bot.BotFactory instance at 0xb7ad7e6c>
2010/01/13 16:13 PST [Broker,client] ReconnectingPBClientFactory.failedToGetPerspective
2010/01/13 16:13 PST [Broker,client] Traceback from remote host -- Traceback (most recent call last):
File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py", line 194, in addCallback
callbackKeywords=kw)
File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py", line 185, in addCallbacks
self._runCallbacks()
File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py", line 323, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tools/buildbot-catlee/buildbot/master.py", line 354, in requestAvatar
d = defer.maybeDeferred(p.attached, mind)
--- <exception caught here> ---
File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/internet/defer.py", line 105, in maybeDeferred
result = f(*args, **kw)
File "/tools/buildbot-catlee/buildbot/buildslave.py", line 171, in attached
d = self.disconnect()
File "/tools/buildbot-catlee/buildbot/buildslave.py", line 286, in disconnect
return self._disconnect(self.slave)
File "/tools/buildbot-catlee/buildbot/buildslave.py", line 301, in _disconnect
slave.notifyOnDisconnect(_disconnected)
File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/spread/pb.py", line 297, in notifyOnDisconnect
self.broker.notifyOnDisconnect(self._disconnected)
File "/tools/twisted-8.0.1/lib/python2.5/site-packages/twisted/spread/pb.py", line 618, in notifyOnDisconnect
self.disconnects.append(notifier)
exceptions.AttributeError: 'NoneType' object has no attribute 'append'
Maybe need a newer version of twisted?
Assignee | ||
Updated•16 years ago
|
Component: Release Engineering: Future → Release Engineering
Assignee | ||
Comment 5•16 years ago
|
||
Both Talos and Build slaves require upgrades as well.
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Summary: Upgrade buildbot to 0.7.12 → Upgrade buildbot to 0.8.0
Comment 6•15 years ago
|
||
Chris, /tools/buildbot points to a buildbot-catlee on mv-moz2-linux-ix-slave01, but returns this
$ buildbot start /builds/slave/
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "/tools/buildbot/bin/buildbot", line 4, in <module>
from pkg_resources import require; require('buildbot==latest')
ImportError: No module named pkg_resources
Left as is, ack'd in nagios.
Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #6)
> Chris, /tools/buildbot points to a buildbot-catlee on mv-moz2-linux-ix-slave01,
> but returns this
>
> $ buildbot start /builds/slave/
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
> File "/tools/buildbot/bin/buildbot", line 4, in <module>
> from pkg_resources import require; require('buildbot==latest')
> ImportError: No module named pkg_resources
>
> Left as is, ack'd in nagios.
Yes, that's because PYTHONHOME and PYTHONPATH are set up in ~/.bash_profile, I'll comment those out for now.
Assignee | ||
Comment 9•15 years ago
|
||
Most affected are the schedulers and l10n code.
This code is incompatible with previous versions of buildbot, so this needs to land in another branch or separate repo until everything is ported over.
Attachment #439595 -
Flags: review?(bhearsum)
Comment 11•15 years ago
|
||
Comment on attachment 439595 [details] [diff] [review]
Various changes required for buildbot 0.8.0
I didn't line-by-line this, but based on what you showed me the other week and a high level look at this, it seems fine.
Attachment #439595 -
Flags: review?(bhearsum) → review+
Comment 12•15 years ago
|
||
Glancing at the patch, I see mostly removal of l10n infra, is that intended?
Assignee | ||
Comment 13•15 years ago
|
||
(In reply to comment #12)
> Glancing at the patch, I see mostly removal of l10n infra, is that intended?
In a way, yes. A lot of the code isn't required since change properties came into play. The rest of the code needed to be ported to the new way that schedulers have to behave.
I believe that the new code is functionally equivalent.
Assignee | ||
Comment 14•15 years ago
|
||
Comment on attachment 439595 [details] [diff] [review]
Various changes required for buildbot 0.8.0
changeset: 705:4fc214d9e3e4
branch: buildbot-0.8.0
Attachment #439595 -
Flags: checked-in+
Comment 15•15 years ago
|
||
(In reply to comment #13)
> I believe that the new code is functionally equivalent.
I don't think so, fwiw.
Comment 16•15 years ago
|
||
(In reply to comment #15)
> (In reply to comment #13)
> > I believe that the new code is functionally equivalent.
>
> I don't think so, fwiw.
Can you be more specific?
Comment 17•15 years ago
|
||
You stopped parsing l10n.ini files, right? So whatever depends on that changed.
Assignee | ||
Comment 18•15 years ago
|
||
Attachment #441883 -
Flags: review?(bhearsum)
Comment 19•15 years ago
|
||
(In reply to comment #17)
> You stopped parsing l10n.ini files, right? So whatever depends on that changed.
That's not a helpful answer. What depends on the l10n.ini files?
Comment 20•15 years ago
|
||
l10n.ini controls which applications to kick off for which directories on which branches, en-US or l10n-wise.
Comment 21•15 years ago
|
||
(In reply to comment #20)
> l10n.ini controls which applications to kick off for which directories on which
> branches, en-US or l10n-wise.
Okay, we should move that to config.py, then.
Comment 22•15 years ago
|
||
Comment on attachment 441883 [details] [diff] [review]
Python 2.6 manitests for linux
I don't think you want to subscribe to /tools/python for this version. I think 2.5/2.6 would stomp on each other if you did that.
Attachment #441883 -
Flags: review?(bhearsum) → review-
Comment 23•15 years ago
|
||
I don't intend to keep track on where that data ends up, I'm maintaining l10n.inis.
Comment 24•15 years ago
|
||
(In reply to comment #23)
> I don't intend to keep track on where that data ends up, I'm maintaining
> l10n.inis.
What's the difference between editing a value in an ini and editing one in a .py?
Comment 25•15 years ago
|
||
(In reply to comment #20)
> l10n.ini controls which applications to kick off for which directories on which
> branches, en-US or l10n-wise.
If I am not mistaken this can be done with isFileIsImportant.
Assignee | ||
Comment 26•15 years ago
|
||
Attachment #441883 -
Attachment is obsolete: true
Attachment #442700 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Attachment #442700 -
Flags: review?(bhearsum) → review+
Comment 27•15 years ago
|
||
The l10n.ini information is shared between compare-locales and the scheduler, so instead of having to edit the configuration in multiple places, that only needs to be done, in the main source repo, together with the change that added the directory structure.
Assignee | ||
Comment 28•15 years ago
|
||
(In reply to comment #20)
> l10n.ini controls which applications to kick off for which directories on which
> branches, en-US or l10n-wise.
Ok, the way I'm handling this is specifying which directories to monitor in config.py:
http://hg.mozilla.org/build/buildbot-configs/file/daec2af2f26b/mozilla/config.py#l388
Then using isFileImportant on the scheduler to look for these directories:
http://hg.mozilla.org/build/buildbotcustom/file/b15567df30f7/misc.py#l549
which uses isImportantL10nFile here:
http://hg.mozilla.org/build/buildbotcustom/file/b15567df30f7/misc.py#l102
Am I missing anything?
Comment 29•15 years ago
|
||
(In reply to comment #27)
> The l10n.ini information is shared between compare-locales and the scheduler,
> so instead of having to edit the configuration in multiple places, that only
> needs to be done, in the main source repo, together with the change that added
> the directory structure.
After catlee's changes only compare-locales will be using this information.
The info with regards the modules is moved to:
BRANCHES['mozilla-central']['l10n_modules'] = ['browser','dom','toolkit']
The removal in l10n.py will not affect compare-locale since it already has its own L10nConfigParser in:
http://hg.mozilla.org/build/compare-locales/file/844d4ed299a8/lib/Mozilla/Paths.py#l46
Am I missing anything?
catlee we are going to need this entry in mobile_config.py as well (even if it is currently disabled).
Comment 30•15 years ago
|
||
You're missing the point how you're getting changes to that data. See bug 561032 for an upcoming example.
Comment 31•15 years ago
|
||
Here's a little play stuff I did this morning.
The unused RevMercurial step is kinda nice, because you can pass in an explicit revision. It should probably add a render(self.revision) and render(self.property) still to support WithProperties. Anyway, that source step should enable us to use real source steps instead of our hacky shell scripts for the source checkouts. Just in there because it was part of the game.
The TreeLoader step is actually more interesting, it moves parsing of l10n.ini and it's children into a builder. There's no code yet to pass that info back to a scheduler, but that should be rather trivial. Benefits: We keep a single config, the load of the master.cfg is sync again, and a scheduler can trigger reruns of that build on changes in l10n.ini's, removing the need to reconfig or restart for those. I also succeeded in forcing a build via the web ui.
All tested on a vanilla 0.7.12 buildbot.
Assignee | ||
Comment 32•15 years ago
|
||
Attachment #443360 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Attachment #443360 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 34•15 years ago
|
||
Attachment #445114 -
Flags: review?(bhearsum)
Comment 35•15 years ago
|
||
Comment on attachment 445114 [details] [diff] [review]
Update buildbot to '0.8.0pre'
If we need a 2nd buildbot 0.8.0pre we can just use 0.8.0pre-1, so this seems like a good improvement.
Attachment #445114 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 36•15 years ago
|
||
Attachment #445355 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Attachment #445355 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 37•15 years ago
|
||
Attachment #445356 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Attachment #445356 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 38•15 years ago
|
||
Comment on attachment 445114 [details] [diff] [review]
Update buildbot to '0.8.0pre'
changeset: 142:dd3399f33200
Attachment #445114 -
Flags: checked-in+
Assignee | ||
Comment 39•15 years ago
|
||
Attachment #447612 -
Flags: review?(bhearsum)
Assignee | ||
Comment 40•15 years ago
|
||
Attachment #447617 -
Flags: review?(bhearsum)
Comment 41•15 years ago
|
||
Comment on attachment 447612 [details] [diff] [review]
Update buildbot to 0.8.0 (final)
woo woo!
Attachment #447612 -
Flags: review?(bhearsum) → review+
Updated•15 years ago
|
Attachment #447617 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 42•15 years ago
|
||
Comment on attachment 447617 [details] [diff] [review]
Port changes from mozilla2, mozilla2-staging/ to mozilla/
changeset: 2444:842e9f53c3e8
Attachment #447617 -
Flags: checked-in+
Assignee | ||
Comment 43•15 years ago
|
||
Comment on attachment 447612 [details] [diff] [review]
Update buildbot to 0.8.0 (final)
changeset: 162:1df6be038ade
Attachment #447612 -
Flags: checked-in+
Assignee | ||
Comment 44•15 years ago
|
||
Attachment #448077 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Attachment #448077 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 45•15 years ago
|
||
Comment on attachment 448077 [details] [diff] [review]
Update fedora/fedora64 slaves to buildbot 0.8.0 via puppet
changeset: 168:eb96e7cda1cc
Attachment #448077 -
Flags: checked-in+
Assignee | ||
Comment 46•15 years ago
|
||
Attachment #449271 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Attachment #449271 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 47•15 years ago
|
||
Attachment #449324 -
Flags: review?(bhearsum)
Comment 48•15 years ago
|
||
Comment on attachment 449324 [details] [diff] [review]
Staging configs for sm02 on buildbot-080, some fixes for setup-master
>+L10N_SLAVES = {
>+ 'linux': SLAVES['linux'],
>+ 'win32': SLAVES['win32'],
>+ 'macosx': MAC_MINIS + XSERVES,
>+}
64-bit variants are going to be added to this list in mozilla2/ soon, may as well do that now here. (https://bug559057.bugzilla.mozilla.org/attachment.cgi?id=449236)
>+for branch in ACTIVE_BRANCHES:
>+ branchObjects = generateBranchObjects(BRANCHES[branch], branch)
>+ # No change sources here please!
>+ c['builders'].extend(branchObjects['builders'])
>+ c['status'].extend(branchObjects['status'])
>+ c['schedulers'].extend(branchObjects['schedulers'])
>+ c['change_source'].extend(branchObjects['change_source'])
The comment here looks wrong.
Everything else looks fine, and feel free to fix the above on landing.
Attachment #449324 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 49•15 years ago
|
||
Comment on attachment 449324 [details] [diff] [review]
Staging configs for sm02 on buildbot-080, some fixes for setup-master
changeset: 2482:4971ce1423ad
Attachment #449324 -
Flags: checked-in+
Assignee | ||
Comment 50•15 years ago
|
||
Comment on attachment 449271 [details] [diff] [review]
Install simplejson for buildbot on windows
changeset: 51:7a7d4b5d5b8f
Attachment #449271 -
Flags: checked-in+
Assignee | ||
Comment 51•15 years ago
|
||
This fixes the case where buildbot was originally installed without --old-and-unmanageable and so has an entry in easy_install.pth. Subsequent installations using --old-and-unmanageable have no affect.
Now we blow away all buildbot directories in site-packages before installing, and then install normally.
Attachment #451334 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Attachment #451334 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #451334 -
Flags: checked-in+
Assignee | ||
Comment 52•15 years ago
|
||
Comment on attachment 451334 [details] [diff] [review]
Don't use --old-and-unmanageable to install buildbot
52:721b78460763
Assignee | ||
Updated•15 years ago
|
OS: Linux → All
Hardware: x86 → All
Whiteboard: [tracking]
Assignee | ||
Updated•15 years ago
|
Whiteboard: [tracking] → [tracking][oldbug]
Assignee | ||
Comment 53•15 years ago
|
||
I'm going to resolve this fixed. We've deployed 0.8.0 to most of our masters and slaves.
The major pieces left on older versions of buildbot are the release builders (bug 553300) and mobile (bug 574729).
Status: ASSIGNED → RESOLVED
Closed: 15 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
•