Build failed in Jenkins: precise-alternate-amd64_oem #413

Jenkins Notification devnull at canonical.com
Tue Nov 20 09:20:08 UTC 2012


See <http://10.189.74.2:8080/job/precise-alternate-amd64_oem/413/>

------------------------------------------
Started by upstream project "precise-alternate-amd64_default" build number 633
[EnvInject] - Loading node environment variables.
Building remotely on alderamin
[precise-alternate-amd64_oem] $ /bin/bash /tmp/hudson981880790302240753.sh
ln: failed to create symbolic link `/var/lib/ubuntu-server-iso-testing/isos/ubuntu-alternate/ubuntu': File exists
INFO:root:Checking/Downloading current build for variant alternate from http://cdimage.ubuntu.com/precise/daily
INFO:root:Required ISO version 'precise-alternate-amd64.iso' already in cache
[precise-alternate-amd64_oem] $ /bin/bash /tmp/hudson1340180687347339401.sh
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
Branched 1 revision.
DEBUG:root:Options: {'isoroot': '/var/lib/ubuntu-iso-testing/isos', 'isoname': False, 'test_dir': '<http://10.189.74.2:8080/job/precise-alternate-amd64_oem/413/artifact/tests',> 'variant': 'alternate', 'release': 'precise', 'debug': False, 'flavor': 'ubuntu', 'arch': 'amd64'}
DEBUG:root:Arguments: ['oem']
INFO:root:Sleeping for 11 seconds (LP: #961217)
INFO:root:Preseed: oem
INFO:root:Extracting kernel and initrd from /var/lib/ubuntu-iso-testing/isos/ubuntu/precise-alternate-amd64.iso
DEBUG:root:Cmd: ['unbsdtar-safelink', '-xf', '/var/lib/ubuntu-iso-testing/isos/ubuntu/precise-alternate-amd64.iso', '-C', '/tmp/precise-alternate-amd64.iso-ELZxSt', 'install/vmlinuz', 'install/initrd.gz']
INFO:root:Generating oem configuration
DEBUG:root:Loading test configuration file: '<http://10.189.74.2:8080/job/precise-alternate-amd64_oem/413/artifact/tests/test_cases/oem/config'>
DEBUG:root:Couch Document UUID: '2df619f6-15c7-4baa-bb6e-dacb57b0f308'
DEBUG:root:Generate preseed file
DEBUG:root:will preseed /tmp/precise-alternate-amd64.iso-ELZxSt/oem-1FUYKn/preseed
INFO:root:Uncompressing initrd
DEBUG:root:Initrd file: /tmp/precise-alternate-amd64.iso-ELZxSt/install/initrd.gz
DEBUG:root:Copying preseed to initrd and test case document
DEBUG:root:Extracting media info from ISO
DEBUG:root:Cmd: ['bsdtar', '-xf', '/var/lib/ubuntu-iso-testing/isos/ubuntu/precise-alternate-amd64.iso', '-O', '.disk/info']
DEBUG:root:Media Info: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20121120)
DEBUG:root:Copying preseed to tftp root
INFO:root:Copying <http://10.189.74.2:8080/job/precise-alternate-amd64_oem/413/artifact/tests/run_test> -> /tmp/precise-alternate-amd64.iso-ELZxSt/oem-1FUYKn/initrd-hEFt3a
DEBUG:root:Updating inittab
INFO:root:Compressing initrd
DEBUG:root:Attaching initrd
DEBUG:root:Copying initrd to tftp root
DEBUG:root:Attaching kernel
DEBUG:root:Copying kernel to tftp root
DEBUG:root:Copying pxelinux config to tftp root
DEBUG:root:Loading configuration option: 'pxelinux/kernel_boot_args'
DEBUG:root:Context: {'mac': '52:54:00:73:f4:ef', 'uuid': '2df619f6-15c7-4baa-bb6e-dacb57b0f308', 'kernel_boot_args': 'oem-config/enable=true'}
DEBUG:root:Attaching pxelinux config
DEBUG:root:Adding test script to test case document
DEBUG:root:Test script: <http://10.189.74.2:8080/job/precise-alternate-amd64_oem/413/artifact/tests/test_cases/oem/test>
DEBUG:root:Loading configuration option: 'vm/disk_size'
INFO:root:Section doesn't exists: 'vm'
DEBUG:root:Loading configuration option: 'vm/disk_number'
INFO:root:Section doesn't exists: 'vm'
DEBUG:root:Generating libvirt information for <http://10.189.74.2:8080/job/precise-alternate-amd64_oem/413/artifact/tests/test_cases/oem>
DEBUG:root:Generating disk information
DEBUG:root:Setting state to created
DEBUG:root:Loading test case to run
INFO:root:Configuring test case: 2df619f6-15c7-4baa-bb6e-dacb57b0f308
DEBUG:root:Retrieving iso file
DEBUG:root:Generating disks
DEBUG:root:Cmd: ['qemu-img', 'create', '-f', 'qcow2', '/var/lib/ubuntu-iso-testing/tests/2df619f6-15c7-4baa-bb6e-dacb57b0f308/disk1.qcow2', '6G']
Formatting '/var/lib/ubuntu-iso-testing/tests/2df619f6-15c7-4baa-bb6e-dacb57b0f308/disk1.qcow2', fmt=qcow2 size=6442450944 encryption=off cluster_size=65536 
DEBUG:root:Generating libvirt configuration
DEBUG:root:Context: {'iso_file': '/var/lib/ubuntu-iso-testing/isos/ubuntu/precise-alternate-amd64.iso', 'mac': '52:54:00:73:f4:ef', 'disks': [{'source': '/var/lib/ubuntu-iso-testing/tests/2df619f6-15c7-4baa-bb6e-dacb57b0f308/disk1.qcow2', 'bus': 'virtio', 'size': '6G', 'target': 'vda', 'format': 'qcow2'}], 'name': '2df619f6-15c7-4baa-bb6e-dacb57b0f308', 'uuid': '2df619f6-15c7-4baa-bb6e-dacb57b0f308'}
DEBUG:root:Cmd: ['virsh', 'define', '/var/lib/ubuntu-iso-testing/tests/2df619f6-15c7-4baa-bb6e-dacb57b0f308/libvirt.xml']
error: Failed to define domain from /var/lib/ubuntu-iso-testing/tests/2df619f6-15c7-4baa-bb6e-dacb57b0f308/libvirt.xml
error: End of file while reading data: Input/output error

Traceback (most recent call last):
  File "/usr/bin/run-test", line 518, in <module>
    subprocess.check_call(cmd)
  File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['virsh', 'define', '/var/lib/ubuntu-iso-testing/tests/2df619f6-15c7-4baa-bb6e-dacb57b0f308/libvirt.xml']' returned non-zero exit status 1
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE
Description set: 20121120



More information about the ubuntu-testing-notifications mailing list