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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Jun 27 22:43:01 UTC 2016


See <https://jenkins.debian.net/job/reproducible_html_live_status/163851/>

------------------------------------------
Started by timer
Building on master in workspace <https://jenkins.debian.net/job/reproducible_html_live_status/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson4422802489218065606.sh
+ /srv/jenkins/bin/reproducible_html_live_status.py
INFO: Starting at 2016-06-27 22:40:54.522604
ERROR: Erorr connecting to the UDD database replica.The full error is:
Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_common.py", line 414, in start_udd_connection
    connect_timeout=5,
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 164, in connect
    conn = _connect(dsn, connection_factory=connection_factory, async=async)
psycopg2.OperationalError: could not connect to server: Connection refused
	Is the server running on host "public-udd-mirror.xvm.mit.edu" (18.181.6.246) and accepting
	TCP/IP connections on port 5432?

ERROR: Failing nicely anyway, all queries will return an empty response.
ERROR: There has been an error connecting to the UDD database. Please look for a previous error for more information.
ERROR: Failing nicely anyway, returning an empty response.
INFO: finding out which usertagged bugs have been closed or at least have patches
ERROR: Erorr connecting to the UDD database replica.The full error is:
Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_common.py", line 414, in start_udd_connection
    connect_timeout=5,
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 164, in connect
    conn = _connect(dsn, connection_factory=connection_factory, async=async)
psycopg2.OperationalError: could not connect to server: Connection refused
	Is the server running on host "public-udd-mirror.xvm.mit.edu" (18.181.6.246) and accepting
	TCP/IP connections on port 5432?

ERROR: Failing nicely anyway, all queries will return an empty response.
ERROR: There has been an error connecting to the UDD database. Please look for a previous error for more information.
ERROR: Failing nicely anyway, returning an empty response.
INFO: finding out which usertagged bugs have been closed or at least have patches
INFO: Building the schedule index page for amd64...
CRITICAL: Error executing this query:
CRITICAL: SELECT s.id, s.suite, s.architecture, s.name, s.version, p.date_build_started, r.status, r.build_duration, (SELECT coalesce(AVG(h.build_duration), 0) FROM stats_build AS h WHERE h.status IN ("reproducible", "unreproducible") AND h.name=s.name AND h.suite=s.suite AND h.architecture=s.architecture) , p.job FROM sources AS s JOIN schedule AS p ON p.package_id=s.id LEFT JOIN results AS r ON s.id=r.package_id WHERE p.date_build_started IS NOT NULL AND s.architecture="amd64" ORDER BY p.date_build_started DESC








Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_html_live_status.py", line 130, in <module>
    generate_schedule(arch)
  File "/srv/jenkins/bin/reproducible_html_live_status.py", line 39, in generate_schedule
    html += generate_live_status_table(arch)
  File "/srv/jenkins/bin/reproducible_html_live_status.py", line 68, in generate_live_status_table
    rows = query_db(query.format(arch=arch))
  File "/srv/jenkins/bin/reproducible_common.py", line 393, in query_db
    cursor.execute(query)
sqlite3.OperationalError: database is locked
INFO: Finished at 2016-06-27 22:43:01.447773, took: 0:02:06.925193
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list