[Openstack-stable-maint] Build failed in Jenkins: periodic-nova-python26-stable-grizzly #88

OpenStack Jenkins jenkins at openstack.org
Sun Jul 7 06:18:03 UTC 2013


See <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/88/>

------------------------------------------
[...truncated 24 lines...]
+ NOSE_WITH_XUNIT=1
+ export NOSE_WITH_HTML_OUTPUT=1
+ NOSE_WITH_HTML_OUTPUT=1
+ export NOSE_HTML_OUT_FILE=nose_results.html
+ NOSE_HTML_OUT_FILE=nose_results.html
++ /bin/mktemp -d
+ export TMPDIR=/tmp/tmp.9dYiti40pF
+ TMPDIR=/tmp/tmp.9dYiti40pF
+ trap 'rm -rf /tmp/tmp.9dYiti40pF' EXIT
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh pre
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre
+ /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 ']'
+ cat
+ cat
+ python setup.py --version
jenkins.periodic.nova.python26.stable.grizzly.88
+ tox -epy26
GLOB sdist-make: <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/setup.py>
py26 create: <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/.tox/py26>
py26 installdeps: -r<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/tools/pip-requires,> -r<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/tools/test-requires>
py26 inst: <https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/.tox/dist/nova-jenkins.periodic.nova.python26.stable.grizzly.88.zip>
py26 runtests: commands[0] | python tools/patch_tox_venv.py
py26 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.9dYiti40pF/tmpnatmtC
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.9dYiti40pF/tmpB1ocom
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.9dYiti40pF/tmpPVwd1R
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.9dYiti40pF/tmpK2qN1e
======================================================================
FAIL: nova.tests.api.ec2.test_cloud.CloudTestCase.test_create_image_with_reboot
tags: worker-3
----------------------------------------------------------------------
Empty attachments:
  pythonlogging:'boto'
  stderr
  stdout

pythonlogging:'nova': {{{
Starting conductor node (version )
Loading compute driver 'nova.virt.fake.FakeDriver'
Starting compute node (version )
Updating host status
Auditing locally available compute resources
Free ram (MB): 7680
Free disk (GB): 1028
Free VCPUS: 1
Compute_service record created for c9481378a6584b70ab7a103851c14eaa:fake-mini
Starting scheduler node (version )
Loading network driver 'nova.network.linux_net'
Starting network node (version )
Loading compute driver 'nova.virt.fake.FakeDriver'
Starting compute node (version )
Updating host status
Auditing locally available compute resources
Free ram (MB): 7680
Free disk (GB): 1028
Free VCPUS: 1
Compute_service record created for 95859fe6e7844fb1bfb42a6a2cbd9cd5:fake-mini
Starting instance...
Attempting claim: memory 2048 MB, disk 20 GB, VCPUs 1
Total Memory: 8192 MB, used: 512 MB
Memory limit not specified, defaulting to unlimited
Total Disk: 1028 GB, used: 0 GB
Disk limit not specified, defaulting to unlimited
Total CPU: 1 VCPUs, used: 0 VCPUs
CPU limit not specified, defaulting to unlimited
Claim successful
creating volume 2490c93f-0adb-483f-a0eb-b9b53be7515b
Booting with volume 2490c93f-0adb-483f-a0eb-b9b53be7515b at /dev/sdb1
attaching volume 2490c93f-0adb-483f-a0eb-b9b53be7515b
Booting with volume ccec42a2-c220-4806-b762-6b12fbb592e4 at /dev/sdb2
attaching volume ccec42a2-c220-4806-b762-6b12fbb592e4
creating volume f4c442d8-0848-4b19-9fdd-6a4a8e122987
Booting with volume f4c442d8-0848-4b19-9fdd-6a4a8e122987 at /dev/sdc1
attaching volume f4c442d8-0848-4b19-9fdd-6a4a8e122987
Booting with volume ccec42a2-c220-4806-b762-6b12fbb592e6 at /dev/sdc2
attaching volume ccec42a2-c220-4806-b762-6b12fbb592e6
Auditing locally available compute resources
Free ram (MB): 5632
Free disk (GB): 1008
Free VCPUS: 0
Compute_service record updated for 95859fe6e7844fb1bfb42a6a2cbd9cd5:fake-mini
Instance is not stopped. Calling the stop API.
Service killed that has no database entry
}}}

