Build failed in Jenkins: reproducible_scheduler_armhf #643
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Tue Dec 12 09:12:33 GMT 2023
See <https://jenkins.debian.net/job/reproducible_scheduler_armhf/643/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/jenkins6297538097127146067.sh
+ /srv/jenkins/bin/reproducible_scheduler.py armhf
/srv/jenkins/bin/reproducible_scheduler.py:15: DeprecationWarning: please use 'debian.deb822' instead
import deb822
[2023-12-12 09:10:01] INFO: Starting at 2023-12-12 09:10:01.143942
[2023-12-12 09:10:01] INFO: Updating sources tables for all suites.
[2023-12-12 09:10:01] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
[2023-12-12 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)
[2023-12-12 09:10:19] INFO: Pushing 0 updated packages to the database...
[2023-12-12 09:10:42] INFO: Now deleting 0 removed packages: []
[2023-12-12 09:10:42] INFO: DB update done for unstable/armhf done at 2023-12-12 09:10:42.
[2023-12-12 09:10:42] INFO: Sources for suite unstable/armhf updated at 2023-12-12 09:10:42.
[2023-12-12 09:10:42] INFO: Removing old pages from unstable/armhf.
[2023-12-12 09:10:43] INFO: Removing old pages from unstable/armhf/diffoscope-results/.
[2023-12-12 09:10:43] INFO: Downloading sources file for trixie: http://deb.debian.org/debian/dists/trixie/main/source/Sources.xz
[2023-12-12 09:10:44] INFO: Updating sources db for trixie/armhf...
[2023-12-12 09:10:59] INFO: Pushing 0 updated packages to the database...
[2023-12-12 09:11:21] INFO: Now deleting 0 removed packages: []
[2023-12-12 09:11:21] INFO: DB update done for trixie/armhf done at 2023-12-12 09:11:21.
[2023-12-12 09:11:21] INFO: Sources for suite trixie/armhf updated at 2023-12-12 09:11:21.
[2023-12-12 09:11:21] INFO: Removing old pages from trixie/armhf.
[2023-12-12 09:11:21] INFO: Removing old pages from trixie/armhf/diffoscope-results/.
[2023-12-12 09:11:21] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2023-12-12 09:11:23] INFO: Updating sources db for bookworm/armhf...
[2023-12-12 09:11:38] INFO: Pushing 0 updated packages to the database...
[2023-12-12 09:11:57] INFO: Now deleting 0 removed packages: []
[2023-12-12 09:11:57] INFO: DB update done for bookworm/armhf done at 2023-12-12 09:11:57.
[2023-12-12 09:11:57] INFO: Sources for suite bookworm/armhf updated at 2023-12-12 09:11:57.
[2023-12-12 09:11:57] INFO: Removing old pages from bookworm/armhf.
[2023-12-12 09:11:58] INFO: Removing old pages from bookworm/armhf/diffoscope-results/.
[2023-12-12 09:11:58] INFO: Downloading sources file for bullseye: http://deb.debian.org/debian/dists/bullseye/main/source/Sources.xz
[2023-12-12 09:11:59] INFO: Updating sources db for bullseye/armhf...
[2023-12-12 09:12:12] INFO: Pushing 0 updated packages to the database...
[2023-12-12 09:12:27] INFO: Now deleting 0 removed packages: []
[2023-12-12 09:12:27] INFO: DB update done for bullseye/armhf done at 2023-12-12 09:12:27.
[2023-12-12 09:12:27] INFO: Sources for suite bullseye/armhf updated at 2023-12-12 09:12:27.
[2023-12-12 09:12:27] INFO: Removing old pages from bullseye/armhf.
[2023-12-12 09:12:28] INFO: Removing old pages from bullseye/armhf/diffoscope-results/.
[2023-12-12 09:12:28] INFO: Downloading sources file for experimental: http://deb.debian.org/debian/dists/experimental/main/source/Sources.xz
[2023-12-12 09:12:28] INFO: Updating sources db for experimental/armhf...
[2023-12-12 09:12:29] INFO: Pushing 8 updated packages to the database...
[2023-12-12 09:12:29] INFO: Now inserting 2 new sources in the database: [{'name': 'libpam-alreadyloggedin', 'version': '0.3-13', 'suite': 'experimental', 'architecture': 'armhf'}, {'name': 'libpam-afs-session', 'version': '2.6-4', 'suite': 'experimental', 'architecture': 'armhf'}]
[2023-12-12 09:12:29] INFO: Now deleting 0 removed packages: []
[2023-12-12 09:12:29] INFO: Building pages for the new packages
[2023-12-12 09:12:29] INFO: Generating the pages of 2 package(s)
[2023-12-12 09:12:32] CRITICAL: Error executing this query:
[2023-12-12 09:12:32] CRITICAL: SELECT r.status, r.version, r.build_date
[2023-12-12 09:12:32] CRITICAL: FROM results AS r JOIN sources AS s
[2023-12-12 09:12:32] CRITICAL: ON r.package_id=s.id WHERE s.name='libpam-alreadyloggedin'
[2023-12-12 09:12:32] CRITICAL: AND s.architecture='amd64' AND s.suite='trixie'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1900, in _execute_context
self.dialect.do_execute(
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 736, in do_execute
cursor.execute(statement, parameters)
psycopg2.OperationalError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/srv/jenkins/bin/reproducible_scheduler.py", line 779, in <module>
update_sources(suite, arch)
File "/srv/jenkins/bin/reproducible_scheduler.py", line 284, in update_sources
update_sources_db(suite, arch, sources)
File "/srv/jenkins/bin/reproducible_scheduler.py", line 423, in update_sources_db
gen_packages_html([Package(x['name']) for x in pkgs_to_add], no_clean=True)
File "/srv/jenkins/bin/reproducible_html_packages.py", line 382, in gen_packages_html
gen_suitearch_section(package, suite, arch)
File "/srv/jenkins/bin/reproducible_html_packages.py", line 239, in gen_suitearch_section
status = package.builds[s][a].status
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/jenkins/bin/rblib/models.py", line 38, in _lazy
fn(self)
File "/srv/jenkins/bin/rblib/models.py", line 144, in status
self._get_package_status()
File "/srv/jenkins/bin/rblib/models.py", line 161, in _get_package_status
result = query_db(query)[0]
^^^^^^^^^^^^^^^
File "/srv/jenkins/bin/rblib/__init__.py", line 43, in query_db
result = conn_db.execute(query, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1365, in execute
return self._exec_driver_sql(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1669, in _exec_driver_sql
ret = self._execute_context(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1943, in _execute_context
self._handle_dbapi_exception(
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 2124, in _handle_dbapi_exception
util.raise_(
File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 211, in raise_
raise exception
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1900, in _execute_context
self.dialect.do_execute(
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 736, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
[SQL: SELECT r.status, r.version, r.build_date
FROM results AS r JOIN sources AS s
ON r.package_id=s.id WHERE s.name='libpam-alreadyloggedin'
AND s.architecture='amd64' AND s.suite='trixie']
(Background on this error at: https://sqlalche.me/e/14/e3q8)
[2023-12-12 09:12:32] INFO: Finished at 2023-12-12 09:12:32.802866, took: 0:02:31.658931
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list