Build failed in Jenkins: raring-server-ec2 » amd64,sa-east- =?UTF-8?Q?1, instance-store, multi-instance, ubuntu-server-ec2-testing_#1?=

Jenkins Notification devnull at canonical.com
Sat Nov 10 06:07:34 UTC 2012


See <http://10.189.74.2:8080/job/raring-server-ec2/./ARCH=amd64,REGION=sa-east-1,STORAGE=instance-store,TEST=multi-instance,label=ubuntu-server-ec2-testing/1/>

------------------------------------------
[...truncated 3467 lines...]
Setting up libgdk-pixbuf2.0-common (2.26.4-1ubuntu1) ...
Setting up libgdk-pixbuf2.0-0:amd64 (2.26.4-1ubuntu1) ...
Setting up libgtk2.0-common (2.24.13-0ubuntu2) ...
Setting up libthai-data (0.1.18-2) ...
Setting up libthai0:amd64 (0.1.18-2) ...
Setting up libxft2:amd64 (2.3.1-1) ...
Setting up fontconfig (2.10.1-0ubuntu3) ...
Regenerating fonts cache... done.
Setting up libpango1.0-0:amd64 (1.30.1-0ubuntu3) ...
Setting up libxcomposite1:amd64 (1:0.4.3-2build2) ...
Setting up libxfixes3:amd64 (1:5.0-4ubuntu5) ...
Setting up libxcursor1:amd64 (1:1.1.13-1) ...
Setting up libxdamage1:amd64 (1:1.1.3-2build2) ...
Setting up libxi6:amd64 (2:1.6.1-1) ...
Setting up libxinerama1:amd64 (2:1.1.2-1) ...
Setting up libxrandr2:amd64 (2:1.4.0-1) ...
Setting up libxml2:amd64 (2.9.0+dfsg1-3ubuntu1) ...
Setting up shared-mime-info (1.0-1ubuntu2) ...
Setting up libgtk2.0-0:amd64 (2.24.13-0ubuntu2) ...
Setting up python-bzrlib (2.6.0~beta2-0ubuntu1) ...
Setting up bzr (2.6.0~beta2-0ubuntu1) ...
Setting up hicolor-icon-theme (0.12-1ubuntu2) ...
Setting up libgtk2.0-bin (2.24.13-0ubuntu2) ...
Setting up libjs-jquery (1.7.2+debian-1ubuntu1) ...
Setting up libsubunit-perl (0.0.8+bzr176-1ubuntu3) ...
Setting up python-cairo (1.8.8-1ubuntu4) ...
Setting up python-testtools (0.9.14-2) ...
Setting up python-fixtures (0.3.6-1.1ubuntu1) ...
Setting up python-gobject-2 (2.28.6-10ubuntu2) ...
Setting up python-gtk2 (2.24.0-3build1) ...
Setting up python-httplib2 (0.7.4-2) ...
Setting up python-support (1.0.15) ...
Setting up python-junitxml (0.6-1) ...
Setting up python-keyring (0.9.2-1) ...
Setting up python-lazr.uri (1.0.3-1) ...
Setting up python-simplejson (2.6.2-1) ...
Setting up python-wadllib (1.3.0-2) ...
Setting up python-lazr.restfulclient (0.13.1-1) ...
Setting up python-launchpadlib (1.9.12-2) ...
Setting up python-subunit (0.0.8+bzr176-1ubuntu3) ...
Setting up sgml-base (1.26+nmu3ubuntu1) ...
Updating the super catalog...
Setting up subunit (0.0.8+bzr176-1ubuntu3) ...
Setting up xml-core (0.13+nmu2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for python-support ...
Processing triggers for sgml-base ...
Updating the super catalog...
+ cd /tmp
+ bzr branch lp:~ubuntu-server-ec2-testing-dev/+junk/ec2-automated-tests tests
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 67 revisions.
+ cd tests/default
+ sudo python -m subunit.run test
+ subunit2junitxml
DEBUG:root:Cmd: ['netstat', '-atuvpn']
DEBUG:root:Cmd output: Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      754/sshd        
tcp        0      0 10.252.134.72:54000     91.189.95.84:80         TIME_WAIT   -               
tcp        0      0 10.252.134.72:53998     91.189.95.84:80         TIME_WAIT   -               
tcp        0    192 10.252.134.72:22        176.34.199.1:43411      ESTABLISHED 1746/sshd: ubuntu [
tcp        0      0 10.252.134.72:56162     91.189.92.200:80        TIME_WAIT   -               
tcp6       0      0 :::22                   :::*                    LISTEN      754/sshd        
udp        0      0 0.0.0.0:55724           0.0.0.0:*                           556/dhclient    
udp        0      0 0.0.0.0:68              0.0.0.0:*                           556/dhclient    
udp6       0      0 :::6231                 :::*                                556/dhclient    

DEBUG:root:Cmd: ['pgrep', 'sshd']
DEBUG:root:Cmd output: 754
1746
1824

DEBUG:root:Cmd: ['sudo', '-l', '-U', 'ubuntu']
DEBUG:root:Cmd output: Matching Defaults entries for ubuntu on this host:
    env_reset, mail_badpass,
    secure_path=/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin

User ubuntu may run the following commands on this host:
    (ALL : ALL) ALL
    (ALL) NOPASSWD: ALL

DEBUG:root:Cmd: ['su', '-c', 'sudo echo Hello World', 'ubuntu']
Traceback (most recent call last):
  File "/usr/bin/subunit2junitxml", line 21, in <module>
    from subunit.filters import run_filter_script
ImportError: No module named 'subunit'
DEBUG:root:Cmd output: Hello World

Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/subunit/run.py", line 75, in <module>
    stdout=sys.stdout)
  File "/usr/lib/python2.7/dist-packages/testtools/run.py", line 173, in __init__
    self.runTests()
  File "/usr/lib/python2.7/dist-packages/testtools/run.py", line 322, in runTests
    self.result = testRunner.run(self.test)
  File "/usr/lib/python2.7/dist-packages/subunit/run.py", line 44, in run
    test(result)
  File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.7/unittest/suite.py", line 108, in run
    test(result)
  File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.7/unittest/suite.py", line 108, in run
    test(result)
  File "/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.7/unittest/suite.py", line 108, in run
    test(result)
  File "/usr/lib/python2.7/unittest/case.py", line 396, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.7/unittest/case.py", line 373, in run
    result.stopTest(self)
  File "/usr/lib/python2.7/dist-packages/subunit/test_results.py", line 122, in stopTest
    return self.super.stopTest(test)
  File "/usr/lib/python2.7/dist-packages/subunit/test_results.py", line 58, in stopTest
    return self.decorated.stopTest(test)
  File "/usr/lib/python2.7/dist-packages/testtools/testresult/real.py", line 603, in stopTest
    return self.decorated.stopTest(test)
  File "/usr/lib/python2.7/dist-packages/subunit/__init__.py", line 742, in stopTest
    self._stream.flush()
IOError: [Errno 32] Broken pipe
+ exit 0
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Current testing phase: 5
# ec2-177-71-233-217.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-177-71-233-217.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '177.71.233.217' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-rsa key validated for instance i-9301d18f (ec2-177-71-233-217.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-dss key validated for instance i-9301d18f (ec2-177-71-233-217.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 5
# ec2-177-71-168-74.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-177-71-168-74.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '177.71.168.74' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-rsa key validated for instance i-8d01d191 (ec2-177-71-168-74.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-dss key validated for instance i-8d01d191 (ec2-177-71-168-74.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 2
DEBUG:root:Cmd: ['ssh', '-i', 'uec2-20121110-0544-1d56869185be43.pem', '-o', 'UserKnownHostsFile=None/amd64/m1.large/instance-store/i-8f01d193/host.keys', 'root at ec2-177-71-151-39.sa-east-1.compute.amazonaws.com', 'echo Hello World']
Permission denied (publickey).
DEBUG:root:Cmd output: 
DEBUG:root:Cmd: ['ssh', '-i', 'uec2-20121110-0544-1d56869185be43.pem', '-o', 'UserKnownHostsFile=None/amd64/m1.large/instance-store/i-8f01d193/host.keys', 'ubuntu at ec2-177-71-151-39.sa-east-1.compute.amazonaws.com', 'echo Hello World']
Permission denied (publickey).
DEBUG:root:Cmd output: 
INFO:root:Current testing phase: 5
# ec2-54-232-15-241.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-54-232-15-241.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '54.232.15.241' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-dss key validated for instance i-8901d195 (ec2-54-232-15-241.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-rsa key validated for instance i-8901d195 (ec2-54-232-15-241.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 5
# ec2-177-71-166-28.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-177-71-166-28.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '177.71.166.28' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-rsa key validated for instance i-8b01d197 (ec2-177-71-166-28.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-dss key validated for instance i-8b01d197 (ec2-177-71-166-28.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 5
# ec2-177-71-137-49.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-177-71-137-49.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '177.71.137.49' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-rsa key validated for instance i-8501d199 (ec2-177-71-137-49.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-dss key validated for instance i-8501d199 (ec2-177-71-137-49.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 2
DEBUG:root:Cmd: ['ssh', '-i', 'uec2-20121110-0544-1d56869185be43.pem', '-o', 'UserKnownHostsFile=None/amd64/m1.large/instance-store/i-8701d19b/host.keys', 'root at ec2-177-71-144-49.sa-east-1.compute.amazonaws.com', 'echo Hello World']
Permission denied (publickey).
DEBUG:root:Cmd output: 
DEBUG:root:Cmd: ['ssh', '-i', 'uec2-20121110-0544-1d56869185be43.pem', '-o', 'UserKnownHostsFile=None/amd64/m1.large/instance-store/i-8701d19b/host.keys', 'ubuntu at ec2-177-71-144-49.sa-east-1.compute.amazonaws.com', 'echo Hello World']
Permission denied (publickey).
DEBUG:root:Cmd output: 
INFO:root:Current testing phase: 5
# ec2-177-71-171-96.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-177-71-171-96.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '177.71.171.96' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-rsa key validated for instance i-8101d19d (ec2-177-71-171-96.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-dss key validated for instance i-8101d19d (ec2-177-71-171-96.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 5
# ec2-177-71-138-28.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-177-71-138-28.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '177.71.138.28' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-dss key validated for instance i-9701d18b (ec2-177-71-138-28.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-rsa key validated for instance i-9701d18b (ec2-177-71-138-28.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 5
# ec2-177-71-140-62.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
# ec2-177-71-140-62.sa-east-1.compute.amazonaws.com SSH-2.0-OpenSSH_6.1p1 Debian-1ubuntu1
Warning: Permanently added the RSA host key for IP address '177.71.140.62' to the list of known hosts.
cp: cannot stat `/var/log/cloud-init-output.log': No such file or directory
FAIL: failed to copy /var/log/cloud-init-output.log
INFO:root:Host ssh-dss key validated for instance i-9101d18d (ec2-177-71-140-62.sa-east-1.compute.amazonaws.com)
INFO:root:Host ssh-rsa key validated for instance i-9101d18d (ec2-177-71-140-62.sa-east-1.compute.amazonaws.com)
INFO:root:Current testing phase: 6
INFO:root:Current testing phase: 6
INFO:root:Current testing phase: 3
Permission denied (publickey).
lost connection
ERROR:root:Something bad happened Unable to deploy test executor to instance
INFO:root:Tidyup test
INFO:root:Testing failed for 
        AMI: ami-9e74ad83
            - #instances: 10
            - size: m1.large
            - region: sa-east-1 
            - placement: None 
            - arch: amd64 
            - storage: instance-store
        
INFO:root:Instance: i-9701d18b Completed: False Errors: False Phase: 6 Keyscan: True
INFO:root:Instance: i-9101d18d Completed: False Errors: False Phase: 6 Keyscan: True
INFO:root:Instance: i-9301d18f Completed: True Errors: False Phase: 6 Keyscan: True
INFO:root:Instance: i-8d01d191 Completed: True Errors: False Phase: 6 Keyscan: True
INFO:root:Instance: i-8f01d193 Completed: False Errors: False Phase: 3 Keyscan: None
INFO:root:Instance: i-8901d195 Completed: False Errors: False Phase: 6 Keyscan: True
INFO:root:Instance: i-8b01d197 Completed: False Errors: False Phase: 6 Keyscan: True
INFO:root:Instance: i-8501d199 Completed: False Errors: False Phase: 6 Keyscan: True
INFO:root:Instance: i-8701d19b Completed: False Errors: False Phase: 3 Keyscan: None
INFO:root:Instance: i-8101d19d Completed: False Errors: False Phase: 6 Keyscan: True
INFO:root:

Test Summary:
    Tests to Execute: 1
    Tests Completed: 0
    Tests Failed: 1
    Total Tests Executed: 1


ERROR:root:At least one test case execution failed - please investigate.
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results



More information about the ubuntu-testing-notifications mailing list