[openstack-qa] Build failed in Jenkins: periodic-tempest-devstack-coverage-vm-full #54

OpenStack Jenkins jenkins at openstack.org
Sun Mar 3 06:13:07 UTC 2013


See <https://jenkins.openstack.org/job/periodic-tempest-devstack-coverage-vm-full/54/>

------------------------------------------
[...truncated 16533 lines...]
+ IP=10.1.0.2
+ die_if_not_set IP 'Failure retrieving IP address'
+ local exitcode=0
+ set +o xtrace
+ ping_check private 10.1.0.2 90
+ is_service_enabled quantum
+ services=quantum
+ for service in '${services}'
+ [[ ,g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,tempest,swift,cinder,c-api,c-vol,c-sch,n-cond,n-net, =~ ,quantum, ]]
+ [[ quantum == \n\o\v\a ]]
+ [[ quantum == \c\i\n\d\e\r ]]
+ [[ quantum == \c\e\i\l\o\m\e\t\e\r ]]
+ [[ quantum == \g\l\a\n\c\e ]]
+ [[ quantum == \q\u\a\n\t\u\m ]]
+ [[ g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,tempest,swift,cinder,c-api,c-vol,c-sch,n-cond,n-net =~ q- ]]
+ [[ quantum == \s\w\i\f\t ]]
+ [[ quantum == s-* ]]
+ return 1
+ _ping_check_novanet private 10.1.0.2 90
+ local from_net=private
+ local ip=10.1.0.2
+ local boot_timeout=90
+ local expected=True
+ local check_command=
++ trueorfalse False
++ local default=False
++ local testval=
++ [[ -z '' ]]
++ echo False
++ return
+ 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 ---
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.

--- 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.
64 bytes from 10.1.0.2: icmp_req=1 ttl=64 time=5.48 ms

