[openstack-qa] Build failed in Jenkins: periodic-tempest-devstack-vm-stress #9

OpenStack Jenkins jenkins at openstack.org
Wed Jul 17 06:10:18 UTC 2013


See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stress/9/>

------------------------------------------
[...truncated 21862 lines...]
+ MULTI_HOST=False
+ [[ False = \T\r\u\e ]]
+ [[ True = \T\r\u\e ]]
+ check_command='while ! ping -c1 -w1 10.1.0.2; do sleep 1; done'
+ timeout 90 sh -c 'while ! ping -c1 -w1 10.1.0.2; do sleep 1; done'
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.

--- 10.1.0.2 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms

PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.

--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.

--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.

--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.

--- 10.1.0.2 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.

--- 10.1.0.2 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms

PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
64 bytes from 10.1.0.2: icmp_req=1 ttl=64 time=1.16 ms

--- 10.1.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 1.165/1.165/1.165/0.000 ms
++ cinder list
++ grep ex-vol-43c72a5c
++ head -1
++ get_field 2
++ read data
+ [[ -n '' ]]
++ date +%s
+ start_time=1374041356
+ cinder create --display_name ex-vol-43c72a5c --display_description 'test volume: ex-vol-43c72a5c' 1
+---------------------+--------------------------------------+
|       Property      |                Value                 |
+---------------------+--------------------------------------+
|     attachments     |                  []                  |
|  availability_zone  |                 nova                 |
|       bootable      |                False                 |
|      created_at     |      2013-07-17T06:09:17.468872      |
| display_description |     test volume: ex-vol-43c72a5c     |
|     display_name    |           ex-vol-43c72a5c            |
|          id         | bcaed36a-427b-4614-b59e-9b2b21f6e423 |
|       metadata      |                  {}                  |
|         size        |                  1                   |
|     snapshot_id     |                 None                 |
|     source_volid    |                 None                 |
|        status       |               creating               |
|     volume_type     |                 None                 |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-43c72a5c | grep available; do sleep 1; done'
| bcaed36a-427b-4614-b59e-9b2b21f6e423 | available | ex-vol-43c72a5c |  1   |     None    |  False   |             |
++ date +%s
+ end_time=1374041359
+ echo 'Completed cinder create in 3 seconds'
Completed cinder create in 3 seconds
++ cinder list
++ grep ex-vol-43c72a5c
++ get_field 1
++ read data
++ head -1
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| bcaed36a-427b-4614-b59e-9b2b21f6e423 | available | ex-vol-43c72a5c |  1   |     None    |  False   |             |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=bcaed36a-427b-4614-b59e-9b2b21f6e423
+ die_if_not_set 158 VOL_ID 'Failure retrieving volume ID for ex-vol-43c72a5c'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1374041360
+ nova volume-attach ac082101-a58a-4128-abdb-21de8c7681cd bcaed36a-427b-4614-b59e-9b2b21f6e423 /dev/vdb
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| device   | /dev/vdb                             |
| serverId | ac082101-a58a-4128-abdb-21de8c7681cd |
| id       | bcaed36a-427b-4614-b59e-9b2b21f6e423 |
| volumeId | bcaed36a-427b-4614-b59e-9b2b21f6e423 |
+----------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-43c72a5c | grep in-use; do sleep 1; done'
| bcaed36a-427b-4614-b59e-9b2b21f6e423 | in-use | ex-vol-43c72a5c |  1   |     None    |  False   | ac082101-a58a-4128-abdb-21de8c7681cd |
++ date +%s
+ end_time=1374041364
+ echo 'Completed volume-attach in 4 seconds'
Completed volume-attach in 4 seconds
++ cinder list
++ grep ex-vol-43c72a5c
++ get_field -1
++ head -1
++ read data
++ '[' -1 -lt 0 ']'
++ field='($(NF-1))'
++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}'
++ echo '| bcaed36a-427b-4614-b59e-9b2b21f6e423 | in-use | ex-vol-43c72a5c |  1   |     None    |  False   | ac082101-a58a-4128-abdb-21de8c7681cd |'
++ read data
+ VOL_ATTACH=ac082101-a58a-4128-abdb-21de8c7681cd
+ die_if_not_set 172 VOL_ATTACH 'Failure retrieving ex-vol-43c72a5c status'
+ local exitcode=0
++ set +o
++ grep xtrace
+ FXTRACE='set -o xtrace'
+ set +o xtrace
+ [[ ac082101-a58a-4128-abdb-21de8c7681cd != ac082101-a58a-4128-abdb-21de8c7681cd ]]
++ date +%s
+ start_time=1374041365
+ nova volume-detach ac082101-a58a-4128-abdb-21de8c7681cd bcaed36a-427b-4614-b59e-9b2b21f6e423
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-43c72a5c | grep available; do sleep 1; done'
| bcaed36a-427b-4614-b59e-9b2b21f6e423 | available | ex-vol-43c72a5c |  1   |     None    |  False   |             |
++ date +%s
+ end_time=1374041368
+ echo 'Completed volume-detach in 3 seconds'
Completed volume-detach in 3 seconds
++ date +%s
+ start_time=1374041368
+ cinder delete bcaed36a-427b-4614-b59e-9b2b21f6e423
+ timeout 90 sh -c 'while cinder list | grep ex-vol-43c72a5c; do sleep 1; done'
| bcaed36a-427b-4614-b59e-9b2b21f6e423 | deleting | ex-vol-43c72a5c |  1   |     None    |  False   |             |
++ date +%s
+ end_time=1374041371
+ echo 'Completed cinder delete in 3 seconds'
Completed cinder delete in 3 seconds
+ nova delete ac082101-a58a-4128-abdb-21de8c7681cd
+ timeout 60 sh -c 'while nova list | grep -q ac082101-a58a-4128-abdb-21de8c7681cd; do sleep 1; done'
+ nova secgroup-delete vol_secgroup
+----+--------------+--------------------------+
| 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 stress tests
GLOB sdist-make: /opt/stack/new/tempest/setup.py
stress create: /opt/stack/new/tempest/.tox/stress
stress inst: /opt/stack/new/tempest/.tox/dist/tempest-2013.2.a1376.gab58604.zip
stress runtests: commands[0] | python -m tempest/stress/run_stress tempest/stress/etc/stress-tox-job.json -d 3600
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/opt/stack/new/tempest/tempest/stress/run_stress.py", line 40, in <module>
    main(parser.parse_args())
  File "/opt/stack/new/tempest/tempest/stress/run_stress.py", line 31, in main
    driver.stress_openstack(tests, ns.duration)
  File "tempest/stress/driver.py", line 134, in stress_openstack
    test_obj = get_action_object(test['action'])
  File "tempest/stress/driver.py", line 98, in get_action_object
    return getattr(importlib.import_module(module_part), obj_name)
AttributeError: 'module' object has no attribute 'create_destroy'
ERROR: InvocationError: '/opt/stack/new/tempest/.tox/stress/bin/python -m tempest/stress/run_stress tempest/stress/etc/stress-tox-job.json -d 3600'
___________________________________ summary ____________________________________
ERROR:   stress: 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-stress/9
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/mysql
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/mysql/error.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/mysql/mysql-slow.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/rabbitmq/rabbit at devstack-1374040290-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/rabbitmq/rabbit at devstack-1374040290.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-c-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-ceilometer-acentral.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-ceilometer-acompute.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-ceilometer-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-ceilometer-collector.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-h-api-cfn.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-h-api-cw.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-h-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-h-eng.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stress/9/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the openstack-qa mailing list