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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 12:30:39 BST 2022


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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace <https://jenkins.debian.net/job/reproducible_scheduler/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins5113212963466956901.sh
+ /srv/jenkins/bin/reproducible_scheduler.py
/srv/jenkins/bin/reproducible_scheduler.py:15: DeprecationWarning: please use 'debian.deb822' instead
  import deb822
[2022-10-17 11:23:00] INFO: Starting at 2022-10-17 11:23:00.561263
[2022-10-17 11:23:00] INFO: Updating sources tables for all suites.
[2022-10-17 11:23:00] INFO: Skipping scheduling stretch.
[2022-10-17 11:23:00] INFO: Downloading sources file for buster: http://deb.debian.org/debian/dists/buster/main/source/Sources.xz
[2022-10-17 11:23:02] INFO: Updating sources db for buster/amd64...
/usr/lib/python3/dist-packages/debian/deb822.py:748: UserWarning: Parsing of Deb822 data with python-apt's apt_pkg was requested but this cannot be done on non-file input.
  warnings.warn(msg)
[2022-10-17 11:23:25] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:23:49] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:23:49] INFO: DB update done for buster/amd64 done at 2022-10-17 11:23:49.
[2022-10-17 11:23:49] INFO: Updating sources db for buster/i386...
[2022-10-17 11:24:11] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:24:32] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:24:32] INFO: DB update done for buster/i386 done at 2022-10-17 11:24:32.
[2022-10-17 11:24:32] INFO: Updating sources db for buster/arm64...
[2022-10-17 11:24:54] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:25:17] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:25:17] INFO: DB update done for buster/arm64 done at 2022-10-17 11:25:17.
[2022-10-17 11:25:17] INFO: Updating sources db for buster/armhf...
[2022-10-17 11:25:40] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:26:02] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:26:03] INFO: DB update done for buster/armhf done at 2022-10-17 11:26:03.
[2022-10-17 11:26:03] INFO: Sources for suite buster done at 2022-10-17 11:26:03.
[2022-10-17 11:26:03] INFO: Downloading sources file for bullseye: http://deb.debian.org/debian/dists/bullseye/main/source/Sources.xz
[2022-10-17 11:26:04] INFO: Updating sources db for bullseye/amd64...
[2022-10-17 11:26:28] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:27:00] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:27:01] INFO: DB update done for bullseye/amd64 done at 2022-10-17 11:27:01.
[2022-10-17 11:27:01] INFO: Updating sources db for bullseye/i386...
[2022-10-17 11:27:25] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:27:51] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:27:52] INFO: DB update done for bullseye/i386 done at 2022-10-17 11:27:52.
[2022-10-17 11:27:52] INFO: Updating sources db for bullseye/arm64...
[2022-10-17 11:28:16] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:28:44] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:28:44] INFO: DB update done for bullseye/arm64 done at 2022-10-17 11:28:44.
[2022-10-17 11:28:44] INFO: Updating sources db for bullseye/armhf...
[2022-10-17 11:29:08] INFO: Pushing 0 updated packages to the database...
[2022-10-17 11:29:36] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:29:36] INFO: DB update done for bullseye/armhf done at 2022-10-17 11:29:36.
[2022-10-17 11:29:36] INFO: Sources for suite bullseye done at 2022-10-17 11:29:36.
[2022-10-17 11:29:36] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2022-10-17 11:29:37] INFO: Updating sources db for bookworm/amd64...
[2022-10-17 11:30:04] INFO: Pushing 14 updated packages to the database...
[2022-10-17 11:30:04] INFO: Now inserting 2 new sources in the database: [{'name': 'analizo', 'version': '1.25.4-2', 'suite': 'bookworm', 'architecture': 'amd64'}, {'name': 'golang-github-dennwc-btrfs', 'version': '0.0~git20220403.b3db0b2-3', 'suite': 'bookworm', 'architecture': 'amd64'}]
[2022-10-17 11:30:39] INFO: Now deleting 0 removed packages: []
[2022-10-17 11:30:39] INFO: Building pages for the new packages
[2022-10-17 11:30:39] INFO: Generating the pages of 2 package(s)
Traceback (most recent call last):
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 781, in <module>
    update_sources(suite)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 284, in update_sources
    update_sources_db(suite, arch, sources)
  File "/srv/jenkins/bin/reproducible_scheduler.py", line 423, 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 422, in gen_packages_html
    write_html_page(title=title, body=body_html, destfile=destfile,
  File "/srv/jenkins/bin/rblib/html.py", line 152, in write_html_page
    fd.write(html)
OSError: [Errno 28] No space left on device
[2022-10-17 11:30:39] INFO: Finished at 2022-10-17 11:30:39.363170, took: 0:07:38.801914
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list