[Qa-jenkins-scm] Build failed in Jenkins: reproducible_scheduler #12776

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Mar 16 14:17:48 UTC 2016


See <https://jenkins.debian.net/job/reproducible_scheduler/12776/>

------------------------------------------
Started by timer
Building on master in workspace <https://jenkins.debian.net/job/reproducible_scheduler/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson8045501033704950787.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
INFO: Starting at 2016-03-16 14:10:52.160105
INFO: finding out which usertagged bugs have been closed or at least have patches
INFO: Updating sources tables for all suites.
INFO: Downloading sources file for testing: http://ftp.de.debian.org/debian/dists/testing/main/source/Sources.xz
INFO: Updating sources db for testing/amd64...
INFO: Pushing 0 updated packages to the database...
INFO: Now inserting 0 new sources in the database: []
INFO: Now deleting 0 removed packages: []
INFO: Updating sources db for testing/armhf...
INFO: Pushing 0 updated packages to the database...
INFO: Now inserting 0 new sources in the database: []
INFO: Now deleting 0 removed packages: []
INFO: Downloading sources file for unstable: http://ftp.de.debian.org/debian/dists/unstable/main/source/Sources.xz
INFO: Updating sources db for unstable/amd64...
INFO: Pushing 0 updated packages to the database...
INFO: Now inserting 0 new sources in the database: []
INFO: Now deleting 0 removed packages: []
INFO: Updating sources db for unstable/armhf...
INFO: Pushing 0 updated packages to the database...
INFO: Now inserting 0 new sources in the database: []
INFO: Now deleting 0 removed packages: []
INFO: Downloading sources file for experimental: http://ftp.de.debian.org/debian/dists/experimental/main/source/Sources.xz
INFO: Updating sources db for experimental/amd64...
INFO: Pushing 0 updated packages to the database...
INFO: Now inserting 0 new sources in the database: []
INFO: Now deleting 0 removed packages: []
INFO: Updating sources db for experimental/armhf...
INFO: Pushing 0 updated packages to the database...
INFO: Now inserting 0 new sources in the database: []
INFO: Now deleting 0 removed packages: []
INFO: Removing old pages from testing/amd64.
INFO: Removing old pages from testing/armhf.
INFO: Removing old pages from unstable/amd64.
INFO: Removing old pages from unstable/armhf.
INFO: Removing old pages from experimental/amd64.
INFO: Removing old pages from experimental/armhf.
INFO: Scheduling for amd64...
INFO: 1049 packages already scheduled for amd64, probably scheduling some more...
INFO: ==============================================================
INFO: Currently scheduled packages in all suites on amd64: 1049
INFO: 1049 packages already scheduled, only scheduling new versions.
INFO: Requesting 100 new versions in testing/amd64...
INFO: Criteria:   tested before, new version available, sorted by last build date
INFO: Suite/Arch: testing/amd64
INFO: Amount:     0
INFO: Packages:   
INFO: Received 0 new packages in testing/amd64 to schedule.
INFO: --------------------------------------------------------------
INFO: Requesting 150 new versions in unstable/amd64...
INFO: Criteria:   tested before, new version available, sorted by last build date
INFO: Suite/Arch: unstable/amd64
INFO: Amount:     1
INFO: Packages:   mysql-5.5
INFO: Received 1 new packages in unstable/amd64 to schedule.
INFO: --------------------------------------------------------------
INFO: Requesting 50 new versions in experimental/amd64...
INFO: Criteria:   tested before, new version available, sorted by last build date
INFO: Suite/Arch: experimental/amd64
INFO: Amount:     0
INFO: Packages:   
INFO: Received 0 new packages in experimental/amd64 to schedule.
INFO: --------------------------------------------------------------
INFO: The following 1 source packages have been queued up for scheduling at 2016-03-16 02:14: mysql-5.5
INFO: Building the schedule index page for amd64...
INFO: finding out which usertagged bugs have been closed or at least have patches
INFO: Page generated at https://tests.reproducible-builds.org/index_amd64_scheduled.html
INFO: Scheduling for architecture amd64 done.
INFO: --------------------------------------------------------------
INFO: Scheduling for armhf...
INFO: 1072 packages already scheduled for armhf, probably scheduling some more...
INFO: ==============================================================
INFO: Currently scheduled packages in all suites on armhf: 1072
INFO: 1072 packages already scheduled, only scheduling new versions.
INFO: Requesting 50 new versions in testing/armhf...
INFO: Criteria:   tested before, new version available, sorted by last build date
INFO: Suite/Arch: testing/armhf
INFO: Amount:     0
INFO: Packages:   
INFO: Received 0 new packages in testing/armhf to schedule.
INFO: --------------------------------------------------------------
INFO: Requesting 75 new versions in unstable/armhf...
INFO: Criteria:   tested before, new version available, sorted by last build date
INFO: Suite/Arch: unstable/armhf
INFO: Amount:     0
INFO: Packages:   
INFO: Received 0 new packages in unstable/armhf to schedule.
INFO: --------------------------------------------------------------
INFO: Requesting 25 new versions in experimental/armhf...
INFO: Criteria:   tested before, new version available, sorted by last build date
INFO: Suite/Arch: experimental/armhf
INFO: Amount:     0
INFO: Packages:   
INFO: Received 0 new packages in experimental/armhf to schedule.
INFO: --------------------------------------------------------------
INFO: Building the schedule index page for armhf...
INFO: finding out which usertagged bugs have been closed or at least have patches
CRITICAL: Error executing this query:
CRITICAL: SELECT n.issues, n.bugs, n.comments FROM notes AS n JOIN sources AS s ON s.id=n.package_id WHERE s.name="abook" AND s.suite="testing" AND s.architecture="armhf"








Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_common.py", line 437, in link_package
    notes = query_db(query.format(pkg=package, suite=suite, arch=arch))[0]
  File "/srv/jenkins/bin/reproducible_common.py", line 359, in query_db
    cursor.execute(query)
sqlite3.OperationalError: database is locked

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 644, in <module>
    message += scheduler(arch)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 600, in scheduler
    generate_schedule(arch)  # from reproducible_html_indexes
  File "/srv/jenkins/bin/reproducible_html_live_status.py", line 41, in generate_schedule
    html += link_package(pkg, row[1], row[2], bugs)
  File "/srv/jenkins/bin/reproducible_common.py", line 452, in link_package
    html += get_trailing_icon(package, bugs) + '\n'
UnboundLocalError: local variable 'html' referenced before assignment
INFO: Finished at 2016-03-16 14:17:48.029017, took: 0:06:55.868933
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list