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

OpenStack Jenkins jenkins at openstack.org
Sat Dec 15 00:15:27 UTC 2012


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

------------------------------------------
[...truncated 13414 lines...]
++ nova boot --flavor 1 --image d6f12e0c-38f5-45c2-a6ea-527737dbd1ce ex-vol --security_groups=vol_secgroup
++ grep ' id '
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| id                     | dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ VM_UUID=dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41
+ die_if_not_set VM_UUID 'Failure launching ex-vol'
+ local exitcode=0
+ set +o xtrace
+ timeout 60 sh -c 'while ! nova show dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 | grep status | grep -q ACTIVE; do sleep 1; done'
++ nova show dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41
++ grep private
++ get_field 2
++ read data
++ '[' 2 -lt 0 ']'
++ field='$3'
++ echo '| private network        | 10.1.0.4                                                       |'
++ awk '-F[ \t]*\\|[ \t]*' '{print $3}'
++ read data
+ IP=10.1.0.4
+ die_if_not_set IP 'Failure retrieving IP address'
+ local exitcode=0
+ set +o xtrace
+ ping_check private 10.1.0.4 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,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,tempest,swift,cinder,c-api,c-vol,c-sch,n-cond,n-net =~ q- ]]
+ return 1
+ _ping_check_novanet private 10.1.0.4 90
+ local from_net=private
+ local ip=10.1.0.4
+ 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.4; do sleep 1; done'
+ timeout 90 sh -c 'while ! ping -c1 -w1 10.1.0.4; do sleep 1; done'
PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.

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

PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
>From 10.1.0.1 icmp_seq=1 Destination Host Unreachable

--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

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

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

PING 10.1.0.4 (10.1.0.4) 56(84) bytes of data.
>From 10.1.0.1 icmp_seq=1 Destination Host Unreachable

--- 10.1.0.4 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

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

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

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

