Build failed in Jenkins: reproducible_scheduler_arm64 #5262

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Mar 6 08:01:10 GMT 2026


See <https://jenkins.debian.net/job/reproducible_scheduler_arm64/5262/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/jenkins17992783160978810899.sh
+ /srv/jenkins/bin/reproducible_scheduler.py arm64
[2026-03-06 08:00:00] INFO: Starting at 2026-03-06 08:00:00.634681
[2026-03-06 08:00:00] INFO: Updating sources tables for all suites.
[2026-03-06 08:00:00] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
[2026-03-06 08:00:01] INFO: Updating sources db for unstable/arm64...
[2026-03-06 08:00:08] INFO: Pushing 0 updated packages to the database...
[2026-03-06 08:00:20] INFO: Now deleting 0 removed packages: []
[2026-03-06 08:00:20] INFO: DB update done for unstable/arm64 done at 2026-03-06 08:00:20.
[2026-03-06 08:00:20] INFO: Sources for suite unstable/arm64 updated at 2026-03-06 08:00:20.
[2026-03-06 08:00:20] INFO: Removing old pages from unstable/arm64.
[2026-03-06 08:00:20] INFO: Removing old pages from unstable/arm64/diffoscope-results/.
[2026-03-06 08:00:20] INFO: Downloading sources file for forky: http://deb.debian.org/debian/dists/forky/main/source/Sources.xz
[2026-03-06 08:00:21] INFO: Updating sources db for forky/arm64...
[2026-03-06 08:00:27] INFO: Pushing 0 updated packages to the database...
[2026-03-06 08:00:37] INFO: Now deleting 0 removed packages: []
[2026-03-06 08:00:37] INFO: DB update done for forky/arm64 done at 2026-03-06 08:00:37.
[2026-03-06 08:00:37] INFO: Sources for suite forky/arm64 updated at 2026-03-06 08:00:37.
[2026-03-06 08:00:37] INFO: Removing old pages from forky/arm64.
[2026-03-06 08:00:37] INFO: Removing old pages from forky/arm64/diffoscope-results/.
[2026-03-06 08:00:37] INFO: Downloading sources file for trixie: http://deb.debian.org/debian/dists/trixie/main/source/Sources.xz
[2026-03-06 08:00:38] INFO: Updating sources db for trixie/arm64...
[2026-03-06 08:00:45] INFO: Pushing 0 updated packages to the database...
[2026-03-06 08:00:54] INFO: Now deleting 0 removed packages: []
[2026-03-06 08:00:55] INFO: DB update done for trixie/arm64 done at 2026-03-06 08:00:55.
[2026-03-06 08:00:55] INFO: Sources for suite trixie/arm64 updated at 2026-03-06 08:00:55.
[2026-03-06 08:00:55] INFO: Removing old pages from trixie/arm64.
[2026-03-06 08:00:55] INFO: Removing old pages from trixie/arm64/diffoscope-results/.
[2026-03-06 08:00:55] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2026-03-06 08:00:55] INFO: Updating sources db for bookworm/arm64...
[2026-03-06 08:01:02] INFO: Pushing 0 updated packages to the database...
[2026-03-06 08:01:09] INFO: Now deleting 0 removed packages: []
[2026-03-06 08:01:09] INFO: DB update done for bookworm/arm64 done at 2026-03-06 08:01:09.
[2026-03-06 08:01:09] INFO: Sources for suite bookworm/arm64 updated at 2026-03-06 08:01:09.
[2026-03-06 08:01:09] INFO: Removing old pages from bookworm/arm64.
[2026-03-06 08:01:10] INFO: Removing old pages from bookworm/arm64/diffoscope-results/.
[2026-03-06 08:01:10] INFO: Downloading sources file for experimental: http://deb.debian.org/debian/dists/experimental/main/source/Sources.xz
[2026-03-06 08:01:10] INFO: Updating sources db for experimental/arm64...
[2026-03-06 08:01:10] INFO: Pushing 0 updated packages to the database...
[2026-03-06 08:01:10] INFO: Now deleting 15 removed packages: ['python-requests-oauthlib', 'python-taskchampion-py', 'boost-defaults', 'libkysdk-base', 'zxing-cpp', 'fortran-assert', 'rclone', 'rust-jql-runner', 'node-tshy', 'octave', 'task', 'rust-crypto-common', 'rust-dtui', 'rust-pnet-packet', 'rust-cdb']
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 ... 477 characters truncated ... ame__13)s, %(suite__13)s, %(architecture__13)s), (%(name__14)s, %(suite__14)s, %(architecture__14)s)]
[parameters: {'architecture__0': 'arm64', 'name__0': 'python-requests-oauthlib', 'suite__0': 'experimental', 'architecture__1': 'arm64', 'name__1': 'python-taskchampion-py', 'suite__1': 'experimental', 'architecture__2': 'arm64', 'name__2': 'boost-defaults', 'suite__2': 'experimental', 'architecture__3': 'arm64', 'name__3': 'libkysdk-base', 'suite__3': 'experimental', 'architecture__4': 'arm64', 'name__4': 'zxing-cpp', 'suite__4': 'experimental', 'architecture__5': 'arm64', 'name__5': 'fortran-assert', 'suite__5': 'experimental', 'architecture__6': 'arm64', 'name__6': 'rclone', 'suite__6': 'experimental', 'architecture__7': 'arm64', 'name__7': 'rust-jql-runner', 'suite__7': 'experimental', 'architecture__8': 'arm64', 'name__8': 'node-tshy', 'suite__8': 'experimental', 'architecture__9': 'arm64', 'name__9': 'octave', 'suite__9': 'experimental', 'architecture__10': 'arm64', 'name__10': 'task', 'suite__10': 'experimental', 'architecture__11': 'arm64', 'name__11': 'rust-crypto-common', 'suite__11': 'experimental', 'architecture__12': 'arm64', 'name__12': 'rust-dtui', 'suite__12': 'experimental', 'architecture__13': 'arm64', 'name__13': 'rust-pnet-packet', 'suite__13': 'experimental', 'architecture__14': 'arm64', 'name__14': 'rust-cdb', 'suite__14': 'experimental'}]
(Background on this error at: https://sqlalche.me/e/20/gkpj)
[2026-03-06 08:01:10] INFO: Finished at 2026-03-06 08:01:10.461016, took: 0:01:09.826340
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list