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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Dec 28 23:58:38 GMT 2022


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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/reproducible_scheduler/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins5605727811450344342.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
/srv/jenkins/bin/reproducible_scheduler.py:15: DeprecationWarning: please use 'debian.deb822' instead
  import deb822
[2022-12-28 23:23:01] INFO: Starting at 2022-12-28 23:23:01.743709
[2022-12-28 23:23:02] INFO: Updating sources tables for all suites.
[2022-12-28 23:23:02] INFO: Skipping scheduling stretch.
[2022-12-28 23:23:02] INFO: Downloading sources file for buster: http://deb.debian.org/debian/dists/buster/main/source/Sources.xz
[2022-12-28 23:23:03] INFO: Updating sources db for buster/amd64...
/usr/lib/python3/dist-packages/debian/deb822.py:748: UserWarning: Parsing of Deb822 data with python-apt's apt_pkg was requested but this cannot be done on non-file input.
  warnings.warn(msg)
[2022-12-28 23:23:38] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:24:04] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:24:04] INFO: DB update done for buster/amd64 done at 2022-12-28 23:24:04.
[2022-12-28 23:24:04] INFO: Updating sources db for buster/i386...
[2022-12-28 23:24:30] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:24:56] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:24:56] INFO: DB update done for buster/i386 done at 2022-12-28 23:24:56.
[2022-12-28 23:24:56] INFO: Updating sources db for buster/arm64...
[2022-12-28 23:25:17] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:25:41] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:25:41] INFO: DB update done for buster/arm64 done at 2022-12-28 23:25:41.
[2022-12-28 23:25:41] INFO: Updating sources db for buster/armhf...
[2022-12-28 23:30:42] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:31:11] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:31:11] INFO: DB update done for buster/armhf done at 2022-12-28 23:31:11.
[2022-12-28 23:31:11] INFO: Sources for suite buster done at 2022-12-28 23:31:11.
[2022-12-28 23:31:11] INFO: Downloading sources file for bullseye: http://deb.debian.org/debian/dists/bullseye/main/source/Sources.xz
[2022-12-28 23:31:14] INFO: Updating sources db for bullseye/amd64...
[2022-12-28 23:32:50] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:33:08] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:33:09] INFO: DB update done for bullseye/amd64 done at 2022-12-28 23:33:09.
[2022-12-28 23:33:09] INFO: Updating sources db for bullseye/i386...
[2022-12-28 23:42:04] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:42:25] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:42:31] INFO: DB update done for bullseye/i386 done at 2022-12-28 23:42:31.
[2022-12-28 23:42:31] INFO: Updating sources db for bullseye/arm64...
[2022-12-28 23:55:20] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:55:46] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:55:46] INFO: DB update done for bullseye/arm64 done at 2022-12-28 23:55:46.
[2022-12-28 23:55:46] INFO: Updating sources db for bullseye/armhf...
[2022-12-28 23:57:31] INFO: Pushing 0 updated packages to the database...
[2022-12-28 23:57:53] INFO: Now deleting 0 removed packages: []
[2022-12-28 23:57:54] INFO: DB update done for bullseye/armhf done at 2022-12-28 23:57:54.
[2022-12-28 23:57:54] INFO: Sources for suite bullseye done at 2022-12-28 23:57:54.
[2022-12-28 23:57:54] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
Traceback (most recent call last):
  File "/usr/lib/python3.9/urllib/request.py", line 1346, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "/usr/lib/python3.9/http/client.py", line 1255, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1301, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1250, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1010, in _send_output
    self.send(msg)
  File "/usr/lib/python3.9/http/client.py", line 950, in send
    self.connect()
  File "/usr/lib/python3.9/http/client.py", line 921, in connect
    self.sock = self._create_connection(
  File "/usr/lib/python3.9/socket.py", line 822, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 781, in <module>
    update_sources(suite)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 280, in update_sources
    sources = lzma.decompress(urlopen(remotefile).read()).decode('utf8')
  File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.9/urllib/request.py", line 517, in open
    response = self._open(req, data)
  File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.9/urllib/request.py", line 1375, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/usr/lib/python3.9/urllib/request.py", line 1349, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
[2022-12-28 23:57:54] INFO: Finished at 2022-12-28 23:57:54.356498, took: 0:34:52.612801
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list