[Qa-jenkins-scm] Build failed in Jenkins: reproducible_html_indexes #52244
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Aug 19 18:01:36 UTC 2016
See <https://jenkins.debian.net/job/reproducible_html_indexes/52244/>
------------------------------------------
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/hudson6286203270816993736.sh
+ /srv/jenkins/bin/reproducible_html_indexes.py
INFO: Starting at 2016-08-19 18:00:45.519320
INFO: finding out which usertagged bugs have been closed or at least have patches
INFO: "Alphabetically sorted overview of all tested packages in testing/amd64" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_all_abc.html
INFO: "Packages without notes" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_no_notes.html
INFO: "Packages in testing/amd64 tested in the last 48h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_last_48h.html
INFO: "Packages with notes" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_notes.html
INFO: "Packages in testing/amd64 which built reproducibly" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_reproducible.html
INFO: "Packages in testing/amd64 tested in the last 24h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_last_24h.html
INFO: "Packages in testing/amd64 where the build dependencies failed to be satisfied" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_depwait.html
INFO: "Packages in testing/amd64 which have been blacklisted" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_blacklisted.html
INFO: "Packages in testing/amd64 which failed to build from source" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_FTBFS.html
INFO: "Packages in testing/amd64 which failed to build reproducibly" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_FTBR.html
INFO: "Packages in testing/amd64 where the sources failed to download" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_404.html
INFO: "Packages in testing/amd64 which should not be build on "amd64"" now available at https://tests.reproducible-builds.org/debian/testing/amd64/index_not_for_us.html
INFO: "Alphabetically sorted overview of all tested packages in unstable/amd64" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_all_abc.html
INFO: "Packages without notes" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_no_notes.html
INFO: "Packages in unstable/amd64 tested in the last 48h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_last_48h.html
INFO: "Packages with notes" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_notes.html
INFO: "Packages in unstable/amd64 which built reproducibly" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_reproducible.html
INFO: "Packages in unstable/amd64 tested in the last 24h for build reproducibility" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_last_24h.html
INFO: "Packages in unstable/amd64 where the build dependencies failed to be satisfied" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_depwait.html
INFO: "Packages in unstable/amd64 which have been blacklisted" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_blacklisted.html
INFO: "Packages in unstable/amd64 which failed to build from source" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_FTBFS.html
INFO: "Packages in unstable/amd64 which failed to build reproducibly" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_FTBR.html
INFO: "Packages in unstable/amd64 where the sources failed to download" now available at https://tests.reproducible-builds.org/debian/unstable/amd64/index_404.html
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
INFO: "Alphabetically sorted overview of all tested packages in experimental/amd64" now available at https://tests.reproducible-builds.org/debian/experimental/amd64/index_all_abc.html
INFO: "Packages without notes" now available at https://tests.reproducible-builds.org/debian/experimental/amd64/index_no_notes.html
CRITICAL: Error executing this query:
CRITICAL: SELECT COUNT(*) FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE s.suite="experimental" AND s.architecture="amd64" AND build_date > datetime("now", "-48 hours")
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 951, in _execute_context
context)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 436, in do_execute
cursor.execute(statement, parameters)
sqlite3.OperationalError: database is locked
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/srv/jenkins/bin/reproducible_html_indexes.py", line 568, in <module>
build_page(page, suite, arch)
File "/srv/jenkins/bin/reproducible_html_indexes.py", line 535, in build_page
html1, footnote1 = build_page_section(page, section, suite, arch)
File "/srv/jenkins/bin/reproducible_html_indexes.py", line 479, in build_page_section
html += build_leading_text_section(section, rows, suite, arch)
File "/srv/jenkins/bin/reproducible_html_indexes.py", line 439, in build_leading_text_section
timespan_count = int(query_db(queries['count_timespan'].format(suite=suite, arch=arch, timespan=timespan))[0][0])
File "/srv/jenkins/bin/reproducible_common.py", line 386, in query_db
result = conn_db.execute(query)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 721, in execute
return self._execute_text(object, multiparams, params)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 870, in _execute_text
statement, parameters
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 958, in _execute_context
context)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 1159, in _handle_dbapi_exception
exc_info
File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 188, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=exc_value)
File "/usr/lib/python3/dist-packages/sqlalchemy/util/compat.py", line 181, in reraise
raise value.with_traceback(tb)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", line 951, in _execute_context
context)
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py", line 436, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.OperationalError: (OperationalError) database is locked 'SELECT COUNT(*) FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE s.suite="experimental" AND s.architecture="amd64" AND build_date > datetime("now", "-48 hours")' ()
INFO: Finished at 2016-08-19 18:01:36.681867, took: 0:00:51.162572
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list