[openstack-qa] Build failed in Jenkins: periodic-tempest-devstack-vm-all #10

OpenStack Jenkins jenkins at openstack.org
Tue Aug 20 06:37:16 UTC 2013


See <https://jenkins02.openstack.org/job/periodic-tempest-devstack-vm-all/10/>

------------------------------------------
[...truncated 21844 lines...]
++ grep ex-vol-06fc95a1
++ get_field 2
++ read data
++ head -1
+ [[ -n '' ]]
++ date +%s
+ start_time=1376979489
+ cinder create --display_name ex-vol-06fc95a1 --display_description 'test volume: ex-vol-06fc95a1' 1
+---------------------+--------------------------------------+
|       Property      |                Value                 |
+---------------------+--------------------------------------+
|     attachments     |                  []                  |
|  availability_zone  |                 nova                 |
|       bootable      |                False                 |
|      created_at     |      2013-08-20T06:18:10.229049      |
| display_description |     test volume: ex-vol-06fc95a1     |
|     display_name    |           ex-vol-06fc95a1            |
|          id         | 65f420a9-0204-4f94-adc7-f504ee1725c0 |
|       metadata      |                  {}                  |
|         size        |                  1                   |
|     snapshot_id     |                 None                 |
|     source_volid    |                 None                 |
|        status       |               creating               |
|     volume_type     |                 None                 |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-06fc95a1 | grep available; do sleep 1; done'
| 65f420a9-0204-4f94-adc7-f504ee1725c0 | available | ex-vol-06fc95a1 |  1   |     None    |  False   |             |
++ date +%s
+ end_time=1376979492
+ echo 'Completed cinder create in 3 seconds'
Completed cinder create in 3 seconds
++ cinder list
++ grep ex-vol-06fc95a1
++ head -1
++ get_field 1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| 65f420a9-0204-4f94-adc7-f504ee1725c0 | available | ex-vol-06fc95a1 |  1   |     None    |  False   |             |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=65f420a9-0204-4f94-adc7-f504ee1725c0
+ die_if_not_set 165 VOL_ID 'Failure retrieving volume ID for ex-vol-06fc95a1'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1376979493
+ nova volume-attach 734dc6f6-f62c-4460-b464-16a9a0799778 65f420a9-0204-4f94-adc7-f504ee1725c0 /dev/vdb
ERROR:root:Could not find any typelib for GnomeKeyring
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| device   | /dev/vdb                             |
| serverId | 734dc6f6-f62c-4460-b464-16a9a0799778 |
| id       | 65f420a9-0204-4f94-adc7-f504ee1725c0 |
| volumeId | 65f420a9-0204-4f94-adc7-f504ee1725c0 |
+----------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-06fc95a1 | grep in-use; do sleep 1; done'
| 65f420a9-0204-4f94-adc7-f504ee1725c0 | in-use | ex-vol-06fc95a1 |  1   |     None    |  False   | 734dc6f6-f62c-4460-b464-16a9a0799778 |
++ date +%s
+ end_time=1376979497
+ echo 'Completed volume-attach in 4 seconds'
Completed volume-attach in 4 seconds
++ cinder list
++ grep ex-vol-06fc95a1
++ head -1
++ get_field -1
++ read data
++ '[' -1 -lt 0 ']'
++ field='($(NF-1))'
++ echo '| 65f420a9-0204-4f94-adc7-f504ee1725c0 | in-use | ex-vol-06fc95a1 |  1   |     None    |  False   | 734dc6f6-f62c-4460-b464-16a9a0799778 |'
++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}'
++ read data
+ VOL_ATTACH=734dc6f6-f62c-4460-b464-16a9a0799778
+ die_if_not_set 179 VOL_ATTACH 'Failure retrieving ex-vol-06fc95a1 status'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ [[ 734dc6f6-f62c-4460-b464-16a9a0799778 != 734dc6f6-f62c-4460-b464-16a9a0799778 ]]
++ date +%s
+ start_time=1376979498
+ nova volume-detach 734dc6f6-f62c-4460-b464-16a9a0799778 65f420a9-0204-4f94-adc7-f504ee1725c0
ERROR:root:Could not find any typelib for GnomeKeyring
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-06fc95a1 | grep available; do sleep 1; done'
| 65f420a9-0204-4f94-adc7-f504ee1725c0 | available | ex-vol-06fc95a1 |  1   |     None    |  False   |             |
++ date +%s
+ end_time=1376979502
+ echo 'Completed volume-detach in 4 seconds'
Completed volume-detach in 4 seconds
++ date +%s
+ start_time=1376979502
+ cinder delete 65f420a9-0204-4f94-adc7-f504ee1725c0
+ timeout 90 sh -c 'while cinder list | grep ex-vol-06fc95a1; do sleep 1; done'
| 65f420a9-0204-4f94-adc7-f504ee1725c0 | deleting | ex-vol-06fc95a1 |  1   |     None    |  False   |             |
++ date +%s
+ end_time=1376979504
+ echo 'Completed cinder delete in 2 seconds'
Completed cinder delete in 2 seconds
+ nova delete 734dc6f6-f62c-4460-b464-16a9a0799778
ERROR:root:Could not find any typelib for GnomeKeyring
+ timeout 60 sh -c 'while nova list | grep -q 734dc6f6-f62c-4460-b464-16a9a0799778; do sleep 1; done'
ERROR:root:Could not find any typelib for GnomeKeyring
ERROR:root:Could not find any typelib for GnomeKeyring
+ [[ vol_secgroup = \d\e\f\a\u\l\t ]]
+ nova secgroup-delete vol_secgroup
ERROR:root:Could not find any typelib for GnomeKeyring
+----+--------------+--------------------------+
| Id | Name         | Description              |
+----+--------------+--------------------------+
| 5  | vol_secgroup | vol_secgroup description |
+----+--------------+--------------------------+
+ set +o xtrace
*********************************************************************
SUCCESS: End DevStack Exercise: /opt/stack/new/devstack/exercises/volumes.sh
*********************************************************************
=====================================================================
SKIP boot_from_volume
SKIP client-env
SKIP neutron-adv-test
PASS aggregates
PASS bundle
PASS client-args
PASS euca
PASS floating_ips
PASS horizon
PASS sec_groups
PASS swift
PASS volumes
=====================================================================
Running tempest all test suite
GLOB sdist-make: /opt/stack/new/tempest/setup.py
all create: /opt/stack/new/tempest/.tox/all
all inst: /opt/stack/new/tempest/.tox/dist/tempest-2013.2.a1578.g5f4fa8b.zip
all runtests: commands[0] | python setup.py testr --slowest --testr-args=
running testr
ERROR:root:Could not find any typelib for GnomeKeyring
ERROR:root:Could not find any typelib for GnomeKeyring
ERROR:root:Could not find any typelib for GnomeKeyring
ERROR:root:Could not find any typelib for GnomeKeyring
ERROR:root:Could not find any typelib for GnomeKeyring
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-250} \
${PYTHON:-python} -m subunit.run discover -t ./ ./tempest --list 
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-250} \
${PYTHON:-python} -m subunit.run discover -t ./ ./tempest  --load-list /tmp/tmp2pKhCl
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-250} \
${PYTHON:-python} -m subunit.run discover -t ./ ./tempest  --load-list /tmp/tmpDYxQDU
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-250} \
${PYTHON:-python} -m subunit.run discover -t ./ ./tempest  --load-list /tmp/tmphXUQEI
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-250} \
${PYTHON:-python} -m subunit.run discover -t ./ ./tempest  --load-list /tmp/tmpQ9mz1u
======================================================================
FAIL: setUpClass (tempest.whitebox.test_servers_whitebox.ServersWhiteboxTest)
tags: worker-2
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tempest/whitebox/test_servers_whitebox.py", line 30, in setUpClass
    BaseIdentityAdminTest.setUpClass()
  File "tempest/api/identity/base.py", line 29, in setUpClass
    os = clients.AdminManager(interface=cls._interface)
AttributeError: type object 'BaseIdentityAdminTest' has no attribute '_interface'
======================================================================
FAIL: process-returncode
tags: worker-2
----------------------------------------------------------------------
Binary content:
  traceback (test/plain; charset="utf8")
Ran 2461 tests in 1017.423s
FAILED (id=0, failures=2, skips=67)
error: testr failed (1)
ERROR: InvocationError: '/opt/stack/new/tempest/.tox/all/bin/python setup.py testr --slowest --testr-args='
___________________________________ summary ____________________________________
ERROR:   all: commands failed
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/mysql/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/mysql/mysql-slow.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/rabbitmq/rabbit at devstack-precise-hpcloud-az3-137852-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/rabbitmq/rabbit at devstack-precise-hpcloud-az3-137852.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-ceilometer-acentral.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-ceilometer-acompute.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-ceilometer-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-ceilometer-collector.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-h-api-cfn.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-h-api-cw.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-h-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-h-eng.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/sysstat.dat.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/logs/tempest.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/testr_results.html.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-all/devstack-precise-hpcloud-az3-137852/10/subunit_log.txt.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the openstack-qa mailing list