maas-builds team mailing list archive
-
maas-builds team
-
Mailing list archive
-
Message #00899
Jenkins Still Failing - maas-test 215 - Built with (revno: ) and (revno: )
Built with (revno: ) and (revno: )
See http://d-jenkins.ubuntu-ci:8080/job/maas-test/215/
Started by timer
Building remotely on lenovo-RD230-01 in workspace /home/ubuntu/jenkins-jobs/workspace/maas-test
No emails were triggered.
[maas-test] $ /bin/bash -ex /tmp/hudson1309907546621578585.sh
+ rm -rf maas-test
+ bzr branch lp:maas-test maas-test
Branched 157 revisions.
+ cd maas-test
+ make install-dependencies
sudo DEBIAN_FRONTEND=noninteractive apt-get --assume-yes --no-install-recommends install cpu-checker polipo python-distro-info python-fixtures python-lxml python-maas-client python-mock python-netaddr python-netifaces python-six python-testresources python-testtools python-virtualenv python3-fixtures python3-lxml python3-mock python3-netaddr python3-six python3-testresources python3-testtools qemu-kvm uvtool uvtool-libvirt virt-what
Reading package lists...
Building dependency tree...
Reading state information...
cpu-checker is already the newest version.
python-distro-info is already the newest version.
python-fixtures is already the newest version.
python-mock is already the newest version.
python-netaddr is already the newest version.
python-netifaces is already the newest version.
python-six is already the newest version.
python-testresources is already the newest version.
python-testtools is already the newest version.
python3-fixtures is already the newest version.
python3-mock is already the newest version.
python3-six is already the newest version.
python3-testresources is already the newest version.
python3-testtools is already the newest version.
polipo is already the newest version.
python-virtualenv is already the newest version.
python3-netaddr is already the newest version.
uvtool is already the newest version.
uvtool-libvirt is already the newest version.
virt-what is already the newest version.
python-lxml is already the newest version.
python-maas-client is already the newest version.
python3-lxml is already the newest version.
qemu-kvm is already the newest version.
The following packages were automatically installed and are no longer required:
libgvpr1 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libppl12 libprocps1
libpython3.3-minimal libpython3.3-stdlib python-imaging-compat
python-m2crypto python3.3 python3.3-minimal ttf-dejavu-core vgabios
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
+ make
virtualenv --python=python --quiet --system-site-packages /home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test
Already using interpreter /usr/bin/python
bin/python setup.py --quiet develop
bin/python -m pip install --quiet --ignore-installed -r requirements.txt
bin/rst2man.py docs/man/maas-test.8.rst man/maas-test.8
+ sudo ./bin/maas-test --maas-series utopic --maas-simplestreams-filter label=daily --bmc-ip 192.168.22.35 --bmc-username root --bmc-password ubuntu --http-proxy=http://10.98.3.6:3128 --architecture amd64 br0
2014-06-22 22:34:10,016 INFO Checking for KVM extensions.
2014-06-22 22:34:10,068 INFO Checking for virtualised hardware...
2014-06-22 22:34:10,162 INFO Scanning for unexpected DHCP servers on testing network...
2014-06-22 22:34:13,171 INFO Using external proxy http://10.98.3.6:3128.
2014-06-22 22:34:13,329 INFO Downloading KVM image for arch=amd64 release=utopic label=daily...
2014-06-22 22:34:17,626 INFO Done downloading KVM image.
2014-06-22 22:34:17,638 INFO Creating virtual machine dd1644e6-fa7e-11e3-8c0a-00e081ddd1cf, arch=amd64...
2014-06-22 22:34:20,249 INFO Done creating virtual machine dd1644e6-fa7e-11e3-8c0a-00e081ddd1cf, arch=amd64.
2014-06-22 22:34:20,249 INFO Waiting for the virtual machine to come up...
2014-06-22 22:34:40,128 INFO Virtual machine is running.
2014-06-22 22:34:40,129 INFO Waiting for cloud-init to finish its work...
2014-06-22 22:34:43,893 INFO Cloud-init run finished.
2014-06-22 22:34:43,893 INFO Configuring network interface on virtual machine dd1644e6-fa7e-11e3-8c0a-00e081ddd1cf...
2014-06-22 22:34:51,175 INFO Done configuring network interface on virtual machine dd1644e6-fa7e-11e3-8c0a-00e081ddd1cf
2014-06-22 22:35:04,014 INFO Virtual machine dd1644e6-fa7e-11e3-8c0a-00e081ddd1cf is ready.
2014-06-22 22:35:18,774 INFO Installing MAAS (version 1.5.2+bzr2282-0ubuntu2)...
2014-06-22 22:37:19,387 INFO Done installing MAAS.
2014-06-22 22:37:59,553 INFO MAAS server URL: http://192.168.122.210/MAAS/ username:admin, password:jRZmzoNj
2014-06-22 22:37:59,553 INFO SSH login: sudo ssh -i /var/cache/maas-test/vm_ssh_id_rsa ubuntu@192.168.122.210
2014-06-22 22:37:59,583 INFO Configuring cluster...
2014-06-22 22:37:59,686 INFO Done configuring cluster.
2014-06-22 22:37:59,686 INFO Importing boot images series=trusty, architectures=amd64/generic...
2014-06-22 22:39:46,265 INFO Destroying virtual machine dd1644e6-fa7e-11e3-8c0a-00e081ddd1cf...
2014-06-22 22:39:47,592 INFO Done destroying virtual machine dd1644e6-fa7e-11e3-8c0a-00e081ddd1cf.
Traceback (most recent call last):
File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/bin/maas-test", line 9, in <module>
load_entry_point('maas-test==0.1', 'console_scripts', 'maas-test')()
File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/script.py", line 30, in entry_point
return_code = main(args)
File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/main.py", line 307, in main
maas_fixture.setUp()
File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/maasfixture.py", line 373, in setUp
image_stream_url=self.image_stream_url)
File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/maasfixture.py", line 293, in import_maas_images
check_call=True)
File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/kvmfixture.py", line 410, in run_command
args, check_call=check_call, input=input)
File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/utils.py", line 87, in run_command
raise make_exception(args, retcode, stdout, stderr)
Exception: Command 'ssh -i /var/cache/maas-test/vm_ssh_id_rsa -o LogLevel=quiet -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@192.168.122.210 LC_ALL=en_US.UTF-8 'sudo http_proxy=http://10.98.3.6:3128 https_proxy=http://10.98.3.6:3128 maas-import-pxe-files'' failed (2):
2014-06-23 02:38:01,974 INFO Importing boot resources.
2014-06-23 02:38:02,115 INFO Inserting file boot-kernel (tag=53fd53701f5ed210053ffc35f17d270e35a2eb1bb63b5b12cbd94da68d42d48e, size=5790912).
2014-06-23 02:38:02,611 INFO Inserting file di-kernel (tag=bdebc6c7bbd873bf5ad2480d90c2523da49cca8da5a0f4cb40adb7d1aeafb821, size=5778968).
2014-06-23 02:38:03,106 INFO New root image: /var/lib/maas/boot-resources/cache/root-image-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29.
2014-06-23 02:38:48,439 INFO Converting root tarball: /var/lib/maas/boot-resources/cache/root-tgz-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29.
Mon, 23 Jun 2014 02:38:49 +0000: converting /var/lib/maas/boot-resources/cache/root-image-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29 to /var/lib/maas/boot-resources/cache/root-tgz-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29
Mon, 23 Jun 2014 02:38:49 +0000: copying contents of /var/lib/maas/boot-resources/cache/root-image-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29 in /var/lib/maas/boot-resources/cache/root-image-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29 to /var/lib/maas/boot-resources/cache/root-tgz-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29
Mon, 23 Jun 2014 02:39:41 +0000: finished. wrote to /var/lib/maas/boot-resources/cache/root-tgz-21d415ae55b5fb6f0729171a1920d035959a83e74e1c0143a8130bb250572c29
2014-06-23 02:39:41,602 INFO Inserting file boot-initrd (tag=ed680a94f6c2c450080bc490bfc04780f574e2452acd72de4b227fa1d3609a2e, size=24710755).
2014-06-23 02:39:43,712 INFO Inserting file di-initrd (tag=49122585b52768e921ad6b100017210a37b1785cb10eccf50b57cd609a72e734, size=21256771).
2014-06-23 02:39:45,532 INFO Writing metadata and updating iSCSI targets.
2014-06-23 02:39:45,646 INFO Installing boot images snapshot /var/lib/maas/boot-resources/snapshot-20140623-023802.
2014-06-23 02:39:46,224 ERROR Unhandled exception; unable to continue.
Traceback (most recent call last):
File "/usr/sbin/maas-import-pxe-files", line 30, in <module>
main(args)
File "/usr/lib/python2.7/dist-packages/provisioningserver/import_images/boot_resources.py", line 519, in main
install_boot_loaders(snapshot_path)
File "/usr/lib/python2.7/dist-packages/provisioningserver/import_images/boot_resources.py", line 386, in install_boot_loaders
method.install_bootloader(destination)
File "/usr/lib/python2.7/dist-packages/provisioningserver/boot/pxe.py", line 117, in install_bootloader
install_bootloader(bootloader_src, bootloader_dst)
File "/usr/lib/python2.7/dist-packages/provisioningserver/boot/install_bootloader.py", line 78, in install_bootloader
copyfile(loader, temp_file)
File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: u'/usr/lib/syslinux/pxelinux.0'
Build step 'Execute shell' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure
Follow ups
References