Traceback (most recent call last):
  File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/nova/tests/api/ec2/test_cloud.py",> line 1986, in test_create_image_with_reboot
    self._do_test_create_image(False)
  File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/nova/tests/api/ec2/test_cloud.py",> line 1959, in _do_test_create_image
    no_reboot=no_reboot)
  File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/nova/api/ec2/cloud.py",> line 1653, in create_image
    name)
  File "<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/nova/compute/api.py",> line 132, in inner
    method=f.__name__)
InstanceInvalidState: Instance 0c7091de-fee1-433b-8332-1af6a168772e in task_state powering-off. Cannot snapshot_volume_backed while the instance is in this state.
======================================================================
FAIL: process-returncode
tags: worker-3
----------------------------------------------------------------------
Binary content:
  traceback (test/plain; charset="utf8")
Ran 5594 tests in 417.319s
FAILED (id=0, failures=2, skips=13)
error: testr failed (1)
ERROR: InvocationError: '<https://jenkins.openstack.org/job/periodic-nova-python26-stable-grizzly/ws/.tox/py26/bin/python> setup.py testr --slowest --testr-args='
___________________________________ summary ____________________________________
ERROR:   py26: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py26/bin/pip freeze
Babel==0.9.6
Cheetah==2.4.4
Jinja2==2.7
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.12
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
boto==2.9.6
cliff==1.4
cmd2==0.6.5.1
coverage==3.6
d2to1==0.2.10
decorator==3.4.0
discover==0.4.0
distribute==0.7.3
docutils==0.10
eventlet==0.13.0
extras==0.0.3
feedparser==5.1.3
fixtures==0.3.12
greenlet==0.4.1
httplib2==0.8
importlib==1.0.2
iso8601==0.1.4
jsonpatch==1.1
jsonpointer==1.0
jsonschema==2.0.0
kombu==2.5.12
logilab-astng==0.24.3
logilab-common==0.59.1
lxml==3.2.1
mox==0.5.3
netaddr==0.7.10
nova==jenkins.periodic.nova.python26.stable.grizzly.88
numpy==1.7.1
ordereddict==1.1
oslo.config==1.1.1
paramiko==1.10.1
pbr==0.5.17
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5.1
pyOpenSSL==0.13
pyasn1==0.1.7
pycrypto==2.6
pyflakes==0.7.2
pylint==0.25.2
pyparsing==1.5.7
python-cinderclient==1.0.4
python-glanceclient==0.9.0
python-keystoneclient==0.2.5
python-mimeparse==0.1.4
python-quantumclient==2.2.3
python-subunit==0.0.13
repoze.lru==0.6
requests==1.2.3
setuptools-git==1.0b1
simplejson==3.3.0
six==1.3.0
sqlalchemy-migrate==0.7.2
stevedore==0.9.1
suds==0.4
testrepository==0.0.15
testtools==0.9.32
unittest2==0.5.1
warlock==1.0.1
websockify==0.3.0
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ '[' -f .testrepository/0.2 ']'
+ '[' -f .testrepository/0 ']'
+ cp .testrepository/0 ./subunit_log.txt
+ .tox/py26/bin/python /usr/local/jenkins/slave_scripts/subunit2html.py ./subunit_log.txt testr_results.html
nova.tests.api.ec2.test_cloud.CloudTestCase.test_create_image_with_reboot (subunit.RemotedTestCase)
process-returncode (subunit.RemotedTestCase)
+ gzip -9 ./subunit_log.txt
+ gzip -9 ./testr_results.html
+ set -e
++ .tox/py26/bin/python .tox/py26/bin/testr list-tests
++ sed -e 1d
++ wc -l
/usr/bin/python: No module named subunit
+ foundcount=0
++ .tox/py26/bin/python .tox/py26/bin/testr last
++ sed -ne 's/Ran \([0-9]\+\).*tests in.*/\1/p'
+ rancount=5594
+ '[' 5594 -lt 0 ']'
+ set +e
+ 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.9dYiti40pF
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-python26-stable-grizzly/88
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list