--- 10.1.0.4 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 2.260/2.260/2.260/0.000 ms
++ openssl rand -hex 4
+ VOL_NAME=myvol-ccafe40d
++ get_field 2
++ read data
++ head -1
++ grep myvol-ccafe40d
++ cinder list
+ [[ -n '' ]]
+ cinder create --display_name myvol-ccafe40d --display_description 'test volume: myvol-ccafe40d' 1
+---------------------+--------------------------------------+
|       Property      |                Value                 |
+---------------------+--------------------------------------+
|     attachments     |                  []                  |
|  availability_zone  |                 nova                 |
|       bootable      |                false                 |
|      created_at     |      2012-12-15T00:14:39.439479      |
| display_description |     test volume: myvol-ccafe40d      |
|     display_name    |            myvol-ccafe40d            |
|          id         | 6f233ef9-b61c-4533-ab73-a142ab6ff1fb |
|       metadata      |                  {}                  |
|         size        |                  1                   |
|     snapshot_id     |                 None                 |
|        status       |               creating               |
|     volume_type     |                 None                 |
+---------------------+--------------------------------------+
+ [[ 0 != 0 ]]
++ date +%s
+ start_time=1355530479
+ timeout 60 sh -c 'while ! cinder list | grep myvol-ccafe40d | grep available; do sleep 1; done'
| 6f233ef9-b61c-4533-ab73-a142ab6ff1fb | available | myvol-ccafe40d |  1   |     None    |  false   |             |
++ date +%s
+ end_time=1355530481
+ echo 'Completed cinder create in 2 seconds'
Completed cinder create in 2 seconds
++ cinder list
++ grep myvol-ccafe40d
++ get_field 1
++ read data
++ head -1
++ '[' 1 -lt 0 ']'
++ field='$2'
++ awk '-F[ \t]*\\|[ \t]*' '{print $2}'
++ echo '| 6f233ef9-b61c-4533-ab73-a142ab6ff1fb | available | myvol-ccafe40d |  1   |     None    |  false   |             |'
++ read data
+ VOL_ID=6f233ef9-b61c-4533-ab73-a142ab6ff1fb
+ die_if_not_set VOL_ID 'Failure retrieving volume ID for myvol-ccafe40d'
+ local exitcode=0
+ set +o xtrace
+ DEVICE=/dev/vdb
++ date +%s
+ start_time=1355530481
+ nova volume-attach dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 6f233ef9-b61c-4533-ab73-a142ab6ff1fb /dev/vdb
+----------+--------------------------------------+
| Property | Value                                |
+----------+--------------------------------------+
| device   | /dev/vdb                             |
| id       | 6f233ef9-b61c-4533-ab73-a142ab6ff1fb |
| serverId | dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 |
| volumeId | 6f233ef9-b61c-4533-ab73-a142ab6ff1fb |
+----------+--------------------------------------+
+ timeout 60 sh -c 'while ! cinder list | grep myvol-ccafe40d | grep in-use; do sleep 1; done'
| 6f233ef9-b61c-4533-ab73-a142ab6ff1fb | in-use | myvol-ccafe40d |  1   |     None    |  false   | dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 |
++ date +%s
+ end_time=1355530486
+ echo 'Completed volume-attach in 5 seconds'
Completed volume-attach in 5 seconds
++ cinder list
++ grep myvol-ccafe40d
++ get_field -1
++ read data
++ head -1
++ '[' -1 -lt 0 ']'
++ field='($(NF-1))'
++ echo '| 6f233ef9-b61c-4533-ab73-a142ab6ff1fb | in-use | myvol-ccafe40d |  1   |     None    |  false   | dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 |'
++ awk '-F[ \t]*\\|[ \t]*' '{print ($(NF-1))}'
++ read data
+ VOL_ATTACH=dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41
+ die_if_not_set VOL_ATTACH 'Failure retrieving myvol-ccafe40d status'
+ local exitcode=0
+ set +o xtrace
+ [[ dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 != dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 ]]
++ date +%s
+ start_time=1355530486
+ nova volume-detach dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41 6f233ef9-b61c-4533-ab73-a142ab6ff1fb
+ timeout 60 sh -c 'while ! cinder list | grep myvol-ccafe40d | grep available; do sleep 1; done'
| 6f233ef9-b61c-4533-ab73-a142ab6ff1fb | available | myvol-ccafe40d |  1   |     None    |  false   |             |
++ date +%s
+ end_time=1355530490
+ echo 'Completed volume-detach in 4 seconds'
Completed volume-detach in 4 seconds
++ date +%s
+ start_time=1355530490
+ cinder delete 6f233ef9-b61c-4533-ab73-a142ab6ff1fb
+ timeout 60 sh -c 'while ! cinder list | grep myvol-ccafe40d; do sleep 1; done'
| 6f233ef9-b61c-4533-ab73-a142ab6ff1fb | deleting | myvol-ccafe40d |  1   |     None    |  false   |             |
++ date +%s
+ end_time=1355530491
+ echo 'Completed cinder delete in 1 seconds'
Completed cinder delete in 1 seconds
+ nova delete dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41
+ timeout 60 sh -c 'while nova list | grep -q dc1472b3-c16f-4cd9-bb5a-052fcc7c1d41; 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 client-args
PASS euca
PASS floating_ips
PASS horizon
PASS sec_groups
PASS swift
PASS volumes
FAILED bundle
=====================================================================
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-postgres-vm-full/37
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/devstack-gate-setup-workspace-new.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/localrc.txt'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/rabbitmq
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/rabbitmq/rabbit at devstack-1355497257-sasl.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/rabbitmq/rabbit at devstack-1355497257.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/rabbitmq/startup_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-c-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-c-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-c-vol.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-g-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-g-reg.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-horizon.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-n-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-n-cond.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-n-cpu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-n-crt.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-n-net.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-n-obj.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-n-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/screen-swift.txt'
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/sudoers.d
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/sudoers.d/90-cloudimg-ubuntu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/sudoers.d/README.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/sudoers.d/cinder-rootwrap.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/sudoers.d/jenkins-sudo-grep.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/sudoers.d/nova-rootwrap.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/sudoers.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/37/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.



More information about the openstack-qa mailing list