[Buildbot-commits] [SPAM] Re: [Buildbot] #917: Upgrade from 0.7.12 fails: 'Failed to load application: No module named slave.bot'
Buildbot
buildbot-devel at lists.sourceforge.net
Sun Jul 11 20:01:23 UTC 2010
#917: Upgrade from 0.7.12 fails: 'Failed to load application: No module named
slave.bot'
-------------------+--------------------------------------------------------
Reporter: tfogal | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.1 | Keywords:
-------------------+--------------------------------------------------------
Comment(by tfogal):
Here's a terminal session showing the full error plus some other
environment info.
{{{
tfogal at krueger-mac $ cat start.sh
#!/bin/sh
nice \
env -i \
PATH="${PATH}" \
PYTHONPATH="${PYTHONPATH}" \
HOME="${HOME}" \
buildslave start
tfogal at krueger-mac $ bash start.sh
/Users/tfogal/krueger-mac.sci.utah.edu/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/internet/_sslverify.py:5:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import itertools, md5
Following twistd.log until startup finished..
/Users/tfogal/krueger-mac.sci.utah.edu/lib/python2.6/site-
packages/buildbot_slave-0.8.1-py2.6.egg/buildslave/scripts/logwatcher.py:52:
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is
not installed. This probably means you have not yet called reactor.run, or
called reactor.run(installSignalHandler=0). You will probably never see
this process finish, and it may become a zombie process.
/Users/tfogal/krueger-mac.sci.utah.edu/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/persisted/sob.py:12:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os, md5, sys
/Users/tfogal/krueger-mac.sci.utah.edu/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/python/filepath.py:12:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
import sha
Traceback (most recent call last):
File "/Users/tfogal/sw/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/application/app.py",
line 694, in run
runApp(config)
File "/Users/tfogal/sw/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/scripts/twistd.py",
line 23, in runApp
_SomeApplicationRunner(config).run()
File "/Users/tfogal/sw/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/application/app.py",
line 411, in run
self.application = self.createOrGetApplication()
File "/Users/tfogal/sw/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/application/app.py",
line 494, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/Users/tfogal/sw/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/application/app.py",
line 505, in getApplication
application = service.loadApplication(filename, style,
passphrase)
File "/Users/tfogal/sw/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/application/service.py",
line 390, in loadApplication
application = sob.loadValueFromFile(filename,
'application', passphrase)
File "/Users/tfogal/sw/lib/python2.6/site-
packages/Twisted-8.2.0-py2.6-macosx-10.6-universal.egg/twisted/persisted/sob.py",
line 214, in loadValueFromFile
exec fileObj in d, d
File "buildbot.tac", line 3, in <module>
from buildbot.slave.bot import BuildSlave
exceptions.ImportError: No module named slave.bot
Failed to load application: No module named slave.bot
The buildslave took more than 10 seconds to start, so we were unable to
confirm that it started correctly. Please 'tail twistd.log' and look for
a
line that says 'configuration update complete' to verify correct
startup.
tfogal at krueger-mac $ echo $PYTHONPATH
:/Users/tfogal/krueger-mac.sci.utah.edu/lib64/python2.6/site-
packages:/Users/tfogal/krueger-mac.sci.utah.edu/lib/python2.6/site-
packages
tfogal at krueger-mac $ echo $PATH
/Users/tfogal/krueger-
mac.sci.utah.edu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:~/sw/bin
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/917#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list