← Back to team overview

maas-builds team mailing list archive

Jenkins Failure - maas-test 126

 

See http://d-jenkins.ubuntu-ci:8080/job/maas-test/126/

Started by user Rapha?l Badin
Building remotely on lenovo-RD230-01 in workspace /home/ubuntu/jenkins-jobs/workspace/maas-test
No emails were triggered.
[maas-test] $ /bin/sh -xe /tmp/hudson601974575396032571.sh
+ rm -rf maas-test
+ bzr branch lp:maas-test maas-test
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 148 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-lxml is already the newest version.
python-maas-client 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-lxml 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.
qemu-kvm 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.
The following packages were automatically installed and are no longer required:
  crash libdw1 libpython3.3-minimal libpython3.3-stdlib makedumpfile
  openjdk-7-jre-lib 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 72 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 trusty --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-04-10 03:22:49,507 INFO Checking for KVM extensions.
2014-04-10 03:22:49,521 INFO Checking for virtualised hardware...
2014-04-10 03:22:49,566 INFO Scanning for unexpected DHCP servers on testing network...
2014-04-10 03:22:52,574 INFO Using external proxy http://10.98.3.6:3128.
2014-04-10 03:22:52,603 INFO Downloading KVM image for arch=amd64 release=trusty label=daily...
2014-04-10 03:22:55,584 INFO Done downloading KVM image.
2014-04-10 03:22:55,585 INFO Creating virtual machine ed9c4398-c080-11e3-8c0a-20aa4be0dc05, arch=amd64...
2014-04-10 03:22:57,473 INFO Done creating virtual machine ed9c4398-c080-11e3-8c0a-20aa4be0dc05, arch=amd64.
2014-04-10 03:22:57,473 INFO Waiting for the virtual machine to come up...
2014-04-10 03:23:16,109 INFO Virtual machine is running.
2014-04-10 03:23:16,109 INFO Waiting for cloud-init to finish its work...
2014-04-10 03:23:19,025 INFO Cloud-init run finished.
2014-04-10 03:23:19,025 INFO Configuring network interface on virtual machine ed9c4398-c080-11e3-8c0a-20aa4be0dc05...
2014-04-10 03:23:30,896 INFO Done configuring network interface on virtual machine ed9c4398-c080-11e3-8c0a-20aa4be0dc05
2014-04-10 03:23:43,755 INFO Virtual machine ed9c4398-c080-11e3-8c0a-20aa4be0dc05 is ready.
2014-04-10 03:23:58,802 INFO Installing MAAS (version 1.5+bzr2230-0ubuntu1)...
2014-04-10 03:26:12,562 INFO Done installing MAAS.
2014-04-10 03:26:23,352 INFO MAAS server URL: http://192.168.122.180/MAAS/ username:admin, password:tweUONRi
2014-04-10 03:26:23,352 INFO SSH login: sudo ssh -i /var/cache/maas-test/vm_ssh_id_rsa ubuntu@192.168.122.180
2014-04-10 03:26:23,352 INFO Importing boot images series=trusty, architectures=amd64/generic, i386/generic...
2014-04-10 03:26:25,222 INFO Destroying virtual machine ed9c4398-c080-11e3-8c0a-20aa4be0dc05...
2014-04-10 03:26:26,160 INFO Done destroying virtual machine ed9c4398-c080-11e3-8c0a-20aa4be0dc05.
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 297, in main
    maas_fixture.setUp()
  File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/maasfixture.py", line 359, in setUp
    simplestreams_filter=self.simplestreams_filter)
  File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/maasfixture.py", line 283, in import_maas_images
    check_call=True)
  File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/kvmfixture.py", line 405, in run_command
    args, check_call=check_call, input=input)
  File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/utils.py", line 85, 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.180 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-04-10 07:26:24,826 INFO Importing boot resources.
2014-04-10 07:26:25,202 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 493, in main
    repo_boot = dumper.dump(source['path'], keyring=source['keyring'])
  File "/usr/lib/python2.7/dist-packages/provisioningserver/import_images/boot_resources.py", line 276, in dump
    super(RepoDumper, self).sync(reader, rpath)
  File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 88, in sync
    return self.sync_index(reader, path, data, content)
  File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 240, in sync_index
    self.sync(reader, path=epath)
  File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 86, in sync
    return self.sync_products(reader, path, data, content)
  File "/usr/lib/python2.7/dist-packages/simplestreams/mirrors/__init__.py", line 318, in sync_products
    self.insert_item(item, src, target, pgree, ipath_cs)
  File "/usr/lib/python2.7/dist-packages/provisioningserver/import_images/boot_resources.py", line 289, in insert_item
    arch, subarches = item['arch'], item['subarches']
KeyError: u'subarches'

Build step 'Execute shell' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure


Follow ups