See <https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/14/> ------------------------------------------ [...truncated 30 lines...] + export TMPDIR=/tmp/tmp.8TaF81qqI7 + TMPDIR=/tmp/tmp.8TaF81qqI7 + trap 'rm -rf /tmp/tmp.8TaF81qqI7' EXIT + /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh pre + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre + source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack nova ++ org=openstack ++ project=nova ++ [[ -z openstack ]] ++ [[ -z nova ]] ++ rm -f /home/jenkins/.pydistutils.cfg ++ mkdir -p /home/jenkins/.pip ++ rm -f /home/jenkins/.pip/pip.conf ++ '[' openstack == openstack ']' ++ '[' nova == requirements ']' ++ '[' openstack == openstack ']' ++ export TOX_INDEX_URL=http://pypi.openstack.org/openstack ++ TOX_INDEX_URL=http://pypi.openstack.org/openstack ++ cat ++ cat + python setup.py --version jenkins.periodic.nova.python27.stable.grizzly.14 + tox -epy27 GLOB sdist-make: <https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/setup.py> py27 create: <https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27> py27 installdeps: -r<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/tools/pip-requires,> -r<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/tools/test-requires> py27 inst: <https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/dist/nova-jenkins.periodic.nova.python27.stable.grizzly.14.zip> py27 runtests: commands[0] | python tools/patch_tox_venv.py py27 runtests: commands[1] | python setup.py testr --slowest --testr-args= running testr running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --list running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.8TaF81qqI7/tmp1jPndR running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.8TaF81qqI7/tmpQrZ1bM running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.8TaF81qqI7/tmpb7vwCo running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmp.8TaF81qqI7/tmpqLtcGM ====================================================================== FAIL: nova.tests.test_api.ApiEc2TestCase.test_authorize_revoke_security_group_foreign_group tags: worker-2 ---------------------------------------------------------------------- Empty attachments: pythonlogging:'boto' stderr stdout pythonlogging:'nova': {{{ Create Security Group ipdni 0.48075s None POST /services/Cloud/ CloudController:CreateSecurityGroup 200 [Boto/2.13.0 Python/2.7.3 Linux/3.2.0-52-virtual] application/x-www-form-urlencoded text/xml Create Security Group suud 0.39794s None POST /services/Cloud/ CloudController:CreateSecurityGroup 200 [Boto/2.13.0 Python/2.7.3 Linux/3.2.0-52-virtual] application/x-www-form-urlencoded text/xml Authorize security group ingress ipdni 0.99202s None GET /services/Cloud/ CloudController:AuthorizeSecurityGroupIngress 200 [Boto/2.13.0 Python/2.7.3 Linux/3.2.0-52-virtual] text/xml }}} Traceback (most recent call last): File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/nova/tests/test_api.py",> line 582, in test_authorize_revoke_security_group_foreign_group group.authorize(src_group=other_group) File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/securitygroup.py",> line 207, in authorize src_group_group_id, dry_run=dry_run) File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/securitygroup.py",> line 115, in add_rule dry_run=dry_run TypeError: add_grant() got an unexpected keyword argument 'dry_run' ====================================================================== FAIL: nova.tests.test_api.ApiEc2TestCase.test_authorize_revoke_security_group_cidr tags: worker-3 ---------------------------------------------------------------------- Empty attachments: pythonlogging:'boto' stderr stdout pythonlogging:'nova': {{{ Create Security Group uuutfn 0.55159s None POST /services/Cloud/ CloudController:CreateSecurityGroup 200 [Boto/2.13.0 Python/2.7.3 Linux/3.2.0-52-virtual] application/x-www-form-urlencoded text/xml Authorize security group ingress uuutfn 0.76733s None POST /services/Cloud/ CloudController:AuthorizeSecurityGroupIngress 200 [Boto/2.13.0 Python/2.7.3 Linux/3.2.0-52-virtual] application/x-www-form-urlencoded text/xml }}} Traceback (most recent call last): File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/nova/tests/test_api.py",> line 419, in test_authorize_revoke_security_group_cidr group.authorize('tcp', 80, 81, '0.0.0.0/0') File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/securitygroup.py",> line 207, in authorize src_group_group_id, dry_run=dry_run) File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/securitygroup.py",> line 115, in add_rule dry_run=dry_run TypeError: add_grant() got an unexpected keyword argument 'dry_run' ====================================================================== FAIL: nova.tests.test_api.ApiEc2TestCase.test_authorize_revoke_security_group_cidr_v6 tags: worker-3 ---------------------------------------------------------------------- Empty attachments: pythonlogging:'boto' stderr stdout pythonlogging:'nova': {{{ Create Security Group nrpieiii 0.60353s None POST /services/Cloud/ CloudController:CreateSecurityGroup 200 [Boto/2.13.0 Python/2.7.3 Linux/3.2.0-52-virtual] application/x-www-form-urlencoded text/xml Authorize security group ingress nrpieiii 0.77033s None POST /services/Cloud/ CloudController:AuthorizeSecurityGroupIngress 200 [Boto/2.13.0 Python/2.7.3 Linux/3.2.0-52-virtual] application/x-www-form-urlencoded text/xml }}} Traceback (most recent call last): File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/nova/tests/test_api.py",> line 521, in test_authorize_revoke_security_group_cidr_v6 group.authorize('tcp', 80, 81, '::/0') File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/securitygroup.py",> line 207, in authorize src_group_group_id, dry_run=dry_run) File "<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/securitygroup.py",> line 115, in add_rule dry_run=dry_run TypeError: add_grant() got an unexpected keyword argument 'dry_run' ====================================================================== FAIL: process-returncode tags: worker-2 ---------------------------------------------------------------------- Binary content: traceback (test/plain; charset="utf8") ====================================================================== FAIL: process-returncode tags: worker-3 ---------------------------------------------------------------------- Binary content: traceback (test/plain; charset="utf8") Ran 11310 tests in 251.868s FAILED (id=0, failures=5, skips=12) error: testr failed (1) ERROR: InvocationError: '<https://jenkins02.openstack.org/job/periodic-nova-python27-stable-grizzly/ws/.tox/py27/bin/python> setup.py testr --slowest --testr-args=' ___________________________________ summary ____________________________________ ERROR: py27: commands failed + result=1 + echo 'Begin pip freeze output from test virtualenv:' Begin pip freeze output from test virtualenv: + echo ====================================================================== ====================================================================== + .tox/py27/bin/pip freeze Babel==1.3 Cheetah==2.4.4 Jinja2==2.7.1 Markdown==2.3.1 MarkupSafe==0.18 MySQL-python==1.2.4 Paste==1.7.5.1 PasteDeploy==1.5.0 Pygments==1.6 Routes==1.13 SQLAlchemy==0.7.10 Sphinx==1.2b1 Tempita==0.5.1 WebOb==1.2.3 amqp==1.0.13 amqplib==1.0.2 anyjson==0.3.3 argparse==1.2.1 boto==2.13.0 cliff==1.4.4 cmd2==0.6.5.1 coverage==3.6 d2to1==0.2.11 decorator==3.4.0 discover==0.4.0 distribute==0.7.3 docutils==0.10 eventlet==0.14.0 extras==0.0.3 feedparser==5.1.3 fixtures==0.3.14 greenlet==0.4.1 httplib2==0.8 iso8601==0.1.4 jsonpatch==1.1 jsonpointer==1.0 jsonschema==2.0.0 kombu==2.5.14 logilab-astng==0.24.3 logilab-common==0.60.0 lxml==3.2.3 mox==0.5.3 netaddr==0.7.10 nova==jenkins.periodic.nova.python27.stable.grizzly.14 numpy==1.7.1 oslo.config==1.1.1 paramiko==1.11.0 pbr==0.5.21 pep8==1.3.3 prettytable==0.7.2 psycopg2==2.5.1 pyOpenSSL==0.13.1 pyasn1==0.1.7 pycrypto==2.6 pyflakes==0.7.3 pylint==0.25.2 pyparsing==1.5.7 python-cinderclient==1.0.5 python-glanceclient==0.11.0 python-keystoneclient==0.3.2 python-mimeparse==0.1.4 python-quantumclient==2.2.3 python-subunit==0.0.15 pytz==2013d repoze.lru==0.6 requests==1.2.2 setuptools-git==1.0 simplejson==3.3.0 six==1.4.1 sqlalchemy-migrate==0.7.2 stevedore==0.11 suds==0.4 testrepository==0.0.17 testtools==0.9.32 warlock==1.0.1 websockify==0.3.0 wsgiref==0.1.2 + echo ====================================================================== ====================================================================== + '[' -d .testrepository ']' + '[' -f .testrepository/0.2 ']' + '[' -f .testrepository/0 ']' + .tox/py27/bin/subunit-1to2 + .tox/py27/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py ./subunit_log.txt testr_results.html nova.tests.test_api.ApiEc2TestCase.test_authorize_revoke_security_group_foreign_group nova.tests.test_api.ApiEc2TestCase.test_authorize_revoke_security_group_cidr nova.tests.test_api.ApiEc2TestCase.test_authorize_revoke_security_group_cidr_v6 process-returncode process-returncode + gzip -9 ./subunit_log.txt + gzip -9 ./testr_results.html + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post + sudoresult=0 + '[' 0 -ne 0 ']' + /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post + oomresult=0 + '[' 0 -ne 0 ']' ++ find . -name nose_results.html + htmlreport= + '[' -f '' ']' + echo + echo 'WARNING: Unable to find to confirm results!' WARNING: Unable to find to confirm results! + echo + exit 1 + rm -rf /tmp/tmp.8TaF81qqI7 Build step 'Execute shell' marked build as failure [SCP] Connecting to static.openstack.org [SCP] No file(s) found: **/*nose_results.html [SCP] '**/*nose_results.html' doesn't match anything: '**' exists but not '**/*nose_results.html' [SCP] Connecting to static.openstack.org [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python27-stable-grizzly/precise40 [SCP] Trying to create /srv/static/logs/periodic/periodic-nova-python27-stable-grizzly/precise40/14 [SCP] Copying console log.