← Back to team overview

maas-builds team mailing list archive

Jenkins Still Failing - maas-test 115

 

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

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/hudson3587466170328822130.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 143 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-08 06:15:07,879 INFO Checking for KVM extensions.
2014-04-08 06:15:07,915 INFO Checking for virtualised hardware...
2014-04-08 06:15:08,086 INFO Scanning for unexpected DHCP servers on testing network...
2014-04-08 06:15:11,097 INFO Using external proxy http://10.98.3.6:3128.
2014-04-08 06:15:11,248 INFO Downloading KVM image for arch=amd64 release=trusty label=daily...
2014-04-08 06:15:14,831 INFO Done downloading KVM image.
2014-04-08 06:15:14,839 INFO Creating virtual machine ab18c490-bf06-11e3-8c0a-20aa4be0dc05, arch=amd64...
2014-04-08 06:15:18,429 INFO Done creating virtual machine ab18c490-bf06-11e3-8c0a-20aa4be0dc05, arch=amd64.
2014-04-08 06:15:18,429 INFO Waiting for the virtual machine to come up...
2014-04-08 06:15:38,107 INFO Virtual machine is running.
2014-04-08 06:15:38,107 INFO Waiting for cloud-init to finish its work...
2014-04-08 06:15:40,776 INFO Cloud-init run finished.
2014-04-08 06:15:40,776 INFO Configuring network interface on virtual machine ab18c490-bf06-11e3-8c0a-20aa4be0dc05...
2014-04-08 06:15:48,371 INFO Done configuring network interface on virtual machine ab18c490-bf06-11e3-8c0a-20aa4be0dc05
2014-04-08 06:16:02,561 INFO Virtual machine ab18c490-bf06-11e3-8c0a-20aa4be0dc05 is ready.
2014-04-08 06:16:18,613 INFO Installing MAAS (version 1.5+bzr2227-0ubuntu1)...
2014-04-08 06:18:25,053 INFO Done installing MAAS.
2014-04-08 06:18:33,446 INFO Importing boot images series=precise, architectures=amd64/generic i386/generic...
2014-04-08 06:24:36,973 INFO Done importing boot images.
2014-04-08 06:24:37,017 INFO Destroying virtual machine ab18c490-bf06-11e3-8c0a-20aa4be0dc05...
2014-04-08 06:24:40,591 INFO Done destroying virtual machine ab18c490-bf06-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 287, in setUp
    self.configure_default_series(self.series)
  File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/maasfixture.py", line 256, in configure_default_series
    self.configure('commissioning_distro_series', series)
  File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/maasfixture.py", line 248, in configure
    uri, op='set_config', name=name, value=value)
  File "/usr/lib/python2.7/dist-packages/apiclient/maas_client.py", line 232, in post
    url, method="POST", headers=headers, data=body)
  File "/usr/lib/python2.7/dist-packages/apiclient/maas_client.py", line 113, in dispatch_query
    res = urllib2.urlopen(req)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 400: BAD REQUEST
Build step 'Execute shell' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure


Follow ups

References