Build failed in Jenkins: reproducible_html_notes #14652

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Aug 11 15:08:15 BST 2025


See <https://jenkins.debian.net/job/reproducible_html_notes/14652/display/redirect>

Changes:


------------------------------------------
Started by user Mattia Rizzolo
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/reproducible_html_notes/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://salsa.debian.org/reproducible-builds/reproducible-notes.git
 > git init <https://jenkins.debian.net/job/reproducible_html_notes/ws/> # timeout=10
Fetching upstream changes from https://salsa.debian.org/reproducible-builds/reproducible-notes.git
 > git --version # timeout=10
 > git --version # 'git version 2.47.2'
 > git fetch --tags --force --progress -- https://salsa.debian.org/reproducible-builds/reproducible-notes.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://salsa.debian.org/reproducible-builds/reproducible-notes.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b96ee212433fd843139e2282797f9834260a6841 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b96ee212433fd843139e2282797f9834260a6841 # timeout=10
Commit message: "Remove archived bugs"
 > git rev-list --no-walk b96ee212433fd843139e2282797f9834260a6841 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins16804742328334006122.sh
+ /srv/jenkins/bin/reproducible_notes.py
[2025-08-11 14:06:49] INFO: Starting at 2025-08-11 14:06:49.066015
[2025-08-11 14:06:51] INFO: Notes loaded. There are 7524 packages listed.
[2025-08-11 14:06:56] INFO: Notes checked. There are 7524 packages listed.
[2025-08-11 14:06:57] INFO: Issues loaded. There are 431 issues listed.
[2025-08-11 14:07:02] INFO: Saved 133320 notes in the database.
[2025-08-11 14:07:02] INFO: Finished at 2025-08-11 14:07:02.436161, took: 0:00:13.370153
+ /srv/jenkins/bin/reproducible_html_notes.py
[2025-08-11 14:07:03] INFO: Starting at 2025-08-11 14:07:03.212258
[2025-08-11 14:07:03] INFO: Querying UDD to find usertagged bugs which have been closed or which have patches
[2025-08-11 14:07:24] INFO: Created 7524 note pages.
[2025-08-11 14:07:37] INFO: Created 431 issue pages for unstable
[2025-08-11 14:07:47] INFO: Created 431 issue pages for trixie
[2025-08-11 14:07:57] INFO: Created 431 issue pages for bookworm
[2025-08-11 14:08:07] INFO: Created 431 issue pages for bullseye
[2025-08-11 14:08:14] INFO: Created 431 issue pages for experimental
[2025-08-11 14:08:14] INFO: Issues index now available at https://tests.reproducible-builds.org/debian/index_issues.html
[2025-08-11 14:08:14] INFO: There are no notes for python3.11. Removing old page.
[2025-08-11 14:08:14] INFO: There are no notes for ruby-uglifier. Removing old page.
[2025-08-11 14:08:14] INFO: Generating the pages of 2 package(s)
[2025-08-11 14:08:14] INFO: Removing old pages from unstable/amd64.
Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_html_notes.py", line 519, in <module>
    purge_old_notes(notes)
    ~~~~~~~~~~~~~~~^^^^^^^
  File "/srv/jenkins/bin/reproducible_html_notes.py", line 377, in purge_old_notes
    gen_packages_html([Package(x) for x in to_rebuild])
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/jenkins/bin/reproducible_html_packages.py", line 448, in gen_packages_html
    purge_old_pages()  # housekeep is always good
    ~~~~~~~~~~~~~~~^^
  File "/srv/jenkins/bin/reproducible_html_packages.py", line 525, in purge_old_pages
    purge_old_suite_arch_pages(suite, arch)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/srv/jenkins/bin/reproducible_html_packages.py", line 483, in purge_old_suite_arch_pages
    (p.name, p.suite, p.architecture) for p in query_db(
                                               ~~~~~~~~^
        sqlalchemy.text(query), suite=suite, arch=arch, dist=DISTRO)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/jenkins/bin/rblib/__init__.py", line 47, in query_db
    result = conn_db.execute(query, *args, **kwargs)
TypeError: Connection.execute() got an unexpected keyword argument 'suite'
[2025-08-11 14:08:14] INFO: Finished at 2025-08-11 14:08:14.784973, took: 0:01:11.572719
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list