Closed
Bug 976548
Opened 11 years ago
Closed 11 years ago
buildbot-master70 is having trouble with puppet
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: massimo)
Details
Tue Feb 25 02:00:13 -0800 2014 Puppet (err): /usr/bin/make -f Makefile.setup all BASEDIR=/builds/buildbot/tests1-windows MASTER_NAME=bm70-tests1-windows VIRTUALENV=/tools/python27-virtualenv/bin/virtualenv PYTHON=/tools/python27/bin/python2.7 HG=/tools/python27-mercurial/bin/hg MASTERS_JSON=https://hg.mozilla.org/build/tools/raw-file/default/buildfarm/maintenance/production-masters.json USER=cltbld BUILDBOTCUSTOM_BRANCH=production-0.8 BUILDBOTCONFIGS_BRANCH=production TOOLS_REPO=https://hg.mozilla.org/build/tools returned 2 instead of one of [0]
Tue Feb 25 02:00:13 -0800 2014 /Stage[main]//Node[buildbot-master70.srv.releng.use1.mozilla.com]/Buildmaster::Buildbot_master::Mozilla[bm70-tests1-windows]/Exec[setup-tests1-windows]/returns (err): change from notrun to 0 failed: /usr/bin/make -f Makefile.setup all BASEDIR=/builds/buildbot/tests1-windows MASTER_NAME=bm70-tests1-windows VIRTUALENV=/tools/python27-virtualenv/bin/virtualenv PYTHON=/tools/python27/bin/python2.7 HG=/tools/python27-mercurial/bin/hg MASTERS_JSON=https://hg.mozilla.org/build/tools/raw-file/default/buildfarm/maintenance/production-masters.json USER=cltbld BUILDBOTCUSTOM_BRANCH=production-0.8 BUILDBOTCONFIGS_BRANCH=production TOOLS_REPO=https://hg.mozilla.org/build/tools returned 2 instead of one of [0]
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → mgervasini
Assignee | ||
Comment 1•11 years ago
|
||
I have uploaded the following packages on http://pypi.pub.build.mozilla.org/pub/
* https://pypi.python.org/packages/source/M/MozillaPulse/MozillaPulse-0.80.tar.gz#md5=9b5a3491d7e59ef3937d686acaf3b49e
* https://pypi.python.org/packages/source/k/kombu/kombu-3.0.12.tar.gz#md5=3a9cf9f8056a7a1f1289346aed2b9319
* https://pypi.python.org/packages/source/a/amqp/amqp-1.4.3.tar.gz#md5=75e1cb89f336abc5102e1aa14823bcc2
We now have two version of amqp 0.6.1 and 1.4.3 in pypi repository
Should we freeze the requirement on kombu on a specific version?
Blocks: 966070
Flags: needinfo?(mcote)
Comment 2•11 years ago
|
||
MozillaPulse used to rely on carrot, which is where the old version of amqp came from. I don't know if other packages need it, but MozillaPulse no longer indirectly requires amqp 0.6.1.
Apparently we have some clients using kombu > 3.0, so I don't think we need to peg it, unless you think we ought to.
Flags: needinfo?(mcote)
Reporter | ||
Comment 3•11 years ago
|
||
FYI we don't need to use version 0.80.
I took the latest but it could work with lower version.
You might want to try to determine what version we use in our buildbot masters and match that version.
Assignee | ||
Comment 4•11 years ago
|
||
Thanks Mark, thanks Armen,
I did a test, and I have managed to install a buildbot master using MozillaPulse 0.80 and the standard scripts.
I am installing a new buildbot master soon, I leave this open for a while.
No longer blocks: 966070
Assignee | ||
Comment 5•11 years ago
|
||
buildbot-master70 has managed to install buildbot properly
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•