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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Aug 31 04:38:17 UTC 2017


See <https://jenkins.debian.net/job/reproducible_scheduler/19076/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_scheduler/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins4497067285258213689.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
[2017-08-31 04:16:08] INFO: Starting at 2017-08-31 04:16:08.543530
[2017-08-31 04:16:11] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-08-31 04:16:11] INFO: finding out which usertagged bugs have been closed or at least have patches
[2017-08-31 04:16:11] INFO: Updating sources tables for all suites.
[2017-08-31 04:16:11] INFO: Downloading sources file for stretch: http://deb.debian.org/debian/dists/stretch/main/source/Sources.xz
[2017-08-31 04:16:14] INFO: Updating sources db for stretch/amd64...
[2017-08-31 04:17:22] INFO: Pushing 0 updated packages to the database...
[2017-08-31 04:19:11] INFO: Now deleting 0 removed packages: []
[2017-08-31 04:19:12] INFO: DB update done for stretch/amd64 done at 2017-08-31 04:19:12.
[2017-08-31 04:19:12] INFO: Updating sources db for stretch/i386...
[2017-08-31 04:20:17] INFO: Pushing 0 updated packages to the database...
[2017-08-31 04:22:50] INFO: Now deleting 0 removed packages: []
[2017-08-31 04:22:51] INFO: DB update done for stretch/i386 done at 2017-08-31 04:22:51.
[2017-08-31 04:22:51] INFO: Updating sources db for stretch/arm64...
[2017-08-31 04:23:57] INFO: Pushing 0 updated packages to the database...
[2017-08-31 04:25:29] INFO: Now deleting 0 removed packages: []
[2017-08-31 04:25:30] INFO: DB update done for stretch/arm64 done at 2017-08-31 04:25:30.
[2017-08-31 04:25:30] INFO: Updating sources db for stretch/armhf...
[2017-08-31 04:26:39] INFO: Pushing 0 updated packages to the database...
[2017-08-31 04:28:40] INFO: Now deleting 0 removed packages: []
[2017-08-31 04:28:40] INFO: DB update done for stretch/armhf done at 2017-08-31 04:28:40.
[2017-08-31 04:28:40] INFO: Sources for suite stretch done at 2017-08-31 04:28:40.
[2017-08-31 04:28:40] INFO: Downloading sources file for buster: http://deb.debian.org/debian/dists/buster/main/source/Sources.xz
[2017-08-31 04:28:43] INFO: Updating sources db for buster/amd64...
[2017-08-31 04:29:47] INFO: Pushing 65 updated packages to the database...
[2017-08-31 04:29:47] INFO: Now inserting 3 new sources in the database: [{'suite': 'buster', 'version': '0~20170720-gaed3171-2', 'name': 'lua-torch-torch7', 'architecture': 'amd64'}, {'suite': 'buster', 'version': '0.1.7-1', 'name': 'importmagic', 'architecture': 'amd64'}, {'suite': 'buster', 'version': '3.0.11.5+dfsg1-1', 'name': 'contextfree', 'architecture': 'amd64'}]
[2017-08-31 04:31:41] INFO: Now deleting 0 removed packages: []
[2017-08-31 04:31:41] INFO: Building pages for the new packages
[2017-08-31 04:31:44] CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/i386/lua-torch-torch7_0~20170720-gaed3171-2_i386.buildinfo
[2017-08-31 04:31:45] CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/arm64/lua-torch-torch7_0~20170720-gaed3171-2_arm64.buildinfo
[2017-08-31 04:31:45] INFO: DB update done for buster/amd64 done at 2017-08-31 04:31:45.
[2017-08-31 04:31:45] INFO: Updating sources db for buster/i386...
[2017-08-31 04:34:11] INFO: Pushing 123 updated packages to the database...
[2017-08-31 04:34:11] INFO: Now inserting 4 new sources in the database: [{'suite': 'buster', 'version': '0~20170720-gaed3171-2', 'name': 'lua-torch-torch7', 'architecture': 'i386'}, {'suite': 'buster', 'version': '3.0.11.5+dfsg1-1', 'name': 'contextfree', 'architecture': 'i386'}, {'suite': 'buster', 'version': '1:3.0.2-2', 'name': 'kexi', 'architecture': 'i386'}, {'suite': 'buster', 'version': '0.1.7-1', 'name': 'importmagic', 'architecture': 'i386'}]
[2017-08-31 04:38:05] INFO: Now deleting 0 removed packages: []
[2017-08-31 04:38:05] INFO: Building pages for the new packages
[2017-08-31 04:38:11] CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/i386/lua-torch-torch7_0~20170720-gaed3171-2_i386.buildinfo
[2017-08-31 04:38:12] CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/arm64/lua-torch-torch7_0~20170720-gaed3171-2_arm64.buildinfo
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 756, in <module>
    update_sources(suite)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 262, in update_sources
    update_sources_db(suite, arch, sources)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 401, in update_sources_db
    gen_packages_html([Package(x['name']) for x in pkgs_to_add], no_clean=True)
  File "/srv/jenkins/bin/reproducible_html_packages.py", line 398, in gen_packages_html
    left_nav_html=navigation_html)
  File "/srv/jenkins/bin/reproducible_common.py", line 359, in write_html_page
    fd.write(html)
OSError: [Errno 28] No space left on device
[2017-08-31 04:38:12] INFO: Finished at 2017-08-31 04:38:12.520121, took: 0:22:03.976711
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list