Build failed in Jenkins: reproducible_scheduler_amd64 #1624
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sat Jun 29 20:58:18 BST 2024
See <https://jenkins.debian.net/job/reproducible_scheduler_amd64/1624/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_amd64/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins3602360787335865535.sh
+ /srv/jenkins/bin/reproducible_scheduler.py amd64
/srv/jenkins/bin/reproducible_scheduler.py:15: DeprecationWarning: please use 'debian.deb822' instead
import deb822
[2024-06-29 19:55:01] INFO: Starting at 2024-06-29 19:55:01.434090
[2024-06-29 19:55:01] INFO: Updating sources tables for all suites.
[2024-06-29 19:55:01] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
[2024-06-29 19:55:03] INFO: Updating sources db for unstable/amd64...
/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)
[2024-06-29 19:55:26] INFO: Pushing 0 updated packages to the database...
[2024-06-29 19:56:02] INFO: Now deleting 0 removed packages: []
[2024-06-29 19:56:03] INFO: DB update done for unstable/amd64 done at 2024-06-29 19:56:03.
[2024-06-29 19:56:03] INFO: Sources for suite unstable/amd64 updated at 2024-06-29 19:56:03.
[2024-06-29 19:56:03] INFO: Removing old pages from unstable/amd64.
[2024-06-29 19:56:03] INFO: Removing old pages from unstable/amd64/diffoscope-results/.
[2024-06-29 19:56:03] INFO: Downloading sources file for trixie: http://deb.debian.org/debian/dists/trixie/main/source/Sources.xz
[2024-06-29 19:56:05] INFO: Updating sources db for trixie/amd64...
[2024-06-29 19:56:23] INFO: Pushing 0 updated packages to the database...
[2024-06-29 19:56:52] INFO: Now deleting 0 removed packages: []
[2024-06-29 19:56:52] INFO: DB update done for trixie/amd64 done at 2024-06-29 19:56:52.
[2024-06-29 19:56:52] INFO: Sources for suite trixie/amd64 updated at 2024-06-29 19:56:52.
[2024-06-29 19:56:52] INFO: Removing old pages from trixie/amd64.
[2024-06-29 19:56:53] INFO: Removing old pages from trixie/amd64/diffoscope-results/.
[2024-06-29 19:56:53] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2024-06-29 19:56:54] INFO: Updating sources db for bookworm/amd64...
[2024-06-29 19:57:12] INFO: Pushing 0 updated packages to the database...
[2024-06-29 19:57:38] INFO: Now deleting 0 removed packages: []
[2024-06-29 19:57:38] INFO: DB update done for bookworm/amd64 done at 2024-06-29 19:57:38.
[2024-06-29 19:57:38] INFO: Sources for suite bookworm/amd64 updated at 2024-06-29 19:57:38.
[2024-06-29 19:57:38] INFO: Removing old pages from bookworm/amd64.
[2024-06-29 19:57:39] INFO: Removing old pages from bookworm/amd64/diffoscope-results/.
[2024-06-29 19:57:39] INFO: Downloading sources file for bullseye: http://deb.debian.org/debian/dists/bullseye/main/source/Sources.xz
[2024-06-29 19:57:40] INFO: Updating sources db for bullseye/amd64...
[2024-06-29 19:57:56] INFO: Pushing 0 updated packages to the database...
[2024-06-29 19:58:16] INFO: Now deleting 0 removed packages: []
[2024-06-29 19:58:16] INFO: DB update done for bullseye/amd64 done at 2024-06-29 19:58:16.
[2024-06-29 19:58:16] INFO: Sources for suite bullseye/amd64 updated at 2024-06-29 19:58:16.
[2024-06-29 19:58:16] INFO: Removing old pages from bullseye/amd64.
[2024-06-29 19:58:17] INFO: Removing old pages from bullseye/amd64/diffoscope-results/.
[2024-06-29 19:58:17] INFO: Downloading sources file for experimental: http://deb.debian.org/debian/dists/experimental/main/source/Sources.xz
[2024-06-29 19:58:17] INFO: Updating sources db for experimental/amd64...
[2024-06-29 19:58:18] INFO: Pushing 0 updated packages to the database...
[2024-06-29 19:58:18] INFO: Now deleting 22 removed packages: ['rustc', 'linux', 'linux-signed-amd64', 'sphinx-autoapi', 'phoc', 'krita', 'qgis', 'linux-signed-arm64', 'rust-http', 'firebird3.0', 'sparql-wrapper-python', 'vamp-plugin-sdk', 'alglib', 'nbsphinx', 'rust-nalgebra-macros', 'nghttp3', 'roc-toolkit', 'jpeg-xl', 'isa-support', 'rocdbgapi', 'hwloc', 'wasi-libc']
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1880, in _execute_context
self.dialect.do_executemany(
File "/usr/lib/python3/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 982, in do_executemany
context._psycopg2_fetched_rows = xtras.execute_values(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 1299, in execute_values
cur.execute(b''.join(parts))
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "removed_packages_pkey"
DETAIL: Key (name, suite, architecture)=(rustc, experimental, amd64) already exists.
The above exception was the direct cause of the following exception:
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 284, in update_sources
update_sources_db(suite, arch, sources)
File "/srv/jenkins/bin/reproducible_scheduler.py", line 409, in update_sources_db
conn_db.execute(removed_packages_table.insert(), pkgs_to_rm)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1380, in execute
return meth(self, multiparams, params, _EMPTY_EXECUTION_OPTS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 334, in _execute_on_connection
return connection._execute_clauseelement(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1572, in _execute_clauseelement
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 1880, in _execute_context
self.dialect.do_executemany(
File "/usr/lib/python3/dist-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 982, in do_executemany
context._psycopg2_fetched_rows = xtras.execute_values(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 1299, in execute_values
cur.execute(b''.join(parts))
sqlalchemy.exc.IntegrityError: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "removed_packages_pkey"
DETAIL: Key (name, suite, architecture)=(rustc, experimental, amd64) already exists.
[SQL: INSERT INTO removed_packages (name, suite, architecture) VALUES (%(name)s, %(suite)s, %(architecture)s)]
[parameters: ({'name': 'rustc', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'linux', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'linux-signed-amd64', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'sphinx-autoapi', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'phoc', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'krita', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'qgis', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'linux-signed-arm64', 'suite': 'experimental', 'architecture': 'amd64'} ... displaying 10 of 22 total bound parameter sets ... {'name': 'hwloc', 'suite': 'experimental', 'architecture': 'amd64'}, {'name': 'wasi-libc', 'suite': 'experimental', 'architecture': 'amd64'})]
(Background on this error at: https://sqlalche.me/e/14/gkpj)
[2024-06-29 19:58:18] INFO: Finished at 2024-06-29 19:58:18.395625, took: 0:03:16.961543
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list