Code review comment for lp:~soren/surveilr/plugins

Revision history for this message
Linux2Go Jenkins (linux2go-jenkins) wrote :

The attempt to merge lp:~soren/surveilr/plugins into lp:surveilr failed. Below is the output from the failed tests.

New python executable in .venv/bin/python
Installing distribute....................................................................................................................................................................................done.
Installing pip...............done.
Obtaining riak from git+git://github.com/basho/riak-python-client.git@master#egg=riak (from -r tools/pip-requirements.txt (line 1))
  Cloning git://github.com/basho/riak-python-client.git (to master) to ./.venv/src/riak
  Running setup.py egg_info for package riak

    warning: no files found matching 'erl_src/*'
Obtaining riakalchemy from bzr+http://bazaar.launchpad.net/~linux2go-jenkins/riakalchemy/trunk#egg=riakalchemy (from -r tools/pip-requirements.txt (line 2))
  Checking out http://bazaar.launchpad.net/~linux2go-jenkins/riakalchemy/trunk to ./.venv/src/riakalchemy
  Running setup.py egg_info for package riakalchemy

Downloading/unpacking nose (from -r tools/pip-requirements.txt (line 3))
  Running setup.py egg_info for package nose

Downloading/unpacking routes (from -r tools/pip-requirements.txt (line 4))
  Running setup.py egg_info for package routes

    warning: no previously-included files matching '.DS_Store' found anywhere in distribution
    warning: no previously-included files matching '*.hgignore' found anywhere in distribution
    warning: no previously-included files matching '*.hgtags' found anywhere in distribution
Downloading/unpacking webob (from -r tools/pip-requirements.txt (line 5))
  Running setup.py egg_info for package webob

    no previously-included directories found matching '*.pyc'
    no previously-included directories found matching '*.pyo'
Downloading/unpacking python-clickatell (from -r tools/pip-requirements.txt (line 6))
  Downloading python-clickatell-0.1.3.tar.gz
  Running setup.py egg_info for package python-clickatell

Downloading/unpacking mock (from -r tools/pip-requirements.txt (line 7))
  Running setup.py egg_info for package mock

Downloading/unpacking eventlet (from -r tools/pip-requirements.txt (line 8))
  Running setup.py egg_info for package eventlet

Downloading/unpacking httplib2 (from -r tools/pip-requirements.txt (line 9))
  Running setup.py egg_info for package httplib2

Downloading/unpacking yanc (from -r tools/pip-requirements.txt (line 10))
  Downloading yanc-0.2.3.tar.gz
  Running setup.py egg_info for package yanc

Downloading/unpacking greenlet>=0.3 (from eventlet->-r tools/pip-requirements.txt (line 8))
  Downloading greenlet-0.3.1.tar.gz
  Running setup.py egg_info for package greenlet
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'repository'
      warnings.warn(msg)

Downloading/unpacking termcolor==1.0.1 (from yanc->-r tools/pip-requirements.txt (line 10))
  Downloading termcolor-1.0.1.tar.gz
  Running setup.py egg_info for package termcolor

Installing collected packages: riak, riakalchemy, nose, routes, webob, python-clickatell, mock, eventlet, httplib2, yanc, greenlet, termcolor
  Running setup.py develop for riak

    warning: no files found matching 'erl_src/*'
    Creating /tmp/tmpeY1xme/.venv/lib/python2.7/site-packages/riak.egg-link (link to .)
    Adding riak 1.3.0 to easy-install.pth file

    Installed /tmp/tmpeY1xme/.venv/src/riak
  Running setup.py develop for riakalchemy

    Creating /tmp/tmpeY1xme/.venv/lib/python2.7/site-packages/riakalchemy.egg-link (link to .)
    Adding riakalchemy 0.1a5 to easy-install.pth file

    Installed /tmp/tmpeY1xme/.venv/src/riakalchemy
  Running setup.py install for nose

    Installing nosetests script to /tmp/tmpeY1xme/.venv/bin
    Installing nosetests-2.7 script to /tmp/tmpeY1xme/.venv/bin
  Running setup.py install for routes

    warning: no previously-included files matching '.DS_Store' found anywhere in distribution
    warning: no previously-included files matching '*.hgignore' found anywhere in distribution
    warning: no previously-included files matching '*.hgtags' found anywhere in distribution
  Running setup.py install for webob

    no previously-included directories found matching '*.pyc'
    no previously-included directories found matching '*.pyo'
  Running setup.py install for python-clickatell

  Running setup.py install for mock

  Running setup.py install for eventlet

  Running setup.py install for httplib2

  Running setup.py install for yanc

  Running setup.py install for greenlet
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'repository'
      warnings.warn(msg)
    building 'greenlet' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c greenlet.c -o build/temp.linux-x86_64-2.7/greenlet.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.7/greenlet.o -o build/lib.linux-x86_64-2.7/greenlet.so

  Running setup.py install for termcolor

Successfully installed riak riakalchemy nose routes webob python-clickatell mock eventlet httplib2 yanc greenlet termcolor
Cleaning up...
ok

+ sudo /etc/init.d/riak stop
+ sudo /var/lib/jenkins/clear_riak.sh
+ sudo /etc/init.d/riak start
+ tools/setup_virtualenv.sh
+ .venv/bin/python2.7 setup.py nosetests --with-xcover --cover-erase --cover-html --cover-package=surveilr
/var/lib/jenkins/run_surveilr_tests.sh: line 7: .venv/bin/python2.7: No such file or directory
+ retval=127
+ '[' 127 -eq 0 ']'
+ sudo /etc/init.d/riak stop
+ exit 127

« Back to merge proposal