Code review comment for lp:~lifeless/python-oops-tools/deps

Revision history for this message
Launchpad PQM Bot (launchpad-pqm) wrote :

The attempt to merge lp:~lifeless/python-oops-tools/deps into lp:python-oops-tools failed.Below is the output from the failed tests.

find . -type f -name '*.py[co]' -exec rm -f {} \;
rm -f bin/buildout
rm -f src/oopstools/settings.py
bzr clean-tree --unknown --force
bzr checkout --lightweight lp:lp-source-dependencies download-cache
mkdir eggs
bzr up download-cache
python bootstrap.py \
  --setup-source=download-cache/ez_setup.py \
  --download-base=download-cache/dist --eggs=eggs
Downloading file:///home/pqm/pqm-workdir/oops-tools/download-cache/dist/setuptools-0.6c11-py2.6.egg
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Download error: [Errno 101] Network is unreachable -- Some packages may not be found!
Creating directory '/home/pqm/pqm-workdir/oops-tools/bin'.
Creating directory '/home/pqm/pqm-workdir/oops-tools/parts'.
Creating directory '/home/pqm/pqm-workdir/oops-tools/develop-eggs'.
Generated script '/home/pqm/pqm-workdir/oops-tools/bin/buildout'.
bin/buildout configuration:db-port=5433
Develop: '/home/pqm/pqm-workdir/oops-tools/.'

W: line 3 [buildbot-staging]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 1 [pqm]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 2 [pqm-oops-tools]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
I: [pqm-oops-tools chroot] Running command: "cd /home/pqm/pqm-workdir/oops-tools && make check"
Nothing to delete.
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Tree is up to date at revision 417 of branch http://bazaar.launchpad.net/~launchpad/lp-source-dependencies/trunk
Traceback (most recent call last):
  File "/tmp/tmphmGYTn", line 11, in <module>
    execfile('/home/pqm/pqm-workdir/oops-tools/./setup.py')
  File "/home/pqm/pqm-workdir/oops-tools/./setup.py", line 18, in <module>
    import ez_setup
ImportError: No module named ez_setup
While:
  Installing.
  Processing develop directory '/home/pqm/pqm-workdir/oops-tools/.'.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1805, in main
    getattr(buildout, command)(args)
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 446, in install
    installed_develop_eggs = self._develop()
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 686, in _develop
    zc.buildout.easy_install.develop(setup, dest)
  File "/home/pqm/pqm-workdir/oops-tools/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/easy_install.py", line 1189, in develop
    *args) == 0
AssertionError
make: *** [bin/buildout] Error 1

« Back to merge proposal