(view as text)

test -z "$PYTHON" && PYTHON=python;
$PYTHON virtualenv.py --distribute --no-site-packages ../sandbox || exit 1;
PYTHON=../sandbox/bin/python; PATH=../sandbox/bin:$PATH; 
export PYTHON_EGG_CACHE=$PWD/..;
# and somehow the install_requires in setup.py doesn't always work:
$PYTHON -c 'import json' 2>/dev/null || $PYTHON -c 'import simplejson' ||
			../sandbox/bin/easy_install simplejson || exit 1;
$PYTHON -c 'import sqlite3, sys; assert sys.version_info >= (2,6)' 2>/dev/null || $PYTHON -c 'import pysqlite2.dbapi2' ||
			../sandbox/bin/easy_install pysqlite || exit 1;
../sandbox/bin/easy_install twisted || exit 1;
../sandbox/bin/easy_install jinja2 || exit 1;
../sandbox/bin/easy_install mock || exit 1;

 in dir /home/buildbot_slave_py24/slave-centos_5_python2_4/build (timeout 1200 secs)
 watching logfiles {}
 argv: 
test -z "$PYTHON" && PYTHON=python;
$PYTHON virtualenv.py --distribute --no-site-packages ../sandbox || exit 1;
PYTHON=../sandbox/bin/python; PATH=../sandbox/bin:$PATH; 
export PYTHON_EGG_CACHE=$PWD/..;
# and somehow the install_requires in setup.py doesn't always work:
$PYTHON -c 'import json' 2>/dev/null || $PYTHON -c 'import simplejson' ||
			../sandbox/bin/easy_install simplejson || exit 1;
$PYTHON -c 'import sqlite3, sys; assert sys.version_info >= (2,6)' 2>/dev/null || $PYTHON -c 'import pysqlite2.dbapi2' ||
			../sandbox/bin/easy_install pysqlite || exit 1;
../sandbox/bin/easy_install twisted || exit 1;
../sandbox/bin/easy_install jinja2 || exit 1;
../sandbox/bin/easy_install mock || exit 1;

 environment:
  CVS_RSH=ssh
  G_BROKEN_FILENAMES=1
  HISTSIZE=1000
  HOME=/home/buildbot_slave_py24
  HOSTNAME=mogo
  INPUTRC=/etc/inputrc
  LANG=en_US.UTF-8
  LESSOPEN=|/usr/bin/lesspipe.sh %s
  LOGNAME=buildbot_slave_py24
  LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
  MAIL=/var/spool/mail/root
  MAKEFLAGS=
  MAKELEVEL=1
  MFLAGS=
  OLDPWD=/root
  PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
  PWD=/home/buildbot_slave_py24/slave-centos_5_python2_4/build
  SHELL=/bin/bash
  SHLVL=2
  SSH_CLIENT=192.168.0.7 57809 22
  SSH_CONNECTION=192.168.0.7 57809 192.168.1.2 22
  SSH_TTY=/dev/pts/0
  TERM=xterm
  USER=buildbot_slave_py24
  _=/usr/bin/make
 closing stdin
 using PTY: False
New python executable in ../sandbox/bin/python
A globally installed setuptools was found (in /usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg)
Use the --no-site-packages option to use distribute in the virtualenv.
Installing distribute.......................................................................................................................................................................................done.
Searching for twisted
Best match: Twisted 9.0.0
Processing Twisted-9.0.0-py2.4-linux-i686.egg
Twisted 9.0.0 is already the active version in easy-install.pth
Installing tap2rpm script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing cftp script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing mktap script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing tap2deb script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing manhole script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing twistd script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing ckeygen script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing pyhtmlizer script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing trial script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing tkconch script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing lore script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing conch script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing tapconvert script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin
Installing mailmail script to /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/bin

Using /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/lib/python2.4/site-packages/Twisted-9.0.0-py2.4-linux-i686.egg
Processing dependencies for twisted
Finished processing dependencies for twisted
Searching for jinja2
Best match: Jinja2 2.3
Processing Jinja2-2.3-py2.4.egg
Jinja2 2.3 is already the active version in easy-install.pth

Using /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/lib/python2.4/site-packages/Jinja2-2.3-py2.4.egg
Processing dependencies for jinja2
Finished processing dependencies for jinja2
Searching for mock
Best match: mock 0.6.0
Processing mock-0.6.0-py2.4.egg
mock 0.6.0 is already the active version in easy-install.pth

Using /home/buildbot_slave_py24/slave-centos_5_python2_4/sandbox/lib/python2.4/site-packages/mock-0.6.0-py2.4.egg
Processing dependencies for mock
Finished processing dependencies for mock
program finished with exit code 0
elapsedTime=4.183050