Skip to content
Failed

Console Output

Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building on the built-in node in workspace /var/lib/jenkins/jobs/reproducible_scheduler_armhf/workspace
[workspace] $ /bin/sh -xe /tmp/jenkins7631207948250821113.sh
+ /srv/jenkins/bin/reproducible_scheduler.py armhf
/srv/jenkins/bin/reproducible_scheduler.py:15: DeprecationWarning: please use 'debian.deb822' instead
  import deb822
[2024-06-06 09:10:01] INFO: Starting at 2024-06-06 09:10:01.324042
[2024-06-06 09:10:01] INFO: Updating sources tables for all suites.
[2024-06-06 09:10:01] INFO: Downloading sources file for unstable: http://deb.debian.org/debian/dists/unstable/main/source/Sources.xz
[2024-06-06 09:10:03] INFO: Updating sources db for unstable/armhf...
/usr/lib/python3/dist-packages/debian/deb822.py:734: UserWarning: Parsing of Deb822 data with python3-apt's apt_pkg was requested but this cannot be done on non-file input.
  warnings.warn(msg)
[2024-06-06 09:10:23] INFO: Pushing 18 updated packages to the database...
[2024-06-06 09:10:56] INFO: Now deleting 0 removed packages: []
[2024-06-06 09:10:57] INFO: DB update done for unstable/armhf done at 2024-06-06 09:10:57.
[2024-06-06 09:10:57] INFO: Sources for suite unstable/armhf updated at 2024-06-06 09:10:57.
[2024-06-06 09:10:57] INFO: Removing old pages from unstable/armhf.
[2024-06-06 09:10:57] INFO: Removing old pages from unstable/armhf/diffoscope-results/.
[2024-06-06 09:10:57] INFO: Downloading sources file for trixie: http://deb.debian.org/debian/dists/trixie/main/source/Sources.xz
[2024-06-06 09:10:59] INFO: Updating sources db for trixie/armhf...
[2024-06-06 09:11:18] INFO: Pushing 1 updated packages to the database...
[2024-06-06 09:11:49] INFO: Now deleting 0 removed packages: []
[2024-06-06 09:11:49] INFO: DB update done for trixie/armhf done at 2024-06-06 09:11:49.
[2024-06-06 09:11:49] INFO: Sources for suite trixie/armhf updated at 2024-06-06 09:11:49.
[2024-06-06 09:11:49] INFO: Removing old pages from trixie/armhf.
[2024-06-06 09:11:49] INFO: Removing old pages from trixie/armhf/diffoscope-results/.
[2024-06-06 09:11:49] INFO: Downloading sources file for bookworm: http://deb.debian.org/debian/dists/bookworm/main/source/Sources.xz
[2024-06-06 09:11:51] INFO: Updating sources db for bookworm/armhf...
[2024-06-06 09:12:09] INFO: Pushing 0 updated packages to the database...
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1662)
	at java.base/java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1464)
	at hudson.plugins.logparser.ClassicParsingStrategy.parse(ClassicParsingStrategy.java:80)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.ClassicParsingStrategy.parse(ClassicParsingStrategy.java:109)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:73)
	at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:54)
	at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:12)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:47)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:348)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:161)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:120)
	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:818)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
	at hudson.model.Build$BuildExecution.post2(Build.java:179)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
	at hudson.model.Run.execute(Run.java:1917)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
FATAL: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
	at jenkins.model.Jenkins.get(Jenkins.java:824)
	at hudson.plugins.logparser.LogParserPublisher.getDescriptor(LogParserPublisher.java:148)
	at hudson.plugins.logparser.LogParserPublisher.getDescriptor(LogParserPublisher.java:34)
	at hudson.model.AbstractBuild$AbstractBuildExecution.reportError(AbstractBuild.java:786)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:775)
	at hudson.model.Build$BuildExecution.post2(Build.java:179)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
	at hudson.model.Run.execute(Run.java:1917)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
ERROR: Post-build steps failed
java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
	at jenkins.model.Jenkins.get(Jenkins.java:824)
	at hudson.model.Job.getProperties(Job.java:571)
	at hudson.model.Build$BuildExecution.cleanUp(Build.java:190)
	at hudson.model.Run.execute(Run.java:1937)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
FATAL: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
	at jenkins.model.Jenkins.get(Jenkins.java:824)
	at hudson.tasks.BuildTrigger.execute(BuildTrigger.java:274)
	at hudson.model.AbstractBuild$AbstractBuildExecution.cleanUp(AbstractBuild.java:728)
	at hudson.model.Build$BuildExecution.cleanUp(Build.java:194)
	at hudson.model.Run.execute(Run.java:1937)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
Finished: FAILURE