[Qa-jenkins-scm] Build failed in Jenkins: reproducible_system_health #41464

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu May 13 09:32:50 BST 2021


See <https://jenkins.debian.net/job/reproducible_system_health/41464/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on master in workspace <https://jenkins.debian.net/job/reproducible_system_health/ws/>
[workspace] $ /bin/sh -xe /tmp/jenkins4045588945299532184.sh
+ /srv/jenkins/bin/reproducible_system_health.sh
====================================================================================
Thu May 13 08:32:34 UTC 2021 - running /srv/jenkins/bin/reproducible_system_health.sh (for job reproducible_system_health) on jenkins, called using "" as arguments.
Thu May 13 08:32:34 UTC 2021 - actually running "reproducible_system_health.sh" (md5sum 2288e61fc5bef7b62cc43a55f4b58604) as "/tmp/jenkins-script-IpNUc9nB"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

Thu May 13 08:32:35 UTC 2021 - starting up.
  ignored job: reproducible_alpine_scheduler (known to be non-functional)
  ignored job: reproducible_archlinux_html_pages (known to be non-functional)
  stable job: reproducible_archlinux_json
  stable job: reproducible_archlinux_scheduler
  ignored job: reproducible_builder_alpine_1 (known to be non-functional)
  ignored job: reproducible_builder_alpine_2 (known to be non-functional)
  ignored job: reproducible_builder_alpine_3 (known to be non-functional)
  ignored job: reproducible_builder_alpine_4 (known to be non-functional)
  ignored job: reproducible_builder_alpine_5 (known to be non-functional)
  ignored job: reproducible_builder_alpine_6 (known to be non-functional)
  ignored job: reproducible_builder_alpine_7 (known to be non-functional)
  ignored job: reproducible_builder_alpine_8 (known to be non-functional)
  stable job: reproducible_builder_archlinux_1
  stable job: reproducible_builder_archlinux_2
  failed job: reproducible_builder_archlinux_3
  stable job: reproducible_builder_archlinux_4
  failed job: reproducible_builder_archlinux_5
  stable job: reproducible_builder_archlinux_6
  stable job: reproducible_builder_archlinux_7
  stable job: reproducible_builder_archlinux_8
  ignored job: reproducible_builder_fedora-23_x86_64_1 (known to be non-functional)
  ignored job: reproducible_builder_fedora-23_x86_64_2 (known to be non-functional)
  stable job: reproducible_builds_diffoscope_website
  stable job: reproducible_builds_style_guide
  stable job: reproducible_builds_website
  failed job: reproducible_compare_Debian_sha1sums
  ignored job: reproducible_compare_Debian_sha1sums_forward_runner (known to be non-functional)
  ignored job: reproducible_compare_Debian_sha1sums_random_runner_1 (known to be non-functional)
  ignored job: reproducible_compare_Debian_sha1sums_random_runner_2 (known to be non-functional)
  ignored job: reproducible_compare_Debian_sha1sums_reverse_runner (known to be non-functional)
  stable job: reproducible_coreboot
  stable job: reproducible_create_meta_pkg_sets
  failed job: reproducible_debian_rebuilder_prototype
  stable job: reproducible_diffoscope_distributions
  stable job: reproducible_diffoscope_from_git
  stable job: reproducible_disorderfs_from_git
  failed job: reproducible_fdroid_build_apps
zcat: Write error: No space left on device
Thu May 13 08:32:50 UTC 2021 - reproducible_system_health.sh stopped running as /tmp/jenkins-script-IpNUc9nB, removing.
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.io.IOException: No space left on device
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
	at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
	at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
	at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:112)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1159)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:878)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1135)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:854)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2493)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2484)
	at hudson.FilePath.act(FilePath.java:1164)
	at hudson.FilePath.act(FilePath.java:1147)
	at hudson.FilePath.copyTo(FilePath.java:2478)
	at hudson.FilePath.copyTo(FilePath.java:2433)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_system_health/builds/41464/log to /tmp/log-parser_reproducible_system_health_build_41464
	at hudson.FilePath.copyTo(FilePath.java:2436)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:88)
	at hudson.plugins.logparser.LogParserStatusComputer.access$000(LogParserStatusComputer.java:22)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:54)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:62)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:47)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.<init>(LogParserStatusComputer.java:36)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:355)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:165)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:119)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1932)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list