[Qa-jenkins-scm] Build failed in Jenkins: reproducible_html_live_status #393632

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Feb 3 10:22:20 GMT 2021


See <https://jenkins.debian.net/job/reproducible_html_live_status/393632/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_html_live_status/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins9168329916173447382.sh
+ /srv/jenkins/bin/reproducible_html_live_status.py
[2021-02-03 10:22:01] INFO: Starting at 2021-02-03 10:22:01.012541
[2021-02-03 10:22:01] INFO: Building the schedule index page for amd64...
[2021-02-03 10:22:03] INFO: Finding out which usertagged bugs have been closed or at least have patches
[2021-02-03 10:22:06] INFO: Page generated at https://tests.reproducible-builds.org/debian/index_amd64_scheduled.html
[2021-02-03 10:22:06] INFO: Building the oldies page for amd64...
[2021-02-03 10:22:08] INFO: Page generated at https://tests.reproducible-builds.org/debian/index_amd64_oldies.html
[2021-02-03 10:22:08] INFO: Building the schedule index page for i386...
[2021-02-03 10:22:11] INFO: Page generated at https://tests.reproducible-builds.org/debian/index_i386_scheduled.html
[2021-02-03 10:22:11] INFO: Building the oldies page for i386...
[2021-02-03 10:22:12] INFO: Page generated at https://tests.reproducible-builds.org/debian/index_i386_oldies.html
[2021-02-03 10:22:12] INFO: Building the schedule index page for arm64...
[2021-02-03 10:22:15] INFO: Page generated at https://tests.reproducible-builds.org/debian/index_arm64_scheduled.html
[2021-02-03 10:22:15] INFO: Building the oldies page for arm64...
[2021-02-03 10:22:17] INFO: Page generated at https://tests.reproducible-builds.org/debian/index_arm64_oldies.html
[2021-02-03 10:22:17] INFO: Building the schedule index page for armhf...
[2021-02-03 10:22:19] INFO: Page generated at https://tests.reproducible-builds.org/debian/index_armhf_scheduled.html
[2021-02-03 10:22:19] INFO: Building the oldies page for armhf...
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1236, in _execute_context
    cursor, statement, parameters, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 536, in do_execute
    cursor.execute(statement, parameters)
psycopg2.OperationalError: terminating connection due to administrator command
server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request.


The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  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 980, in execute
    return meth(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 273, in _execute_on_connection
    return connection._execute_clauseelement(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1099, in _execute_clauseelement
    distilled_params,
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1240, in _execute_context
    e, statement, parameters, cursor, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1458, in _handle_dbapi_exception
    util.raise_from_cause(sqlalchemy_exception, exc_info)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 296, in raise_from_cause
    reraise(type(exception), exception, tb=exc_tb, cause=cause)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 276, in reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1236, in _execute_context
    cursor, statement, parameters, context
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 536, in do_execute
    cursor.execute(statement, parameters)
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) terminating connection due to administrator command
server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request.
 [SQL: 'SELECT count(results.id) AS count_1 \nFROM results JOIN sources ON sources.id = results.package_id \nWHERE sources.distribution = %(distribution_1)s AND sources.suite = %(suite)s AND sources.architecture = %(arch)s'] [parameters: {'distribution_1': 1, 'suite': 'unstable', 'arch': 'armhf'}] (Background on this error at: http://sqlalche.me/e/e3q8)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_html_live_status.py", line 211, in <module>
    generate_oldies(arch)
  File "/srv/jenkins/bin/reproducible_html_live_status.py", line 189, in generate_oldies
    html += build_leading_text_section({'text': text}, rows, suite, arch)
  File "/srv/jenkins/bin/reproducible_html_indexes.py", line 686, in build_leading_text_section
    count_total = int(query_db(queries['count_total'].params({'suite': suite, 'arch': arch}))[0][0])
  File "/srv/jenkins/bin/rblib/__init__.py", line 45, in query_db
    print_critical_message('Error executing this query:\n' + query)
TypeError: can only concatenate str (not "Select") to str
[2021-02-03 10:22:20] INFO: Finished at 2021-02-03 10:22:20.434541, took: 0:00:19.422026
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list