Build failed in Jenkins: reproducible_scheduler_arm64 #5274
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Mar 8 08:01:17 GMT 2026
See <https://jenkins.debian.net/job/reproducible_scheduler_arm64/5274/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_arm64/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins12319753268830590737.sh
+ /srv/jenkins/bin/reproducible_scheduler.py arm64
[2026-03-08 08:00:00] INFO: Starting at 2026-03-08 08:00:00.725421
[2026-03-08 08:00:00] INFO: Updating sources tables for all suites.
[2026-03-08 08:00:00] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
[2026-03-08 08:00:01] INFO: Updating sources db for unstable/arm64...
[2026-03-08 08:00:10] INFO: Pushing 0 updated packages to the database...
[2026-03-08 08:00:22] INFO: Now deleting 0 removed packages: []
[2026-03-08 08:00:22] INFO: DB update done for unstable/arm64 done at 2026-03-08 08:00:22.
[2026-03-08 08:00:22] INFO: Sources for suite unstable/arm64 updated at 2026-03-08 08:00:22.
[2026-03-08 08:00:22] INFO: Removing old pages from unstable/arm64.
[2026-03-08 08:00:22] INFO: Removing old pages from unstable/arm64/diffoscope-results/.
[2026-03-08 08:00:22] INFO: Downloading sources file for forky: http://deb.debian.org/debian/dists/forky/main/source/Sources.xz
[2026-03-08 08:00:23] INFO: Updating sources db for forky/arm64...
[2026-03-08 08:00:30] INFO: Pushing 0 updated packages to the database...
[2026-03-08 08:00:41] INFO: Now deleting 0 removed packages: []
[2026-03-08 08:00:41] INFO: DB update done for forky/arm64 done at 2026-03-08 08:00:41.
[2026-03-08 08:00:41] INFO: Sources for suite forky/arm64 updated at 2026-03-08 08:00:41.
[2026-03-08 08:00:41] INFO: Removing old pages from forky/arm64.
[2026-03-08 08:00:42] INFO: Removing old pages from forky/arm64/diffoscope-results/.
[2026-03-08 08:00:42] INFO: Downloading sources file for trixie: http://deb.debian.org/debian/dists/trixie/main/source/Sources.xz
[2026-03-08 08:00:42] INFO: Updating sources db for trixie/arm64...
[2026-03-08 08:00:49] INFO: Pushing 0 updated packages to the database...
[2026-03-08 08:01:00] INFO: Now deleting 0 removed packages: []
[2026-03-08 08:01:00] INFO: DB update done for trixie/arm64 done at 2026-03-08 08:01:00.
[2026-03-08 08:01:00] INFO: Sources for suite trixie/arm64 updated at 2026-03-08 08:01:00.
[2026-03-08 08:01:00] INFO: Removing old pages from trixie/arm64.
[2026-03-08 08:01:00] INFO: Removing old pages from trixie/arm64/diffoscope-results/.
[2026-03-08 08:01:00] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2026-03-08 08:01:01] INFO: Updating sources db for bookworm/arm64...
[2026-03-08 08:01:08] INFO: Pushing 0 updated packages to the database...
[2026-03-08 08:01:16] INFO: Now deleting 0 removed packages: []
[2026-03-08 08:01:16] INFO: DB update done for bookworm/arm64 done at 2026-03-08 08:01:16.
[2026-03-08 08:01:16] INFO: Sources for suite bookworm/arm64 updated at 2026-03-08 08:01:16.
[2026-03-08 08:01:16] INFO: Removing old pages from bookworm/arm64.
[2026-03-08 08:01:16] INFO: Removing old pages from bookworm/arm64/diffoscope-results/.
[2026-03-08 08:01:16] INFO: Downloading sources file for experimental: http://deb.debian.org/debian/dists/experimental/main/source/Sources.xz
[2026-03-08 08:01:16] INFO: Updating sources db for experimental/arm64...
[2026-03-08 08:01:16] INFO: Pushing 0 updated packages to the database...
[2026-03-08 08:01:16] INFO: Now deleting 35 removed packages: ['icann-rdap-common', 'octave', 'octave-doctest', 'rust-cdb', 'rust-tracing-test', 'e2fsprogs', 'rclone', 'tcpdump', 'rust-does-it-json', 'python-taskchampion-py', 'fortran-assert', 'node-tshy', 'rust-dtui', 'php-phpdocumentor-reflection-docblock', 'php-phpdocumentor-type-resolver', 'node-dompurify', 'boost-defaults', 'rust-pnet-packet', 'fortran-julienne', 'icann-rdap-client', 'qgis', 'node-duplicate-package-checker-webpack-plugin', 'task', 'linux-signed-amd64', 'zxing-cpp', 'gnupg2', 'rust-base64urlsafedata', 'python-requests-oauthlib', 'rust-crypto-common', 'rust-hpke-dispatch', 'linux-signed-arm64', 'libkysdk-base', 'rust-jql-runner', 'css-validator', 'galera-4']
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 2115, in _exec_insertmany_context
dialect.do_execute(
~~~~~~~~~~~~~~~~~~^
cursor,
^^^^^^^
...<2 lines>...
context,
^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 945, in do_execute
cursor.execute(statement, parameters)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "removed_packages_pkey"
DETAIL: Key (name, suite, architecture)=(rclone, experimental, arm64) 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 756, in <module>
update_sources(suite, arch)
~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/srv/jenkins/bin/reproducible_scheduler.py", line 214, in update_sources
update_sources_db(suite, arch, sources)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/srv/jenkins/bin/reproducible_scheduler.py", line 335, 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 1416, in execute
return meth(
self,
distilled_parameters,
execution_options or NO_OPTIONS,
)
File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 523, in _execute_on_connection
return connection._execute_clauseelement(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self, distilled_params, execution_options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1638, in _execute_clauseelement
ret = self._execute_context(
dialect,
...<8 lines>...
cache_hit=cache_hit,
)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1841, in _execute_context
return self._exec_insertmany_context(dialect, context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 2123, in _exec_insertmany_context
self._handle_dbapi_exception(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
e,
^^
...<4 lines>...
is_sub_exec=True,
^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception
raise sqlalchemy_exception.with_traceback(exc_info[2]) from e
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 2115, in _exec_insertmany_context
dialect.do_execute(
~~~~~~~~~~~~~~~~~~^
cursor,
^^^^^^^
...<2 lines>...
context,
^^^^^^^^
)
^
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 945, in do_execute
cursor.execute(statement, parameters)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
sqlalchemy.exc.IntegrityError: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "removed_packages_pkey"
DETAIL: Key (name, suite, architecture)=(rclone, experimental, arm64) already exists.
[SQL: INSERT INTO removed_packages (name, suite, architecture) VALUES (%(name__0)s, %(suite__0)s, %(architecture__0)s), (%(name__1)s, %(suite__1)s, %(architecture__1)s), (%(name__2)s, %(suite__2)s, %(architecture__2)s), (%(name__3)s, %(suite__3)s, %(archit ... 1537 characters truncated ... ame__33)s, %(suite__33)s, %(architecture__33)s), (%(name__34)s, %(suite__34)s, %(architecture__34)s)]
[parameters: {'suite__0': 'experimental', 'architecture__0': 'arm64', 'name__0': 'icann-rdap-common', 'suite__1': 'experimental', 'architecture__1': 'arm64', 'name__1': 'octave', 'suite__2': 'experimental', 'architecture__2': 'arm64', 'name__2': 'octave-doctest', 'suite__3': 'experimental', 'architecture__3': 'arm64', 'name__3': 'rust-cdb', 'suite__4': 'experimental', 'architecture__4': 'arm64', 'name__4': 'rust-tracing-test', 'suite__5': 'experimental', 'architecture__5': 'arm64', 'name__5': 'e2fsprogs', 'suite__6': 'experimental', 'architecture__6': 'arm64', 'name__6': 'rclone', 'suite__7': 'experimental', 'architecture__7': 'arm64', 'name__7': 'tcpdump', 'suite__8': 'experimental', 'architecture__8': 'arm64', 'name__8': 'rust-does-it-json', 'suite__9': 'experimental', 'architecture__9': 'arm64', 'name__9': 'python-taskchampion-py', 'suite__10': 'experimental', 'architecture__10': 'arm64', 'name__10': 'fortran-assert', 'suite__11': 'experimental', 'architecture__11': 'arm64', 'name__11': 'node-tshy', 'suite__12': 'experimental', 'architecture__12': 'arm64', 'name__12': 'rust-dtui', 'suite__13': 'experimental', 'architecture__13': 'arm64', 'name__13': 'php-phpdocumentor-reflection-docblock', 'suite__14': 'experimental', 'architecture__14': 'arm64', 'name__14': 'php-phpdocumentor-type-resolver', 'suite__15': 'experimental', 'architecture__15': 'arm64', 'name__15': 'node-dompurify', 'suite__16': 'experimental', 'architecture__16': 'arm64' ... 5 parameters truncated ... 'architecture__18': 'arm64', 'name__18': 'fortran-julienne', 'suite__19': 'experimental', 'architecture__19': 'arm64', 'name__19': 'icann-rdap-client', 'suite__20': 'experimental', 'architecture__20': 'arm64', 'name__20': 'qgis', 'suite__21': 'experimental', 'architecture__21': 'arm64', 'name__21': 'node-duplicate-package-checker-webpack-plugin', 'suite__22': 'experimental', 'architecture__22': 'arm64', 'name__22': 'task', 'suite__23': 'experimental', 'architecture__23': 'arm64', 'name__23': 'linux-signed-amd64', 'suite__24': 'experimental', 'architecture__24': 'arm64', 'name__24': 'zxing-cpp', 'suite__25': 'experimental', 'architecture__25': 'arm64', 'name__25': 'gnupg2', 'suite__26': 'experimental', 'architecture__26': 'arm64', 'name__26': 'rust-base64urlsafedata', 'suite__27': 'experimental', 'architecture__27': 'arm64', 'name__27': 'python-requests-oauthlib', 'suite__28': 'experimental', 'architecture__28': 'arm64', 'name__28': 'rust-crypto-common', 'suite__29': 'experimental', 'architecture__29': 'arm64', 'name__29': 'rust-hpke-dispatch', 'suite__30': 'experimental', 'architecture__30': 'arm64', 'name__30': 'linux-signed-arm64', 'suite__31': 'experimental', 'architecture__31': 'arm64', 'name__31': 'libkysdk-base', 'suite__32': 'experimental', 'architecture__32': 'arm64', 'name__32': 'rust-jql-runner', 'suite__33': 'experimental', 'architecture__33': 'arm64', 'name__33': 'css-validator', 'suite__34': 'experimental', 'architecture__34': 'arm64', 'name__34': 'galera-4'}]
(Background on this error at: https://sqlalche.me/e/20/gkpj)
[2026-03-08 08:01:16] INFO: Finished at 2026-03-08 08:01:16.912372, took: 0:01:16.186955
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list