--- 10.1.0.2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 5.486/5.486/5.486/0.000 ms
++ cinder list
++ grep ex-vol-b8a4813a
++ get_field 2
++ read data
++ head -1
+ [[ -n '' ]]
++ date +%s
+ start_time=1362291138
+ cinder create --display_name ex-vol-b8a4813a --display_description 'test volume: ex-vol-b8a4813a' 1
+---------------------+--------------------------------------+
|       Property      |                Value                 |
+---------------------+--------------------------------------+
|     attachments     |                  []                  |
|  availability_zone  |                 nova                 |
|       bootable      |                false                 |
|      created_at     |      2013-03-03T06:12:18.654018      |
| display_description |     test volume: ex-vol-b8a4813a     |
|     display_name    |           ex-vol-b8a4813a            |
|          id         | bca93e00-5285-497a-a098-5a3f0efeab2f |
|       metadata      |                  {}                  |
|         size        |                  1                   |
|     snapshot_id     |                 None                 |
|     source_volid    |                 None                 |
|        status       |               creating               |
|     volume_type     |                 None                 |
+---------------------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-b8a4813a | grep available; do sleep 1; done'
| bca93e00-5285-497a-a098-5a3f0efeab2f | available | ex-vol-b8a4813a |  1   |     None    |  false   |             |
++ date +%s
+ end_time=1362291140
+ echo 'Completed cinder create in 2 seconds'
Completed cinder create in 2 seconds
++ cinder list
++ grep ex-vol-b8a4813a
++ head -1
++ get_field 1
++ read data
++ '[' 1 -lt 0 ']'
++ field='$2'
++ echo '| bca93e00-5285-497a-a098-5a3f0efeab2f | available | ex-vol-b8a4813a |  1   |     None    |  false   |             |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ read data
+ VOL_ID=bca93e00-5285-497a-a098-5a3f0efeab2f
+ die_if_not_set VOL_ID 'Failure retrieving volume ID for ex-vol-b8a4813a'
+ local exitcode=0
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1362291141
+ nova volume-attach 02aa612f-ae6d-4f42-9cab-7c88fc66026f bca93e00-5285-497a-a098-5a3f0efeab2f /dev/vdb
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| device   | /dev/vdb                             |
| serverId | 02aa612f-ae6d-4f42-9cab-7c88fc66026f |
| id       | bca93e00-5285-497a-a098-5a3f0efeab2f |
| volumeId | bca93e00-5285-497a-a098-5a3f0efeab2f |
+----------+--------------------------------------+
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-b8a4813a | grep in-use; do sleep 1; done'
| bca93e00-5285-497a-a098-5a3f0efeab2f | in-use | ex-vol-b8a4813a |  1   |     None    |  false   | 02aa612f-ae6d-4f42-9cab-7c88fc66026f |
++ date +%s
+ end_time=1362291145
+ echo 'Completed volume-attach in 4 seconds'
Completed volume-attach in 4 seconds
++ cinder list
++ grep ex-vol-b8a4813a
++ get_field -1
++ head -1
++ read data
++ '[' -1 -lt 0 ']'
++ field='($(NF-1))'
++ echo '| bca93e00-5285-497a-a098-5a3f0efeab2f | in-use | ex-vol-b8a4813a |  1   |     None    |  false   | 02aa612f-ae6d-4f42-9cab-7c88fc66026f |'
++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}'
++ read data
+ VOL_ATTACH=02aa612f-ae6d-4f42-9cab-7c88fc66026f
+ die_if_not_set VOL_ATTACH 'Failure retrieving ex-vol-b8a4813a status'
+ local exitcode=0
+ set +o xtrace
+ [[ 02aa612f-ae6d-4f42-9cab-7c88fc66026f != 02aa612f-ae6d-4f42-9cab-7c88fc66026f ]]
++ date +%s
+ start_time=1362291146
+ nova volume-detach 02aa612f-ae6d-4f42-9cab-7c88fc66026f bca93e00-5285-497a-a098-5a3f0efeab2f
+ timeout 90 sh -c 'while ! cinder list | grep ex-vol-b8a4813a | grep available; do sleep 1; done'
| bca93e00-5285-497a-a098-5a3f0efeab2f | available | ex-vol-b8a4813a |  1   |     None    |  false   |             |
++ date +%s
+ end_time=1362291151
+ echo 'Completed volume-detach in 5 seconds'
Completed volume-detach in 5 seconds
++ date +%s
+ start_time=1362291151
+ cinder delete bca93e00-5285-497a-a098-5a3f0efeab2f
+ timeout 90 sh -c 'while cinder list | grep ex-vol-b8a4813a; do sleep 1; done'
| bca93e00-5285-497a-a098-5a3f0efeab2f | deleting | ex-vol-b8a4813a |  1   |     None    |  false   |             |
++ date +%s
+ end_time=1362291153
+ echo 'Completed cinder delete in 2 seconds'
Completed cinder delete in 2 seconds
+ nova delete 02aa612f-ae6d-4f42-9cab-7c88fc66026f
+ timeout 60 sh -c 'while nova list | grep -q 02aa612f-ae6d-4f42-9cab-7c88fc66026f; do sleep 1; done'
+ nova secgroup-delete vol_secgroup
+ set +o xtrace
*********************************************************************
SUCCESS: End DevStack Exercise: ./exercises/volumes.sh
*********************************************************************
=====================================================================
SKIP boot_from_volume
SKIP client-env
SKIP quantum-adv-test
PASS aggregates
PASS bundle
PASS client-args
PASS euca
PASS floating_ips
PASS horizon
PASS sec_groups
PASS swift
PASS volumes
=====================================================================
Starting coverage data collection
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/tools/tempest_coverage.py", line 194, in <module>
    main(sys.argv)
  File "/opt/stack/new/tempest/tools/tempest_coverage.py", line 148, in main
    coverage_client.start_coverage_combine()
  File "/opt/stack/new/tempest/tools/tempest_coverage.py", line 52, in start_coverage_combine
    return self.post('os-coverage/action', post_body, self.headers)
  File "tempest/common/rest_client.py", line 178, in post
    return self.request('POST', url, headers, body)
  File "tempest/common/rest_client.py", line 280, in request
    wait)
  File "tempest/common/rest_client.py", line 362, in _error_checker
    raise exceptions.ComputeFault(message)
tempest.exceptions.ComputeFault: Got compute fault
Details: The server has either erred or is incapable of performing the requested operation.
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-coverage-vm-full/54
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/devstack-gate-cleanup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/devstack-gate-setup-host.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/devstack-gate-setup-workspace-new.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/devstacklog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/iptables.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/kern_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/localrc.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/rabbitmq/rabbit at devstack-1362204700-sasl.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/rabbitmq/rabbit at devstack-1362204700.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/rabbitmq/startup_log.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-c-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-c-vol.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-g-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-g-reg.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-horizon.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-key.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-n-api.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-n-cond.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-n-cpu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-n-crt.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-n-net.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-n-obj.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-n-sch.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-s-account.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-s-container.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-s-object.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-s-proxy.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/screen-sysstat.txt.gz'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sudoers.d/90-cloudimg-ubuntu.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sudoers.d/README.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sudoers.d/cinder-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sudoers.d/jenkins-sudo-grep.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sudoers.d/nova-rootwrap.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sudoers.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/syslog.txt.gz'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-coverage-vm-full/54/logs/sysstat.dat.gz'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the openstack-qa mailing list