Build failed in Jenkins: sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial #133
Jenkins Notification
devnull at canonical.com
Wed Dec 11 16:33:35 UTC 2013
See <http://q-jenkins.ubuntu-ci:8080/job/sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial/133/>
------------------------------------------
Started by user Parameswaran Sivatharman
[EnvInject] - Loading node environment variables.
Building remotely on magners-kernel-sru in workspace <http://q-jenkins.ubuntu-ci:8080/job/sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial/ws/>
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial] $ /bin/bash -x /tmp/hudson2694864876050842192.sh
+ SRUHOME=/var/lib/ubuntu-iso-testing/kernel-sru
+ bzr pull -d /var/lib/ubuntu-iso-testing/kernel-sru/branches/tests
Using saved parent location: http://bazaar.launchpad.net/~ue-qa-kernel-tests-infrastructure-dev/ue-qa-kernel-tests-infrastructure/trunk/
No revisions or tags to pull.
+ '[' x '!=' x ']'
+ '[' -z '' ']'
+ bash -x /var/lib/ubuntu-iso-testing/kernel-sru/branches/tests/kernel-sru/jenkins-script-armhf-omap4.sh -s /var/lib/ubuntu-iso-testing/kernel-sru -r quantal -t qa-panda-1 -w <http://q-jenkins.ubuntu-ci:8080/job/sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial/ws/> -v -c q-jenkins.ubuntu-ci -p
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ SRUHOME=/var/lib/ubuntu-iso-testing/kernel-sru
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ RELEASE=quantal
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ TESTHOST=qa-panda-1
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ WORKSPACE=<http://q-jenkins.ubuntu-ci:8080/job/sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial/ws/>
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ KFLAVOUR=-c
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ '[' -z quantal ']'
+ '[' -z -c ']'
+ '[' -z q-jenkins.ubuntu-ci ']'
+ '[' -z /var/lib/ubuntu-iso-testing/kernel-sru ']'
+ '[' -z <http://q-jenkins.ubuntu-ci:8080/job/sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial/ws/> ']'
++ dirname /var/lib/ubuntu-iso-testing/kernel-sru/branches/tests/kernel-sru/jenkins-script-armhf-omap4.sh
+ baseDir=/var/lib/ubuntu-iso-testing/kernel-sru/branches/tests/kernel-sru
+ source /var/lib/ubuntu-iso-testing/kernel-sru/branches/tests/kernel-sru/arm-sru-utils.sh
++ '[' -z q-jenkins.ubuntu-ci ']'
++ '[' -z <http://q-jenkins.ubuntu-ci:8080/job/sru_kernel-quantal-generic-armhf_omap4_panda_ES-serial/ws/> ']'
++ SSHOptions='-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/lib/ubuntu-iso-testing/kernel-sru/ssh-keys/qa-ubuntu'
+++ dirname /var/lib/ubuntu-iso-testing/kernel-sru/branches/tests/kernel-sru/jenkins-script-armhf-omap4.sh
++ SYSTEMS_CONF=/var/lib/ubuntu-iso-testing/kernel-sru/branches/tests/kernel-sru/systems.conf
++ SLEEP=60
++ TICKS=70
++ SCP_PARMS=
+ ISODIR=/data
+ SYS_HOST=qa-panda-1
+ rm -rf '*'
+ cdu_host qa-panda-1
+ local TESTHOST=qa-panda-1
+ d_msg '## finding out which CDU controls power for the machine'
+ printf '%s\n' '## finding out which CDU controls power for the machine'
## finding out which CDU controls power for the machine
+ case $TESTHOST in
+ CDU_NAME=qa_panda_1
+ CDU_HOST=cdu-1ss-b-06-b.ubuntu-ci
+ sudo chmod +r /data/ISOs /data/VMs /data/bootspeed-reporter /data/iso /data/lost+found /data/recreate /data/utah
+ arm_set_serial_console
+ d_msg '## adjusting Panda boot parms'
+ printf '%s\n' '## adjusting Panda boot parms'
## adjusting Panda boot parms
+ local img part1 part1Start sector tmpDir IMAGE
+ case $RELEASE in
+ IMAGE=ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img
++ file /data/ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img
+ img='/data/ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img: x86 boot sector; partition 1: ID=0xc, active, starthead 1, startsector 32, 147424 sectors; partition 2: ID=0x83, starthead 0, startsector 147456, 1339072 sectors, code offset 0x0'
++ echo /data/ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img: x86 boot 'sector;' partition 1: ID=0xc, active, starthead 1, startsector 32, 147424 'sectors;' partition 2: ID=0x83, starthead 0, startsector 147456, 1339072 sectors, code offset 0x0
++ awk '-F;' '{print $2}'
+ part1=' partition 1: ID=0xc, active, starthead 1, startsector 32, 147424 sectors'
++ echo partition 1: ID=0xc, active, starthead 1, startsector 32, 147424 sectors
++ awk -F, '{print $4}'
+ part1Start=' startsector 32'
++ echo startsector 32
++ awk '{print $2}'
+ sector=32
++ mktemp -d --tmpdir=./ img.XXXX
+ tmpDir=./img.69AF
+ test -z ./img.69AF
+ sudo mount /data/ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img ./img.69AF -o loop -o offset=16384
+ sudo cp ./img.69AF/preEnv.txt-serial ./img.69AF/preEnv.txt
+ sudo umount ./img.69AF
+ rm -rf ./img.69AF
+ arm_set_PXE qa-panda-1
+ d_msg '## setting up PXE for the ARM-based machine'
+ printf '%s\n' '## setting up PXE for the ARM-based machine'
## setting up PXE for the ARM-based machine
+ local TESTHOST=qa-panda-1
+ local IMAGE
+ TYPE=panda
+ declare -A PXE_TABLE
+ PXE_TABLE['qa-panda-1']=01-2e-60-4d-6a-4e-01
+ PXE_TABLE['qa-panda-2']=01-2e-60-43-d9-49-01
+ PXE_TABLE['qa-panda-3']=01-0e-60-a0-6c-4e-01
+ PXE_TABLE['armada1']=01-00-50-43-5c-24-3b
+ '[' qa-panda-1 == armada1 ']'
+ case $TYPE in
+ netBootDir=panda
+ case $RELEASE in
+ IMAGE=ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img
+ appendCmd='append console=ttyO2,115200n8 imageurl=http://jatayu.ubuntu-ci/ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img bootcfg=http://jatayu.ubuntu-ci/bamboo-preseeds/preEnv.01-2e-60-4d-6a-4e-01'
+ cat
+ printf '*********************** bamboo-feeder PXE entry %s ******************************\n' 01-2e-60-4d-6a-4e-01
*********************** bamboo-feeder PXE entry 01-2e-60-4d-6a-4e-01 ******************************
+ cat pxe-01-2e-60-4d-6a-4e-01
default panda-quantal
prompt 0
timeout 3
label panda-quantal
kernel panda/uImage
append console=ttyO2,115200n8 imageurl=http://jatayu.ubuntu-ci/ISOs/quantal/ubuntu-12.10-server-armhf+omap4.img bootcfg=http://jatayu.ubuntu-ci/bamboo-preseeds/preEnv.01-2e-60-4d-6a-4e-01
initrd panda/uInitrd
+ printf '*********************** bamboo-feeder PXE entry *********************************\n'
*********************** bamboo-feeder PXE entry *********************************
+ sudo mv pxe-01-2e-60-4d-6a-4e-01 /var/lib/tftpboot/pxelinux.cfg/01-2e-60-4d-6a-4e-01
+ cdu_power_cycle
+ local RC
+ d_msg '### powering system down'
+ printf '%s\n' '### powering system down'
### powering system down
+ fence_cdu -v -a cdu-1ss-b-06-b.ubuntu-ci -l ubuntu -p ubuntu -n qa_panda_1 -o off
telnet> set binary
Negotiating binary mode with remote host.
telnet> open cdu-1ss-b-06-b.ubuntu-ci -23
Trying 10.98.4.41...
Connected to cdu-1ss-b-06-b.ubuntu-ci.
Escape character is '^]'.
Sentry Switched CDU Version 7.0h
Username: ubuntu
Password:
Location: 1ss-b-05-b
Switched CDU: STATUS
Outlet Outlet Outlet Control
ID Name Status State
.A1 aldebaran-ps2 On Wake On
.A2 naartjie-ps2 On Wake On
.A3 bamboo-feeder On Wake On
.A4 qa-panda-1 On Wake On
.A5 ps_radeon_hd7450_le On On
.A6 ps_nvidia_gt440_le On On
.A7 lenovo-rd230-12 On Wake On
.A8 lenovo-rd230-10 On Wake On
.A9 lenovo-rd230-08 On Wake On
.A10 lenovo-rd230-06 On Wake On
.A11 lenovo-rd230-04 On Wake On
.A12 lenovo-rd230-02 On Wake On
.A13 cyclops-ps2 On Wake On
.A14 calxeda On On
.A15 KVM-Switch-PS2-Rack6 On Wake On
.A16 cisco3750stack-mem2-ps2 On Wake On
Command successful
Switched CDU:Failed: Unable to obtain correct plug status or plug is not available
+ RC=1
+ '[' 1 -ne 0 ']'
+ sys_exit_KO 'failed to command power-off for system qa_panda_1 on Cobbler, bailing out'
+ printf 'FAIL %s\n' 'failed to command power-off for system qa_panda_1 on Cobbler, bailing out'
FAIL failed to command power-off for system qa_panda_1 on Cobbler, bailing out
+ exit 1
+ exit 1
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Description set:
More information about the ubuntu-testing-notifications
mailing list