[Qa-jenkins-scm] Build failed in Jenkins: reproducible_html_indexes #92333

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Mar 10 14:51:38 UTC 2018


See <https://jenkins.debian.net/job/reproducible_html_indexes/92333/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_html_indexes/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins7703534322589922904.sh
+ /srv/jenkins/bin/reproducible_html_indexes.py
[2018-03-10 14:25:11] INFO: Starting at 2018-03-10 14:25:11.570491
[2018-03-10 14:25:16] INFO: finding out which usertagged bugs have been closed or at least have patches
[2018-03-10 14:25:24] INFO: "Packages in stretch/amd64 which should not be build on "amd64"" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_not_for_us.html
[2018-03-10 14:25:35] INFO: "Packages in stretch/amd64 tested in the last 24h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_last_24h.html
[2018-03-10 14:25:53] INFO: "Packages in stretch/amd64 which failed to build from source" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_FTBFS.html
[2018-03-10 14:27:34] INFO: "Packages with notes" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_notes.html
[2018-03-10 14:28:02] INFO: "Packages in stretch/amd64 which failed to build reproducibly" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_FTBR.html
[2018-03-10 14:28:06] INFO: "Packages in stretch/amd64 which have been blacklisted" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_blacklisted.html
[2018-03-10 14:28:31] INFO: "Packages without notes" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_no_notes.html
[2018-03-10 14:28:32] INFO: "Packages in stretch/amd64 where the sources failed to download" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_404.html
[2018-03-10 14:33:18] INFO: "Alphabetically sorted overview of all tested packages in stretch/amd64" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_all_abc.html
[2018-03-10 14:37:18] INFO: "Packages in stretch/amd64 which built reproducibly" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_reproducible.html
[2018-03-10 14:37:30] INFO: "Packages in stretch/amd64 tested in the last 48h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_last_48h.html
[2018-03-10 14:37:35] INFO: "Packages in stretch/amd64 where the build dependencies failed to be satisfied" now available at https://tests.reproducible-builds.org/debian/stretch/amd64/index_depwait.html
[2018-03-10 14:37:40] INFO: "Packages in buster/amd64 which should not be build on "amd64"" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_not_for_us.html
[2018-03-10 14:38:22] INFO: "Packages in buster/amd64 tested in the last 24h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_last_24h.html
[2018-03-10 14:38:39] INFO: "Packages in buster/amd64 which failed to build from source" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_FTBFS.html
[2018-03-10 14:39:57] INFO: "Packages with notes" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_notes.html
[2018-03-10 14:40:14] INFO: "Packages in buster/amd64 which failed to build reproducibly" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_FTBR.html
[2018-03-10 14:40:18] INFO: "Packages in buster/amd64 which have been blacklisted" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_blacklisted.html
[2018-03-10 14:40:36] INFO: "Packages without notes" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_no_notes.html
[2018-03-10 14:40:39] INFO: "Packages in buster/amd64 where the sources failed to download" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_404.html
[2018-03-10 14:45:26] INFO: "Alphabetically sorted overview of all tested packages in buster/amd64" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_all_abc.html
[2018-03-10 14:50:14] INFO: "Packages in buster/amd64 which built reproducibly" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_reproducible.html
[2018-03-10 14:51:07] INFO: "Packages in buster/amd64 tested in the last 48h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_last_48h.html
[2018-03-10 14:51:15] INFO: "Packages in buster/amd64 where the build dependencies failed to be satisfied" now available at https://tests.reproducible-builds.org/debian/buster/amd64/index_depwait.html
[2018-03-10 14:51:24] INFO: "Packages in unstable/amd64 which should not be build on "amd64"" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_not_for_us.html
[2018-03-10 14:51:25] CRITICAL: A query failed: SELECT sources.name 
[2018-03-10 14:51:25] CRITICAL: FROM results JOIN sources ON sources.id = results.package_id 
[2018-03-10 14:51:25] CRITICAL: WHERE sources.suite = %(suite)s AND sources.architecture = %(arch)s AND results.status = %(status_1)s AND results.build_date > %(build_date_1)s ORDER BY results.build_date DESC








Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context
    context)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 450, 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/reproducible_common.py", line 417, in query_db
    result = conn_db.execute(query, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 914, in execute
    return meth(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection
    return connection._execute_clauseelement(self, multiparams, params)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1010, in _execute_clauseelement
    compiled_sql, distilled_params
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context
    context)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1341, in _handle_dbapi_exception
    exc_info
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 202, in raise_from_cause
    reraise(type(exception), exception, tb=exc_tb, cause=cause)
  File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 185, in reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context
    context)
  File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 450, 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 sources.name \nFROM results JOIN sources ON sources.id = results.package_id \nWHERE sources.suite = %(suite)s AND sources.architecture = %(arch)s AND results.status = %(status_1)s AND results.build_date > %(build_date_1)s ORDER BY results.build_date DESC'] [parameters: {'suite': 'unstable', 'build_date_1': '2018-03-09 14:25', 'status_1': 'unreproducible', 'arch': 'amd64'}]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_html_indexes.py", line 803, in <module>
    build_page(page, suite, arch)
  File "/srv/jenkins/bin/reproducible_html_indexes.py", line 770, in build_page
    html1, footnote1 = build_page_section(page, section, suite, arch)
  File "/srv/jenkins/bin/reproducible_html_indexes.py", line 705, in build_page_section
    rows = query_db(query)
  File "/srv/jenkins/bin/reproducible_common.py", line 419, in query_db
    print_critical_message('Error executing this query:\n' + query)
TypeError: Can't convert 'Select' object to str implicitly
[2018-03-10 14:51:26] INFO: Finished at 2018-03-10 14:51:26.147734, took: 0:26:14.577310
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list