See http://d-jenkins.ubuntu-ci:8080/job/maas-test/149/
Started by user Diogo Matsubara 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/hudson3463438798058944050.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 156 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. 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 libgvpr1 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libppl12 libprocps1 libpython3.3-minimal libpython3.3-stdlib makedumpfile openjdk-7-jre-lib python-imaging-compat python-m2crypto python3.3 python3.3-minimal ttf-dejavu-core vgabios Use 'apt-get autoremove' to remove them. The following packages will be upgraded: qemu-kvm 1 upgraded, 0 newly installed, 0 to remove and 10 not upgraded. Need to get 7138 B of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main qemu-kvm amd64 2.0.0~rc1+dfsg-0ubuntu3.1 [7138 B] Fetched 7138 B in 0s (43.1 kB/s) (Reading database ... 144169 files and directories currently installed.) Preparing to unpack .../qemu-kvm_2.0.0~rc1+dfsg-0ubuntu3.1_amd64.deb ... Unpacking qemu-kvm (2.0.0~rc1+dfsg-0ubuntu3.1) over (2.0.0~rc1+dfsg-0ubuntu3) ... Processing triggers for man-db (2.6.7.1-1) ... Setting up qemu-kvm (2.0.0~rc1+dfsg-0ubuntu3.1) ... + 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-28 12:39:36,729 INFO Checking for KVM extensions. 2014-04-28 12:39:36,743 INFO Checking for virtualised hardware... 2014-04-28 12:39:36,782 INFO Scanning for unexpected DHCP servers on testing network... 2014-04-28 12:39:39,792 INFO Using external proxy http://10.98.3.6:3128. 2014-04-28 12:39:39,829 INFO Downloading KVM image for arch=amd64 release=trusty label=daily... 2014-04-28 12:39:42,760 INFO Done downloading KVM image. 2014-04-28 12:39:42,760 INFO Creating virtual machine b14ddd08-cef3-11e3-8c0a-20aa4be0dc05, arch=amd64... 2014-04-28 12:39:44,373 INFO Done creating virtual machine b14ddd08-cef3-11e3-8c0a-20aa4be0dc05, arch=amd64. 2014-04-28 12:39:44,373 INFO Waiting for the virtual machine to come up... 2014-04-28 12:40:02,212 INFO Virtual machine is running. 2014-04-28 12:40:02,212 INFO Waiting for cloud-init to finish its work... 2014-04-28 12:40:04,689 INFO Cloud-init run finished. 2014-04-28 12:40:04,689 INFO Configuring network interface on virtual machine b14ddd08-cef3-11e3-8c0a-20aa4be0dc05... 2014-04-28 12:40:11,726 INFO Done configuring network interface on virtual machine b14ddd08-cef3-11e3-8c0a-20aa4be0dc05 2014-04-28 12:40:23,784 INFO Virtual machine b14ddd08-cef3-11e3-8c0a-20aa4be0dc05 is ready. 2014-04-28 12:40:41,694 INFO Installing MAAS (version 1.5+bzr2252-0ubuntu1)... 2014-04-28 12:42:41,442 INFO Done installing MAAS. 2014-04-28 12:42:51,380 INFO MAAS server URL: http://192.168.122.94/MAAS/ username:admin, password:EAPHIdpv 2014-04-28 12:42:51,380 INFO SSH login: sudo ssh -i /var/cache/maas-test/vm_ssh_id_rsa [email protected] 2014-04-28 12:42:51,491 INFO Configuring cluster... 2014-04-28 12:42:51,598 INFO Done configuring cluster. 2014-04-28 12:42:51,598 INFO Importing boot images series=trusty, architectures=amd64/generic... 2014-04-28 12:44:38,284 INFO Done importing boot images. test_power_up_node (maastest.main.ConfiguredTestMAAS) ... ok test_enlist_node (maastest.main.ConfiguredTestMAAS) ... ok test_wait_node_down (maastest.main.ConfiguredTestMAAS) ... ok test_commission_node (maastest.main.ConfiguredTestMAAS) ... ok ---------------------------------------------------------------------- Ran 4 tests in 428.452s OK 2014-04-28 12:54:58,205 INFO Test log saved to /var/log/maas-test/maas-test.2014-04-28_16:54:58.log. 2014-04-28 12:55:02,060 INFO Test results uploaded to Launchpad. 2014-04-28 12:55:02,061 INFO Visit https://bugs.launchpad.net/maas-test-reports/+filebug/d6cf88fe-cef5-11e3-a933-68b5996a96c8 to file a bug and complete the maas-test reporting process. 2014-04-28 12:55:05,899 INFO Destroying virtual machine b14ddd08-cef3-11e3-8c0a-20aa4be0dc05... 2014-04-28 12:55:07,800 INFO Done destroying virtual machine b14ddd08-cef3-11e3-8c0a-20aa4be0dc05. + RET=0 + exit 0 Email was triggered for: Success Email was triggered for: Fixed Trigger Success was overridden by another trigger and will not send an email. Sending email for trigger: Fixed
-- Mailing list: https://launchpad.net/~maas-builds Post to : [email protected] Unsubscribe : https://launchpad.net/~maas-builds More help : https://help.launchpad.net/ListHelp

