Build failed in Jenkins: reproducible_html_breakages #4359

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Nov 7 12:46:43 GMT 2023


See <https://jenkins.debian.net/job/reproducible_html_breakages/4359/display/redirect>

Changes:


------------------------------------------
Started by user Holger Levsen
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/reproducible_html_breakages/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins2342591640981676449.sh
+ /srv/jenkins/bin/reproducible_html_breakages.py
[2023-11-07 12:46:43] INFO: Starting at 2023-11-07 12:46:43.361185
[2023-11-07 12:46:43] INFO: running unrep_with_dbd_issues check...
[2023-11-07 12:46:43] INFO: ("SELECT s.name, r.version, s.suite, s.architecture\n               FROM sources AS s JOIN results AS r ON r.package_id=s.id\n               WHERE r.status='FTBR'\n               AND s.distribution = (SELECT id FROM distributions WHERE name = 'debian')\n               AND s.suite NOT IN (%s)\n               ORDER BY s.name ASC, s.suite DESC, s.architecture ASC", "'buster, stretch'")
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1374, in execute
    meth = statement._execute_on_connection
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'tuple' object has no attribute '_execute_on_connection'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_html_breakages.py", line 424, in <module>
    breakages = gen_html()
                ^^^^^^^^^^
  File "/srv/jenkins/bin/reproducible_html_breakages.py", line 371, in gen_html
    without_dbd, bad_dbd, sources_without_dbd = unrep_with_dbd_issues()
                                                ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/jenkins/bin/reproducible_html_breakages.py", line 47, in unrep_with_dbd_issues
    results = query_db(query, format(repr(', '.join(ARCHIVED_SUITES))))
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/jenkins/bin/rblib/__init__.py", line 43, in query_db
    result = conn_db.execute(query, *args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1377, in execute
    exc.ObjectNotExecutableError(statement), replace_context=err
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sqlalchemy/exc.py", line 125, in __init__
    "Not an executable object: %r" % target
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
TypeError: not all arguments converted during string formatting
[2023-11-07 12:46:43] INFO: Finished at 2023-11-07 12:46:43.452549, took: 0:00:00.091368
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list