← Back to team overview

maas-builds team mailing list archive

Jenkins Still Failing - maas-test 244 - Built with (revno: ) and (revno: )

 

Built with  (revno: ) and  (revno: )

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

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/hudson5181321976777274910.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 linux-headers-3.13.0-29
  linux-headers-3.13.0-29-generic linux-image-3.13.0-29-generic
  linux-image-extra-3.13.0-29-generic 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-07-22 19:26:09,856 INFO Checking for KVM extensions.
2014-07-22 19:26:09,884 INFO Checking for virtualised hardware...
2014-07-22 19:26:09,966 INFO Scanning for unexpected DHCP servers on testing network...
2014-07-22 19:26:12,976 INFO Using external proxy http://10.98.3.6:3128.
2014-07-22 19:26:13,122 INFO Downloading KVM image for arch=amd64 release=utopic label=daily...
2014-07-22 19:26:17,619 INFO Done downloading KVM image.
2014-07-22 19:26:17,626 INFO Creating virtual machine 91f3bdf0-11f7-11e4-8c0a-00e081ddd1cf, arch=amd64...
2014-07-22 19:26:20,158 INFO Done creating virtual machine 91f3bdf0-11f7-11e4-8c0a-00e081ddd1cf, arch=amd64.
2014-07-22 19:26:20,159 INFO Waiting for the virtual machine to come up...
2014-07-22 19:26:40,197 INFO Virtual machine is running.
2014-07-22 19:26:40,197 INFO Waiting for cloud-init to finish its work...
2014-07-22 19:26:42,964 INFO Cloud-init run finished.
2014-07-22 19:26:42,964 INFO Configuring network interface on virtual machine 91f3bdf0-11f7-11e4-8c0a-00e081ddd1cf...
2014-07-22 19:26:49,950 INFO Done configuring network interface on virtual machine 91f3bdf0-11f7-11e4-8c0a-00e081ddd1cf
2014-07-22 19:27:06,357 INFO Virtual machine 91f3bdf0-11f7-11e4-8c0a-00e081ddd1cf is ready.
2014-07-22 19:27:24,750 INFO Installing MAAS (version 1.5.2+bzr2282-0ubuntu2)...
2014-07-22 19:29:33,376 INFO Done installing MAAS.
2014-07-22 19:29:42,199 INFO Destroying virtual machine 91f3bdf0-11f7-11e4-8c0a-00e081ddd1cf...
2014-07-22 19:29:43,230 INFO Done destroying virtual machine 91f3bdf0-11f7-11e4-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 350, in setUp
    maas_client = self.get_maas_api_client(api_key)
  File "/home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test/maastest/maasfixture.py", line 408, in get_maas_api_client
    credentials = convert_string_to_tuple(api_key)
  File "/usr/lib/python2.7/dist-packages/apiclient/creds.py", line 47, in convert_string_to_tuple
    % creds_string)
ValueError: Malformed credentials string.  Expected 3 colon-separated items, got 'Using: Python 2.7\nQ98kccy76QGBdrc4ee:3M4geXGpU538EtRWjs:e3krzzfzzfGbKuZhB2mAY2XHBdZRXcMA'.
Build step 'Execute shell' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure


Follow ups

References