See <https://jenkins.openstack.org/job/periodic-tempest-devstack-vm-stable-essex/81/> ------------------------------------------ [...truncated 5382 lines...] ++++ SERVICE_HOST=127.0.0.1 ++++ SYSLOG=True ++++ SCREEN_LOGDIR=/opt/stack/screen-logs ++++ LOGFILE=/opt/stack/devstacklog.txt ++++ VERBOSE=True ++++ FIXED_RANGE=10.1.0.0/24 ++++ FIXED_NETWORK_SIZE=256 ++++ VIRT_DRIVER=libvirt ++++ SWIFT_REPLICAS=1 ++++ export OS_NO_CACHE=True ++++ OS_NO_CACHE=True ++++ API_RATE_LIMIT=False ++++ VOLUME_BACKING_FILE_SIZE=4G ++ export OS_TENANT_NAME=demo ++ OS_TENANT_NAME=demo ++ export OS_USERNAME=demo ++ OS_USERNAME=demo ++ export OS_PASSWORD=secret ++ OS_PASSWORD=secret ++ HOST_IP=127.0.0.1 ++ SERVICE_HOST=127.0.0.1 ++ GLANCE_HOST=127.0.0.1 ++ export OS_AUTH_URL=http://127.0.0.1:5000/v2.0 ++ OS_AUTH_URL=http://127.0.0.1:5000/v2.0 ++ export NOVA_VERSION=1.1 ++ NOVA_VERSION=1.1 ++ export COMPUTE_API_VERSION=1.1 ++ COMPUTE_API_VERSION=1.1 + source /opt/stack/devstack/exerciserc ++ export ACTIVE_TIMEOUT=60 ++ ACTIVE_TIMEOUT=60 ++ export ASSOCIATE_TIMEOUT=60 ++ ASSOCIATE_TIMEOUT=60 ++ export BOOT_TIMEOUT=90 ++ BOOT_TIMEOUT=90 ++ export RUNNING_TIMEOUT=150 ++ RUNNING_TIMEOUT=150 ++ export TERMINATE_TIMEOUT=60 ++ TERMINATE_TIMEOUT=60 + DEFAULT_INSTANCE_TYPE=m1.tiny + DEFAULT_IMAGE_NAME=ami + nova list + nova image-list +--------------------------------------+---------------------------------+--------+--------+ | ID | Name | Status | Server | +--------------------------------------+---------------------------------+--------+--------+ | c67df7a7-e08f-48b2-ab7d-6f6b55c2d108 | cirros-0.3.0-x86_64-uec | ACTIVE | | | 954f8653-ea4b-4f6c-ae21-0d9151baf0f7 | cirros-0.3.0-x86_64-uec-kernel | ACTIVE | | | 583627ca-d82d-47a3-b7b7-7b3a436bb1d5 | cirros-0.3.0-x86_64-uec-ramdisk | ACTIVE | | +--------------------------------------+---------------------------------+--------+--------+ + glance -f index ID Name Disk Format Container Format Size ------------------------------------ ------------------------------ -------------------- -------------------- -------------- c67df7a7-e08f-48b2-ab7d-6f6b55c2d108 cirros-0.3.0-x86_64-uec ami ami 25165824 583627ca-d82d-47a3-b7b7-7b3a436bb1d5 cirros-0.3.0-x86_64-uec-ramdis ari ari 2254249 954f8653-ea4b-4f6c-ae21-0d9151baf0f7 cirros-0.3.0-x86_64-uec-kernel aki aki 4731440 ++ glance -f index ++ egrep ami ++ head -1 ++ cut '-d ' -f1 + IMAGE=c67df7a7-e08f-48b2-ab7d-6f6b55c2d108 + nova flavor-list +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+-------------+ | ID | Name | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | extra_specs | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+-------------+ | 1 | m1.tiny | 512 | 0 | 0 | | 1 | 1.0 | N/A | {} | | 2 | m1.small | 2048 | 10 | 20 | | 1 | 1.0 | N/A | {} | | 3 | m1.medium | 4096 | 10 | 40 | | 2 | 1.0 | N/A | {} | | 4 | m1.large | 8192 | 10 | 80 | | 4 | 1.0 | N/A | {} | | 5 | m1.xlarge | 16384 | 10 | 160 | | 8 | 1.0 | N/A | {} | +----+-----------+-----------+------+-----------+------+-------+-------------+-----------+-------------+ ++ nova flavor-list ++ grep m1.tiny ++ get_field 1 ++ read data ++ '[' 1 -lt 0 ']' ++ field='$2' ++ echo '| 1 | m1.tiny | 512 | 0 | 0 | | 1 | 1.0 | N/A | {} |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $2}' ++ read data + INSTANCE_TYPE=1 + [[ -z 1 ]] + NAME=ex-vol ++ nova boot --flavor 1 --image c67df7a7-e08f-48b2-ab7d-6f6b55c2d108 ex-vol --security_groups= ++ grep ' id ' ++ get_field 2 ++ read data ++ '[' 2 -lt 0 ']' ++ field='$3' ++ echo '| id | 3f0e365b-6a44-4206-8503-d97a78b027eb |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $3}' ++ read data + VM_UUID=3f0e365b-6a44-4206-8503-d97a78b027eb + die_if_not_set VM_UUID 'Failure launching ex-vol' + local exitcode=0 + set +o xtrace + timeout 60 sh -c 'while ! nova show 3f0e365b-6a44-4206-8503-d97a78b027eb | grep status | grep -q ACTIVE; do sleep 1; done' ++ nova show 3f0e365b-6a44-4206-8503-d97a78b027eb ++ grep 'private network' ++ get_field 2 ++ read data ++ '[' 2 -lt 0 ']' ++ field='$3' ++ echo '| private network | 10.1.0.2 |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $3}' ++ read data + IP=10.1.0.2 + die_if_not_set IP 'Failure retrieving IP address' + local exitcode=0 + set +o xtrace + MULTI_HOST=0 + '[' 0 = 0 ']' + 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 --- 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.
From 10.1.0.1 icmp_seq=1 Destination Host Unreachable
--- 10.1.0.2 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 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.18 ms --- 10.1.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.183/1.183/1.183/0.000 ms ++ openssl rand -hex 4 + VOL_NAME=myvol-b0b8c5a7 ++ nova volume-list ++ grep myvol-b0b8c5a7 ++ get_field 2 ++ read data ++ head -1 + [[ -n '' ]] + nova volume-create --display_name myvol-b0b8c5a7 --display_description 'test volume: myvol-b0b8c5a7' 1 +---------------------+-----------------------------+ | Property | Value | +---------------------+-----------------------------+ | attachments | [] | | availability_zone | nova | | created_at | 2012-11-09 00:09:57.686793 | | display_description | test volume: myvol-b0b8c5a7 | | display_name | myvol-b0b8c5a7 | | id | 1 | | metadata | {} | | size | 1 | | snapshot_id | None | | status | creating | | volume_type | None | +---------------------+-----------------------------+ + [[ 0 != 0 ]] + timeout 60 sh -c 'while ! nova volume-list | grep myvol-b0b8c5a7 | grep available; do sleep 1; done' | 1 | available | myvol-b0b8c5a7 | 1 | None | | ++ nova volume-list ++ grep myvol-b0b8c5a7 ++ head -1 ++ get_field 1 ++ read data ++ '[' 1 -lt 0 ']' ++ field='$2' ++ echo '| 1 | available | myvol-b0b8c5a7 | 1 | None | |' ++ awk '-F[ \t]*\\|[ \t]*' '{print $2}' ++ read data + VOL_ID=1 + die_if_not_set VOL_ID 'Failure retrieving volume ID for myvol-b0b8c5a7' + local exitcode=0 + set +o xtrace + DEVICE=/dev/vdb + nova volume-attach 3f0e365b-6a44-4206-8503-d97a78b027eb 1 /dev/vdb +----------+-------+ | Property | Value | +----------+-------+ | id | 1 | | volumeId | 1 | +----------+-------+ + timeout 60 sh -c 'while ! nova volume-list | grep myvol-b0b8c5a7 | grep in-use; do sleep 1; done' + echo 'Volume myvol-b0b8c5a7 not attached to ex-vol' Volume myvol-b0b8c5a7 not attached to ex-vol + exit 1 ===================================================================== SKIP boot_from_volume SKIP client-env SKIP swift PASS aggregates PASS bundle PASS client-args PASS euca PASS floating_ips FAILED volumes ===================================================================== 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-stable-essex/81 [SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/devstack-gate-cleanup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/devstack-gate-setup-host.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/devstack-gate-setup-workspace.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/devstacklog.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/kern_log.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/localrc.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-g-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-g-reg.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-horizon.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-key.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-n-api.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-n-cpu.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-n-crt.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-n-net.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-n-obj.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-n-sch.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/screen-n-vol.txt' [SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-vm-stable-essex/81/logs/syslog.txt' [SCP] Connecting to static.openstack.org [SCP] Copying console log.