Build failed in Jenkins: precise-desktop-amd64_default #1057

Jenkins Notification devnull at canonical.com
Mon Jun 9 09:20:31 UTC 2014


See <http://d-jenkins.ubuntu-ci:8080/job/precise-desktop-amd64_default/1057/>

------------------------------------------
Started due to content change in http://cdimage.ubuntu.com/precise/daily-live/current/SHA256SUMS
Building remotely on alderamin in workspace <http://d-jenkins.ubuntu-ci:8080/job/precise-desktop-amd64_default/ws/>
[precise-desktop-amd64_default] $ /bin/bash /tmp/hudson8087438013797513460.sh
ln: failed to create symbolic link '/var/lib/ubuntu-server-iso-testing/isos/ubuntu-desktop/ubuntu': File exists
INFO:root:Checking/Downloading current build for variant desktop from http://cdimage.ubuntu.com/precise/daily-live
INFO:root:Remote file not available. Retrying in 15 minutes
INFO:root:Downloading ISO...

-------------------- 0.0%
-------------------- 1.8% 26.6 kBps 0:56 ETA  
####---------------- 20.9% 290.8 kBps 0:04 ETA  
#################--- 89.9% 1048.6 kBps 0:00 ETA  
#################### 100.0% 390.3 kBps DONE    

reading seed file ubuntu/precise-desktop-amd64.iso: **********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
Read ubuntu/precise-desktop-amd64.iso. Target 94.5% complete.      
downloading from http://cdimage.ubuntu.com//precise/daily-live/current/precise-desktop-amd64.iso:

##################-- 94.5%
##################-- 94.5% 84.9 kBps 8:45 ETA  
##################-- 94.5% 282.9 kBps 2:31 ETA  
##################-- 94.6% 767.6 kBps 0:56 ETA  
##################-- 94.7% 761.2 kBps 0:56 ETA  
##################-- 94.8% 748.5 kBps 0:55 ETA  
##################-- 94.9% 798.4 kBps 0:51 ETA  
##################-- 95.0% 841.2 kBps 0:47 ETA  
###################- 95.1% 798.8 kBps 0:49 ETA  
###################- 95.2% 769.8 kBps 0:50 ETA  
###################- 95.3% 769.8 kBps 0:49 ETA  
###################- 95.4% 673.4 kBps 0:55 ETA  
###################- 95.5% 777.9 kBps 0:46 ETA  
###################- 95.6% 875.7 kBps 0:40 ETA  
###################- 95.6% 278.2 kBps 2:06 ETA  
###################- 95.6% 85.4 kBps 6:56 ETA  
###################- 95.7% 321.1 kBps 1:48 ETA  
###################- 95.7% 579.7 kBps 0:58 ETA  
###################- 95.8% 582.2 kBps 0:58 ETA  
###################- 95.9% 465.8 kBps 1:10 ETA  
###################- 95.9% 583.9 kBps 0:56 ETA  
###################- 96.0% 405.2 kBps 1:20 ETA  
###################- 96.1% 597.0 kBps 0:52 ETA  
###################- 96.1% 531.6 kBps 0:58 ETA  
###################- 96.2% 632.8 kBps 0:48 ETA  
###################- 96.3% 611.6 kBps 0:48 ETA  
###################- 96.4% 591.4 kBps 0:49 ETA  
###################- 96.4% 758.0 kBps 0:37 ETA  
###################- 96.5% 655.2 kBps 0:42 ETA  
###################- 96.6% 549.6 kBps 0:49 ETA  
###################- 96.7% 639.1 kBps 0:41 ETA  
###################- 96.7% 380.4 kBps 1:09 ETA  
###################- 96.8% 217.7 kBps 2:01 ETA  
###################- 96.8% 470.5 kBps 0:54 ETA  
###################- 96.9% 655.6 kBps 0:37 ETA  
###################- 97.1% 1403.4 kBps 0:16 ETA  
###################- 97.4% 2474.9 kBps 0:08 ETA  
###################- 97.8% 3588.2 kBps 0:04 ETA  
###################- 98.4% 4472.6 kBps 0:02 ETA  
###################- 99.1% 5441.3 kBps 0:01 ETA  
###################- 99.9% 6383.0 kBps 0:00 ETA  
#################### 100.0% 1069.3 kBps DONE    

verifying download...checksum matches OK
used 734896128 local, fetched 43740524
Syncing precise ubuntu desktop amd64
Verifying ubuntu/precise-desktop-amd64.iso
Verification succeeded
[precise-desktop-amd64_default] $ /bin/bash /tmp/hudson7451058522495824111.sh
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 6 revisions.
DEBUG:root:Options: {'isoroot': '/var/lib/ubuntu-iso-testing/isos', 'isoname': False, 'test_dir': '<http://d-jenkins.ubuntu-ci:8080/job/precise-desktop-amd64_default/1057/artifact/tests',> 'variant': 'desktop', 'release': 'precise', 'debug': False, 'flavor': 'ubuntu', 'arch': 'amd64'}
DEBUG:root:Arguments: ['default']
INFO:root:Sleeping for 28 seconds (LP: #961217)
INFO:root:Preseed: default
Traceback (most recent call last):
  File "/usr/bin/run-test", line 244, in <module>
    if TEST_DATABASE not in server:
  File "/usr/lib/python2.7/dist-packages/couchdb/client.py", line 93, in __contains__
    self.resource.head(validate_dbname(name))
  File "/usr/lib/python2.7/dist-packages/couchdb/http.py", line 377, in head
    return self._request('HEAD', path, headers=headers, **params)
  File "/usr/lib/python2.7/dist-packages/couchdb/http.py", line 419, in _request
    credentials=self.credentials)
  File "/usr/lib/python2.7/dist-packages/couchdb/http.py", line 239, in request
    resp = _try_request_with_retries(iter(self.retry_delays))
  File "/usr/lib/python2.7/dist-packages/couchdb/http.py", line 205, in _try_request_with_retries
    raise e
socket.error: [Errno 110] Connection timed out
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE
[description-setter] Could not determine description.



More information about the ubuntu-testing-notifications mailing list