Build failed in Jenkins: sru_kernel-lucid-server_amd64-kvm-virtual #1

Jenkins Notification devnull at canonical.com
Tue Aug 7 14:49:08 UTC 2012


See <http://10.189.74.2:8080/job/sru_kernel-lucid-server_amd64-kvm-virtual/1/>

------------------------------------------
Started by user hggdh
[EnvInject] - Loading node environment variables.
Building remotely on alderamin
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[sru_kernel-lucid-server_amd64-kvm-virtual] $ /bin/bash -x /tmp/hudson4522001451954160689.sh
+ SRUHOME=/var/lib/ubuntu-iso-testing/kernel-sru
+ '[' x '!=' x ']'
+ '[' -z '' ']'
+ bash -x /var/lib/ubuntu-iso-testing/kernel-sru/jenkins-script-virtual-kteam.sh -r lucid -t virtual -w <http://10.189.74.2:8080/job/sru_kernel-lucid-server_amd64-kvm-virtual/ws/> -v server-amd64 -c 10.189.74.2 -p x86_64
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ RELEASE=lucid
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ TESTHOST=virtual
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ WORKSPACE=<http://10.189.74.2:8080/job/sru_kernel-lucid-server_amd64-kvm-virtual/ws/>
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ KFLAVOUR=server-amd64
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ COBBLER_SERVER=10.189.74.2
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ case "$opt" in
+ TEST_PROFILE=x86_64
+ getopts s:w:r:k:d:v:c:t:p:b: opt
+ '[' -z lucid ']'
+ '[' -z server-amd64 ']'
+ '[' -z 10.189.74.2 ']'
+ '[' -z '' ']'
++ dirname /var/lib/ubuntu-iso-testing/kernel-sru/jenkins-script-virtual-kteam.sh
+ SRUHOME=/var/lib/ubuntu-iso-testing/kernel-sru
+ '[' -z <http://10.189.74.2:8080/job/sru_kernel-lucid-server_amd64-kvm-virtual/ws/> ']'
+ source /var/lib/ubuntu-iso-testing/kernel-sru/kernel-sru-utils.sh
++ '[' -z 10.189.74.2 ']'
++ '[' -z <http://10.189.74.2:8080/job/sru_kernel-lucid-server_amd64-kvm-virtual/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/jenkins-script-virtual-kteam.sh
++ SYSTEMS_CONF=/var/lib/ubuntu-iso-testing/kernel-sru/systems.conf
++ SLEEP=60
++ TICKS=30
++ SCP_PARMS=
+ cd <http://10.189.74.2:8080/job/sru_kernel-lucid-server_amd64-kvm-virtual/ws/>
/var/lib/ubuntu-iso-testing/kernel-sru/jenkins-script-virtual-kteam.sh: line 54: ${$WORKSPACE}/*: bad substitution
+ NAME=clean-lucid-server-amd64
+ printf 'Step1 to run on clean-lucid-server-amd64\n'
Step1 to run on clean-lucid-server-amd64
+ DIR=/var/lib/ubuntu-iso-testing/kernel-sru/clean-lucid-server-amd64
++ grep -E 'server-amd64$' /var/lib/ubuntu-iso-testing/kernel-sru/systems.conf
+ SYS_LINE='Tarf|x86_64|server|server-amd64'
+ sys_data 'Tarf|x86_64|server|server-amd64' lucid
++ echo 'Tarf|x86_64|server|server-amd64'
++ awk '-F|' '{print $1}'
+ SYS_HOST=Tarf
++ echo 'Tarf|x86_64|server|server-amd64'
++ awk '-F|' '{print $2}'
+ SYS_PROFILE=lucid-x86_64
++ echo 'Tarf|x86_64|server|server-amd64'
++ awk '-F|' '{print $3}'
+ SYS_FLAVOUR=server
+ '[' -f /var/lib/ubuntu-iso-testing/kernel-sru/clean-lucid-server-amd64/disk0.qcow2 ']'
+ rm -f /var/lib/ubuntu-iso-testing/kernel-sru/clean-lucid-server-amd64/disk0.qcow2
+ qemu-img create -F qcow2 -b /var/lib/ubuntu-iso-testing/kernel-sru/clean-lucid-server-amd64/disk0.pristine.qcow2 -f qcow2 /var/lib/ubuntu-iso-testing/kernel-sru/clean-lucid-server-amd64/disk0.qcow2
Formatting '/var/lib/ubuntu-iso-testing/kernel-sru/clean-lucid-server-amd64/disk0.qcow2', fmt=qcow2 size=8589934592 backing_file='/var/lib/ubuntu-iso-testing/kernel-sru/clean-lucid-server-amd64/disk0.pristine.qcow2' backing_fmt='qcow2' encryption=off cluster_size=65536 
+ RC=0
+ '[' 0 -ne 0 ']'
+ tries=10
+ indx=0
+ '[' 0 -lt 10 ']'
+ let 'WAIT=(15853%29)+1'
+ sleep 20
+ virsh -d 5 -l virsh_start.log start clean-lucid-server-amd64
error: Failed to start domain clean-lucid-server-amd64
error: Unable to wait for child process: Bad file descriptor

+ RC=1
+ '[' 1 -eq 0 ']'
+ grep -q 'Domain is already active' virsh_start.log
+ RC=1
+ '[' 1 -eq 0 ']'
+ let indx=0+1
+ '[' 1 -lt 10 ']'
+ let 'WAIT=(11823%29)+1'
+ sleep 21
+ virsh -d 5 -l virsh_start.log start clean-lucid-server-amd64
Domain clean-lucid-server-amd64 started

+ RC=0
+ '[' 0 -eq 0 ']'
+ break
+ '[' 0 -ne 0 ']'
+ IPaddress=
+ '[' -z '' ']'
+ sleep 10
++ grep dnsmasq-dhcp /var/log/syslog
++ tail -n 1
++ grep -E 'clean-lucid-server-amd64$'
++ awk '-F ' '{print $7}'
+ IPaddress=
+ SYS_HOST=
+ '[' -z '' ']'
+ sleep 10
++ grep dnsmasq-dhcp /var/log/syslog
++ grep -E 'clean-lucid-server-amd64$'
++ awk '-F ' '{print $7}'
++ tail -n 1
+ IPaddress=
+ SYS_HOST=
+ '[' -z '' ']'
+ sleep 10
++ grep dnsmasq-dhcp /var/log/syslog
++ grep -E 'clean-lucid-server-amd64$'
++ awk '-F ' '{print $7}'
++ tail -n 1
+ IPaddress=
+ SYS_HOST=
+ '[' -z '' ']'
+ sleep 10
++ grep dnsmasq-dhcp /var/log/syslog
++ tail -n 1
++ grep -E 'clean-lucid-server-amd64$'
++ awk '-F ' '{print $7}'
+ IPaddress=192.168.123.64
+ SYS_HOST=192.168.123.64
+ '[' -z 192.168.123.64 ']'
+ sys_wait ubuntu at 192.168.123.64
+ COUNTER=0
+ RC=0
+ '[' 0 -ge 30 ']'
+ sleep 60
+ sys_ssh ubuntu at 192.168.123.64 exit
+ REMOTE=ubuntu at 192.168.123.64
+ shift
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/lib/ubuntu-iso-testing/kernel-sru/ssh-keys/qa-ubuntu ubuntu at 192.168.123.64 exit
Warning: Permanently added '192.168.123.64' (RSA) to the list of known hosts.
+ RCTEMP=0
+ SSH_PARMS=
+ return 0
+ RC=0
+ '[' 0 -eq 0 ']'
+ break
+ return 0
+ RC=0
+ '[' 0 -ne 0 ']'
+ case $RELEASE in
+ sys_ssh ubuntu at 192.168.123.64 'echo ubuntu | sudo -S sed -i '\''s/^%admin.*$/%admin ALL=(ALL) NOPASSWD: ALL/'\'' /etc/sudoers'
+ REMOTE=ubuntu at 192.168.123.64
+ shift
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/lib/ubuntu-iso-testing/kernel-sru/ssh-keys/qa-ubuntu ubuntu at 192.168.123.64 'echo ubuntu | sudo -S sed -i '\''s/^%admin.*$/%admin ALL=(ALL) NOPASSWD: ALL/'\'' /etc/sudoers'
Warning: Permanently added '192.168.123.64' (RSA) to the list of known hosts.
sed: couldn't open temporary file /etc/sedCexhyK: Read-only file system
+ RCTEMP=4
+ SSH_PARMS=
+ return 4
+ RC=4
+ '[' 4 -ne 0 ']'
+ sys_exit_KO 'failed to set SUDO on 192.168.123.64'
+ printf 'FAIL failed to set SUDO on 192.168.123.64\n'
FAIL failed to set SUDO on 192.168.123.64
+ 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