[Qa-jenkins-scm] Build failed in Jenkins: reproducible_scheduler #18767

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jul 20 00:32:35 UTC 2017


See <https://jenkins.debian.net/job/reproducible_scheduler/18767/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_scheduler/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins3853090470307022982.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
[2017-07-20 00:23:01] INFO: Starting at 2017-07-20 00:23:01.160360
[2017-07-20 00:23:03] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-07-20 00:23:03] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-07-20 00:23:04] INFO: Updating sources tables for all suites.
[2017-07-20 00:23:04] INFO: Downloading sources file for stretch: http://deb.debian.org/debian/dists/stretch/main/source/Sources.xz
[2017-07-20 00:23:05] INFO: Updating sources db for stretch/amd64...
[2017-07-20 00:23:38] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:23:56] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:23:56] INFO: DB update done for stretch/amd64 done at 2017-07-20 00:23:56.
[2017-07-20 00:23:56] INFO: Updating sources db for stretch/i386...
[2017-07-20 00:24:30] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:24:49] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:24:49] INFO: DB update done for stretch/i386 done at 2017-07-20 00:24:49.
[2017-07-20 00:24:49] INFO: Updating sources db for stretch/arm64...
[2017-07-20 00:25:23] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:25:41] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:25:42] INFO: DB update done for stretch/arm64 done at 2017-07-20 00:25:42.
[2017-07-20 00:25:42] INFO: Updating sources db for stretch/armhf...
[2017-07-20 00:26:16] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:26:34] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:26:35] INFO: DB update done for stretch/armhf done at 2017-07-20 00:26:35.
[2017-07-20 00:26:35] INFO: Sources for suite stretch done at 2017-07-20 00:26:35.
[2017-07-20 00:26:35] INFO: Downloading sources file for buster: http://deb.debian.org/debian/dists/buster/main/source/Sources.xz
[2017-07-20 00:26:37] INFO: Updating sources db for buster/amd64...
[2017-07-20 00:27:13] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:27:32] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:27:32] INFO: DB update done for buster/amd64 done at 2017-07-20 00:27:32.
[2017-07-20 00:27:32] INFO: Updating sources db for buster/i386...
[2017-07-20 00:28:06] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:28:26] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:28:26] INFO: DB update done for buster/i386 done at 2017-07-20 00:28:26.
[2017-07-20 00:28:26] INFO: Updating sources db for buster/arm64...
[2017-07-20 00:29:00] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:29:19] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:29:20] INFO: DB update done for buster/arm64 done at 2017-07-20 00:29:20.
[2017-07-20 00:29:20] INFO: Updating sources db for buster/armhf...
[2017-07-20 00:29:54] INFO: Pushing 0 updated packages to the database...
[2017-07-20 00:30:15] INFO: Now deleting 0 removed packages: []
[2017-07-20 00:30:15] INFO: DB update done for buster/armhf done at 2017-07-20 00:30:15.
[2017-07-20 00:30:15] INFO: Sources for suite buster done at 2017-07-20 00:30:15.
[2017-07-20 00:30:15] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
Traceback (most recent call last):
  File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open
    h.request(req.get_method(), req.selector, req.data, headers)
  File "/usr/lib/python3.5/http/client.py", line 1107, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python3.5/http/client.py", line 1152, in _send_request
    self.endheaders(body)
  File "/usr/lib/python3.5/http/client.py", line 1103, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
    self.send(msg)
  File "/usr/lib/python3.5/http/client.py", line 877, in send
    self.connect()
  File "/usr/lib/python3.5/http/client.py", line 849, in connect
    (self.host,self.port), self.timeout, self.source_address)
  File "/usr/lib/python3.5/socket.py", line 712, in create_connection
    raise err
  File "/usr/lib/python3.5/socket.py", line 703, in create_connection
    sock.connect(sa)
OSError: [Errno 101] Network is unreachable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 756, in <module>
    update_sources(suite)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 258, in update_sources
    sources = lzma.decompress(urlopen(remotefile).read()).decode('utf8')
  File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.5/urllib/request.py", line 472, in open
    response = meth(req, response)
  File "/usr/lib/python3.5/urllib/request.py", line 582, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python3.5/urllib/request.py", line 504, in error
    result = self._call_chain(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 696, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python3.5/urllib/request.py", line 466, in open
    response = self._open(req, data)
  File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
    '_open', req)
  File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.5/urllib/request.py", line 1282, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/usr/lib/python3.5/urllib/request.py", line 1256, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
[2017-07-20 00:32:35] INFO: Finished at 2017-07-20 00:32:35.190601, took: 0:09:34.030277
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list