Build failed in Jenkins: reproducible_scheduler_arm64 #5250

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Mar 4 08:01:10 GMT 2026


See <https://jenkins.debian.net/job/reproducible_scheduler_arm64/5250/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/jenkins8362722403871005672.sh
+ /srv/jenkins/bin/reproducible_scheduler.py arm64
[2026-03-04 08:00:00] INFO: Starting at 2026-03-04 08:00:00.808950
[2026-03-04 08:00:00] INFO: Updating sources tables for all suites.
[2026-03-04 08:00:00] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
[2026-03-04 08:00:01] INFO: Updating sources db for unstable/arm64...
[2026-03-04 08:00:09] INFO: Pushing 0 updated packages to the database...
[2026-03-04 08:00:20] INFO: Now deleting 0 removed packages: []
[2026-03-04 08:00:20] INFO: DB update done for unstable/arm64 done at 2026-03-04 08:00:20.
[2026-03-04 08:00:20] INFO: Sources for suite unstable/arm64 updated at 2026-03-04 08:00:20.
[2026-03-04 08:00:20] INFO: Removing old pages from unstable/arm64.
[2026-03-04 08:00:20] INFO: Removing old pages from unstable/arm64/diffoscope-results/.
[2026-03-04 08:00:20] INFO: Downloading sources file for forky: http://deb.debian.org/debian/dists/forky/main/source/Sources.xz
[2026-03-04 08:00:21] INFO: Updating sources db for forky/arm64...
[2026-03-04 08:00:28] INFO: Pushing 0 updated packages to the database...
[2026-03-04 08:00:38] INFO: Now deleting 0 removed packages: []
[2026-03-04 08:00:38] INFO: DB update done for forky/arm64 done at 2026-03-04 08:00:38.
[2026-03-04 08:00:38] INFO: Sources for suite forky/arm64 updated at 2026-03-04 08:00:38.
[2026-03-04 08:00:38] INFO: Removing old pages from forky/arm64.
[2026-03-04 08:00:38] INFO: Removing old pages from forky/arm64/diffoscope-results/.
[2026-03-04 08:00:38] INFO: Downloading sources file for trixie: http://deb.debian.org/debian/dists/trixie/main/source/Sources.xz
[2026-03-04 08:00:39] INFO: Updating sources db for trixie/arm64...
[2026-03-04 08:00:45] INFO: Pushing 0 updated packages to the database...
[2026-03-04 08:00:55] INFO: Now deleting 0 removed packages: []
[2026-03-04 08:00:55] INFO: DB update done for trixie/arm64 done at 2026-03-04 08:00:55.
[2026-03-04 08:00:55] INFO: Sources for suite trixie/arm64 updated at 2026-03-04 08:00:55.
[2026-03-04 08:00:55] INFO: Removing old pages from trixie/arm64.
[2026-03-04 08:00:55] INFO: Removing old pages from trixie/arm64/diffoscope-results/.
[2026-03-04 08:00:55] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2026-03-04 08:00:56] INFO: Updating sources db for bookworm/arm64...
[2026-03-04 08:01:02] INFO: Pushing 0 updated packages to the database...
[2026-03-04 08:01:10] INFO: Now deleting 0 removed packages: []
[2026-03-04 08:01:10] INFO: DB update done for bookworm/arm64 done at 2026-03-04 08:01:10.
[2026-03-04 08:01:10] INFO: Sources for suite bookworm/arm64 updated at 2026-03-04 08:01:10.
[2026-03-04 08:01:10] INFO: Removing old pages from bookworm/arm64.
[2026-03-04 08:01:10] INFO: Removing old pages from bookworm/arm64/diffoscope-results/.
[2026-03-04 08:01:10] INFO: Downloading sources file for experimental: http://deb.debian.org/debian/dists/experimental/main/source/Sources.xz
[2026-03-04 08:01:10] INFO: Updating sources db for experimental/arm64...
[2026-03-04 08:01:10] INFO: Pushing 0 updated packages to the database...
[2026-03-04 08:01:10] INFO: Now deleting 4 removed packages: ['rclone', 'python-requests-oauthlib', 'node-tshy', 'libkysdk-base']
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, %(architecture__3)s)]
[parameters: {'architecture__0': 'arm64', 'suite__0': 'experimental', 'name__0': 'rclone', 'architecture__1': 'arm64', 'suite__1': 'experimental', 'name__1': 'python-requests-oauthlib', 'architecture__2': 'arm64', 'suite__2': 'experimental', 'name__2': 'node-tshy', 'architecture__3': 'arm64', 'suite__3': 'experimental', 'name__3': 'libkysdk-base'}]
(Background on this error at: https://sqlalche.me/e/20/gkpj)
[2026-03-04 08:01:10] INFO: Finished at 2026-03-04 08:01:10.809131, took: 0:01:10.000184
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list