Build failed in Jenkins: reproducible_scheduler_armhf #2885

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 31 09:14:29 GMT 2025


See <https://jenkins.debian.net/job/reproducible_scheduler_armhf/2885/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_armhf/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins1200624965155862909.sh
+ /srv/jenkins/bin/reproducible_scheduler.py armhf
/srv/jenkins/bin/reproducible_scheduler.py:15: DeprecationWarning: please use 'debian.deb822' instead
  import deb822
[2025-01-31 09:10:01] INFO: Starting at 2025-01-31 09:10:01.122735
[2025-01-31 09:10:01] INFO: Updating sources tables for all suites.
[2025-01-31 09:10:01] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
[2025-01-31 09:10:02] INFO: Updating sources db for unstable/armhf...
/usr/lib/python3/dist-packages/debian/deb822.py:734: UserWarning: Parsing of Deb822 data with python3-apt's apt_pkg was requested but this cannot be done on non-file input.
  warnings.warn(msg)
[2025-01-31 09:10:21] INFO: Pushing 38 updated packages to the database...
[2025-01-31 09:10:50] INFO: Now deleting 0 removed packages: []
[2025-01-31 09:10:50] INFO: DB update done for unstable/armhf done at 2025-01-31 09:10:50.
[2025-01-31 09:10:50] INFO: Sources for suite unstable/armhf updated at 2025-01-31 09:10:50.
[2025-01-31 09:10:50] INFO: Removing old pages from unstable/armhf.
[2025-01-31 09:10:51] INFO: Removing old pages from unstable/armhf/diffoscope-results/.
[2025-01-31 09:10:51] INFO: Downloading sources file for trixie: http://deb.debian.org/debian/dists/trixie/main/source/Sources.xz
[2025-01-31 09:10:52] INFO: Updating sources db for trixie/armhf...
[2025-01-31 09:11:09] INFO: Pushing 2 updated packages to the database...
[2025-01-31 09:11:09] INFO: Now inserting 1 new sources in the database: [{'name': 'gavodachs', 'version': '2.11+dfsg-1', 'suite': 'trixie', 'architecture': 'armhf'}]
[2025-01-31 09:11:35] INFO: Now deleting 0 removed packages: []
[2025-01-31 09:11:35] INFO: Building pages for the new packages
[2025-01-31 09:11:35] INFO: Generating the pages of 1 package(s)
[2025-01-31 09:11:35] INFO: DB update done for trixie/armhf done at 2025-01-31 09:11:35.
[2025-01-31 09:11:35] INFO: Sources for suite trixie/armhf updated at 2025-01-31 09:11:35.
[2025-01-31 09:11:35] INFO: Removing old pages from trixie/armhf.
[2025-01-31 09:11:36] INFO: Removing old pages from trixie/armhf/diffoscope-results/.
[2025-01-31 09:11:36] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2025-01-31 09:11:37] INFO: Updating sources db for bookworm/armhf...
[2025-01-31 09:11:52] INFO: Pushing 0 updated packages to the database...
[2025-01-31 09:12:15] INFO: Now deleting 0 removed packages: []
[2025-01-31 09:12:15] INFO: DB update done for bookworm/armhf done at 2025-01-31 09:12:15.
[2025-01-31 09:12:15] INFO: Sources for suite bookworm/armhf updated at 2025-01-31 09:12:15.
[2025-01-31 09:12:15] INFO: Removing old pages from bookworm/armhf.
[2025-01-31 09:12:15] INFO: Removing old pages from bookworm/armhf/diffoscope-results/.
[2025-01-31 09:12:15] INFO: Downloading sources file for bullseye: http://deb.debian.org/debian/dists/bullseye/main/source/Sources.xz
Traceback (most recent call last):
  File "/usr/lib/python3.11/urllib/request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "/usr/lib/python3.11/http/client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.11/http/client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.11/http/client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.11/http/client.py", line 1037, in _send_output
    self.send(msg)
  File "/usr/lib/python3.11/http/client.py", line 975, in send
    self.connect()
  File "/usr/lib/python3.11/http/client.py", line 941, in connect
    self.sock = self._create_connection(
                ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/socket.py", line 851, in create_connection
    raise exceptions[0]
  File "/usr/lib/python3.11/socket.py", line 836, 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 830, in <module>
    update_sources(suite, arch)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 281, in update_sources
    sources = lzma.decompress(urlopen(remotefile).read()).decode('utf8')
                              ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/urllib/request.py", line 519, in open
    response = self._open(req, data)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/urllib/request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "/usr/lib/python3.11/urllib/request.py", line 1377, in http_open
    return self.do_open(http.client.HTTPConnection, req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/urllib/request.py", line 1351, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
[2025-01-31 09:14:29] INFO: Finished at 2025-01-31 09:14:29.315020, took: 0:04:28.192293
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list