Build failed in Jenkins: reproducible_scheduler_amd64 #5272

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Mar 4 07:56:10 GMT 2026


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



More information about the Qa-jenkins-scm mailing list