[Buildbot-devel] make upgrade 0.8.6p1 -> 0.8.7p1 : master does not restart

Jean-Michel Beuken jean-michel.beuken at uclouvain.be
Fri Mar 22 20:40:41 UTC 2013


Hi,

upgrade seems ok ( see below ) but now, the master doesn't not start !
nothing in the twistd.log !?!   ( nothing....nada !?! )

any idea ?

I see something on internet ( like http://comments.gmane.org/gmane.comp.python.buildbot.devel/8922 )
but howto in my situation...

help...

thanks in advance

jmb

-------------------------------------------
[root at forges ~]# buildbot --version
Buildbot version: 0.8.6p1
Twisted version: 12.1.0
[root at forges ~]# buildslave --version
Buildslave version: 0.8.6p1
Twisted version: 12.1.0
-------------------------------------------


-------------------------------------------
[root at forges ~]# pip install -U buildbot
Downloading/unpacking buildbot from http://pypi.python.org/packages/source/b/buildbot/buildbot-0.8.7p1.zip#md5=52c1922fdde13f07657d9f013cca8683
   Downloading buildbot-0.8.7p1.zip (5.0Mb): 5.0Mb downloaded
   Running setup.py egg_info for package buildbot

Downloading/unpacking twisted>=9.0.0 from http://pypi.python.org/packages/source/T/Twisted/Twisted-12.3.0.tar.bz2#md5=6e289825f3bf5591cfd670874cc0862d (from buildbot)
   Downloading Twisted-12.3.0.tar.bz2 (2.6Mb): 2.6Mb downloaded
   Running setup.py egg_info for package twisted

Requirement already up-to-date: Jinja2>=2.1 in /opt/python2.7/lib/python2.7/site-packages (from buildbot)
Downloading/unpacking sqlalchemy>=0.6 from http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.8.0.tar.gz#md5=11cd07ca81fab78d53f2922b5fb187a3 (from buildbot)
   Downloading SQLAlchemy-0.8.0.tar.gz (3.8Mb): 3.8Mb downloaded
   Running setup.py egg_info for package sqlalchemy

     warning: no files found matching '*.jpg' under directory 'doc'
     no previously-included directories found matching 'doc/build/output'
Requirement already up-to-date: sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2 in /opt/python2.7/lib/python2.7/site-packages (from buildbot)
Downloading/unpacking python-dateutil==1.5 (from buildbot)
   Downloading python-dateutil-1.5.tar.gz (233Kb): 233Kb downloaded
   Running setup.py egg_info for package python-dateutil

Downloading/unpacking zope.interface>=3.6.0 from http://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.5.zip#md5=caf26025ae1b02da124a58340e423dfe (from twisted>=9.0.0->buildbot)
   Downloading zope.interface-4.0.5.zip (173Kb): 173Kb downloaded
   Running setup.py egg_info for package zope.interface

     warning: no previously-included files matching '*.dll' found anywhere in distribution
     warning: no previously-included files matching '*.pyc' found anywhere in distribution
     warning: no previously-included files matching '*.pyo' found anywhere in distribution
     warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking decorator from http://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz#md5=1e8756f719d746e2fc0dd28b41251356 (from sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2->buildbot)
   Downloading decorator-3.4.0.tar.gz
   Running setup.py egg_info for package decorator

     warning: no previously-included files found matching 'Makefile'
Requirement already up-to-date: Tempita>=0.4 in /opt/python2.7/lib/python2.7/site-packages (from sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2->buildbot)
Downloading/unpacking distribute from http://pypi.python.org/packages/source/d/distribute/distribute-0.6.35.tar.gz#md5=e55298c7e3a233df1a47a4881a0c9800 (from sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2->buildbot)
   Downloading distribute-0.6.35.tar.gz (644Kb): 644Kb downloaded
   Running setup.py egg_info for package distribute

Installing collected packages: buildbot, twisted, sqlalchemy, python-dateutil, zope.interface, decorator, distribute
   Found existing installation: buildbot 0.8.6p1
     Uninstalling buildbot:
       Successfully uninstalled buildbot
   Running setup.py install for buildbot
     changing mode of build/scripts-2.7/buildbot from 644 to 755

     changing mode of /opt/python2.7/bin/buildbot to 755
   Found existing installation: Twisted 12.1.0
     Uninstalling Twisted:
       Successfully uninstalled Twisted
   Running setup.py install for twisted

     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c conftest.c -o conftest.o
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c conftest.c -o conftest.o
     building 'twisted.runner.portmap' extension
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c twisted/runner/portmap.c -o build/temp.linux-x86_64-2.7/twisted/runner/portmap.o
     gcc -pthread -shared build/temp.linux-x86_64-2.7/twisted/runner/portmap.o -L/opt/python2.7/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/twisted/runner/portmap.so
     building 'twisted.test.raiser' extension
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c twisted/test/raiser.c -o build/temp.linux-x86_64-2.7/twisted/test/raiser.o
     gcc -pthread -shared build/temp.linux-x86_64-2.7/twisted/test/raiser.o -L/opt/python2.7/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/twisted/test/raiser.so
     building 'twisted.python.sendmsg' extension
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c twisted/python/sendmsg.c -o build/temp.linux-x86_64-2.7/twisted/python/sendmsg.o
     gcc -pthread -shared build/temp.linux-x86_64-2.7/twisted/python/sendmsg.o -L/opt/python2.7/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/twisted/python/sendmsg.so
     changing mode of build/scripts-2.7/manhole from 644 to 755
     changing mode of build/scripts-2.7/tap2deb from 644 to 755
     changing mode of build/scripts-2.7/twistd from 644 to 755
     changing mode of build/scripts-2.7/pyhtmlizer from 644 to 755
     changing mode of build/scripts-2.7/trial from 644 to 755
     changing mode of build/scripts-2.7/tap2rpm from 644 to 755
     changing mode of build/scripts-2.7/tapconvert from 644 to 755
     changing mode of build/scripts-2.7/tkconch from 644 to 755
     changing mode of build/scripts-2.7/conch from 644 to 755
     changing mode of build/scripts-2.7/ckeygen from 644 to 755
     changing mode of build/scripts-2.7/cftp from 644 to 755
     changing mode of build/scripts-2.7/lore from 644 to 755
     changing mode of build/scripts-2.7/mailmail from 644 to 755
     changing mode of /opt/python2.7/bin/tkconch to 755
     changing mode of /opt/python2.7/bin/manhole to 755
     changing mode of /opt/python2.7/bin/conch to 755
     changing mode of /opt/python2.7/bin/lore to 755
     changing mode of /opt/python2.7/bin/tap2deb to 755
     changing mode of /opt/python2.7/bin/twistd to 755
     changing mode of /opt/python2.7/bin/pyhtmlizer to 755
     changing mode of /opt/python2.7/bin/trial to 755
     changing mode of /opt/python2.7/bin/tap2rpm to 755
     changing mode of /opt/python2.7/bin/ckeygen to 755
     changing mode of /opt/python2.7/bin/tapconvert to 755
     changing mode of /opt/python2.7/bin/cftp to 755
     changing mode of /opt/python2.7/bin/mailmail to 755
   Found existing installation: SQLAlchemy 0.7.8
     Uninstalling SQLAlchemy:
       Successfully uninstalled SQLAlchemy
   Running setup.py install for sqlalchemy
     building 'sqlalchemy.cprocessors' extension
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o
     gcc -pthread -shared build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.o -L/opt/python2.7/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so
     building 'sqlalchemy.cresultproxy' extension
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o
     gcc -pthread -shared build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.o -L/opt/python2.7/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so
     building 'sqlalchemy.cutils' extension
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c lib/sqlalchemy/cextension/utils.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/utils.o
     gcc -pthread -shared build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/utils.o -L/opt/python2.7/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/sqlalchemy/cutils.so

     warning: no files found matching '*.jpg' under directory 'doc'
     no previously-included directories found matching 'doc/build/output'
   Running setup.py install for python-dateutil

   Found existing installation: zope.interface 4.0.1
     Uninstalling zope.interface:
       Successfully uninstalled zope.interface
   Running setup.py install for zope.interface

     warning: no previously-included files matching '*.dll' found anywhere in distribution
     warning: no previously-included files matching '*.pyc' found anywhere in distribution
     warning: no previously-included files matching '*.pyo' found anywhere in distribution
     warning: no previously-included files matching '*.so' found anywhere in distribution
     building 'zope.interface._zope_interface_coptimizations' extension
     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/python2.7/include/python2.7 -c src/zope/interface/_zope_interface_coptimizations.c -o build/temp.linux-x86_64-2.7/src/zope/interface/_zope_interface_coptimizations.o
     gcc -pthread -shared build/temp.linux-x86_64-2.7/src/zope/interface/_zope_interface_coptimizations.o -L/opt/python2.7/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/zope/interface/_zope_interface_coptimizations.so
     Skipping installation of /opt/python2.7/lib/python2.7/site-packages/zope/__init__.py (namespace package)
     Installing /opt/python2.7/lib/python2.7/site-packages/zope.interface-4.0.5-py2.7-nspkg.pth
   Found existing installation: decorator 3.3.3
     Uninstalling decorator:
       Successfully uninstalled decorator
   Running setup.py install for decorator

     warning: no previously-included files found matching 'Makefile'
   Found existing installation: distribute 0.6.28
     Uninstalling distribute:
       Successfully uninstalled distribute
   Running setup.py install for distribute
     Before install bootstrap.
     Scanning installed packages
     Setuptools installation detected at /opt/python2.7/lib/python2.7/site-packages
     Non-egg installation
     Moving elements out of the way...
     Already patched.
/opt/python2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info already patched.

     Installing easy_install script to /opt/python2.7/bin
     Installing easy_install-2.7 script to /opt/python2.7/bin
     After install bootstrap.
/opt/python2.7/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info already exists
Successfully installed buildbot twisted sqlalchemy python-dateutil zope.interface decorator distribute
Cleaning up...
-------------------------------------------


-------------------------------------------
[root at forges ~]# pip install -U buildbot-slave
Downloading/unpacking buildbot-slave from http://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-0.8.7p1.tar.gz#md5=b3618c51f2f183dd18113fa960514074
   Downloading buildbot-slave-0.8.7p1.tar.gz (104Kb): 104Kb downloaded
   Running setup.py egg_info for package buildbot-slave

Requirement already up-to-date: twisted>=8.0.0 in /opt/python2.7/lib/python2.7/site-packages (from buildbot-slave)
Requirement already up-to-date: zope.interface>=3.6.0 in /opt/python2.7/lib/python2.7/site-packages (from twisted>=8.0.0->buildbot-slave)
Requirement already up-to-date: distribute in /opt/python2.7/lib/python2.7/site-packages (from zope.interface>=3.6.0->twisted>=8.0.0->buildbot-slave)
Installing collected packages: buildbot-slave
   Found existing installation: buildbot-slave 0.8.6p1
     Uninstalling buildbot-slave:
       Successfully uninstalled buildbot-slave
   Running setup.py install for buildbot-slave
     changing mode of build/scripts-2.7/buildslave from 644 to 755

     changing mode of /opt/python2.7/bin/buildslave to 755
Successfully installed buildbot-slave
Cleaning up...
-------------------------------------------





More information about the devel mailing list