Build failed in Jenkins: reproducible_maintenance_amd64_ionos15 #12490

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Dec 2 18:05:27 GMT 2023


See <https://jenkins.debian.net/job/reproducible_maintenance_amd64_ionos15/12490/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on ionos15-amd64.debian.net (ionos15 amd64) in workspace /srv/jenkins/pseudo-hosts/ionos15-amd64/workspace/reproducible_maintenance_amd64_ionos15
[reproducible_maintenance_amd64_ionos15] $ /bin/sh -xe /tmp/jenkins2356742976189622486.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
====================================================================================
Sat Jan  4 00:28:21 UTC 2025 - running /srv/jenkins/bin/reproducible_maintenance.sh (for job reproducible_maintenance_amd64_ionos15) on ionos15-amd64, called using "" as arguments.
Sat Jan  4 00:28:21 UTC 2025 - actually running "reproducible_maintenance.sh" (md5sum 07a0f3ae68d30c4a43cb979bb16df145) as "/tmp/jenkins-script-wUDifMMR"

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

Sat Jan  4 00:28:21 UTC 2025 - Looking for too large files in /var/log/
Sat Jan  4 00:28:21 UTC 2025 - Deleting temp directories with pattern "tmp.*" in /srv/reproducible-results/rbuild-debian, older than 3 days.
Sat Jan  4 00:28:21 UTC 2025 - Deleting temp directories with pattern "r-b-build.*" in /srv/reproducible-results/rbuild-debian, older than 3 days.
Sat Jan  4 00:28:21 UTC 2025 - Deleting temporary directories in /tmp, older than 3 days.
Sat Jan  4 00:28:21 UTC 2025 - Deleting leftovers in /tmp/archlinux-ci/, older than 2 days.
find: ‘/tmp/archlinux-ci/*’: No such file or directory
Sat Jan  4 00:28:21 UTC 2025 - Deleting pbuilder build directories, older than 3 days.
Sat Jan  4 00:28:21 UTC 2025 - Deleting temp directories in /srv/reproducible-results/rbuild-debian, older than 3 days.
Sat Jan  4 00:28:21 UTC 2025 - Looking for chroot-installation jobs directories, older than 7 days.
Sat Jan  4 00:28:21 UTC 2025 - Looking for chroots used as openwrt build directories, older than 3 days.
Sat Jan  4 00:28:22 UTC 2025 - Deleting temp result directories for live-build, older than 1 day.
Sat Jan  4 00:28:22 UTC 2025 - Deleting temp workspace directories for live-build, older than 1 day.
Sat Jan  4 00:28:22 UTC 2025 - Removing schroot sessions older than 3 days.
Sat Jan  4 00:28:22 UTC 2025 - Removing schroots older than 31 days.
Sat Jan  4 00:28:22 UTC 2025 - Removing unstable and trixie schroots older than 5 days.
Sat Jan  4 00:28:22 UTC 2025 - Detecting schroots older than 1 month
Sat Jan  4 00:28:22 UTC 2025 - Looking for processes which should not be there.
Sat Jan  4 00:28:24 UTC 2025 - Checking for artifacts older than a day.
Sat Jan  4 00:28:24 UTC 2025 - Checking for artifacts from debian live build jobs, that are older than 12h
Sat Jan  4 00:28:24 UTC 2025 - Checking for leftovers from rsyncing live-build results, that are older than a day.
Sat Jan  4 00:28:24 UTC 2025 - Checking for files with bad permissions.
Sat Jan  4 00:28:24 UTC 2025 - testing whether the proxy http://85.184.249.68:3128 works...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   277  100   277    0     0  27697      0 --:--:-- --:--:-- --:--:-- 30777
Sat Jan  4 00:28:24 UTC 2025 - updating the chdists, schroots and pbuilder now...
Sat Jan  4 00:28:24 UTC 2025 - updating the bullseye/amd64 chdist now.
Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
Reading package lists...
Sat Jan  4 00:28:26 UTC 2025 - updating pbuilder for bullseye/amd64 now.
W: /root/.pbuilderrc does not exist
I: Current time: Sat Jan  4 00:28:26 UTC 2025
I: pbuilder-time-stamp: 1735950506
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/bullseye-reproducible-base.tgz]
FATAL: Unable to delete script file /tmp/jenkins2356742976189622486.sh
java.io.EOFException
	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2915)
	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3410)
	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:954)
	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:392)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:142)
	at hudson.remoting.Command.readFrom(Command.java:128)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:75)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ionos15-amd64.debian.net
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.Request.call(Request.java:199)
		at hudson.remoting.Channel.call(Channel.java:1002)
		at hudson.FilePath.act(FilePath.java:1192)
		at hudson.FilePath.act(FilePath.java:1181)
		at hudson.FilePath.delete(FilePath.java:1728)
		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:163)
		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
		at hudson.model.Build$BuildExecution.build(Build.java:199)
		at hudson.model.Build$BuildExecution.doRun(Build.java:164)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
		at hudson.model.Run.execute(Run.java:1895)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
Caused: hudson.remoting.RequestAbortedException
	at hudson.remoting.Request.abort(Request.java:346)
	at hudson.remoting.Channel.terminate(Channel.java:1083)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:90)
Build step 'Execute shell' marked build as failure
ERROR: Step ‘Console output (build log) parsing’ failed: no workspace for reproducible_maintenance_amd64_ionos15 #12490



More information about the Qa-jenkins-scm mailing list