Skip to content

Console Output

12:33:50 + wget -q -O - https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/2376/consoleText
12:33:50 Started by upstream project "Cforall_Full_Build" build number 288
12:33:50 originally caused by:
12:33:50  Started by user pabuhr
12:33:50 Running as Jenkins Build User
12:33:50  > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-914b6fdde163b7e17ee75d99ca23f18a/.git # timeout=10
12:33:50 Setting origin to cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
12:33:50  > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
12:33:50 Fetching origin...
12:33:50 Fetching upstream changes from origin
12:33:50  > git --version # timeout=10
12:33:50  > git --version # 'git version 2.43.0'
12:33:50  > git config --get remote.origin.url # timeout=10
12:33:50 using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025)
12:33:50 Verifying host key using known hosts file
12:33:50  > git fetch --no-tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
12:33:50 Seen branch in repository origin/ADT
12:33:50 Seen branch in repository origin/aaron-thesis
12:33:50 Seen branch in repository origin/arm-eh
12:33:50 Seen branch in repository origin/ast-experimental
12:33:50 Seen branch in repository origin/cleanup-dtors
12:33:50 Seen branch in repository origin/ctor
12:33:50 Seen branch in repository origin/deferred_resn
12:33:50 Seen branch in repository origin/demangler
12:33:50 Seen branch in repository origin/enum
12:33:50 Seen branch in repository origin/forall-pointer-decay
12:33:50 Seen branch in repository origin/gc_noraii
12:33:50 Seen branch in repository origin/jacob/cs343-translation
12:33:50 Seen branch in repository origin/jenkins-sandbox
12:33:50 Seen branch in repository origin/master
12:33:50 Seen branch in repository origin/memory
12:33:50 Seen branch in repository origin/new-ast
12:33:50 Seen branch in repository origin/new-ast-unique-expr
12:33:50 Seen branch in repository origin/new-env
12:33:50 Seen branch in repository origin/no_list
12:33:50 Seen branch in repository origin/persistent-indexer
12:33:50 Seen branch in repository origin/pthread-emulation
12:33:50 Seen branch in repository origin/qualifiedEnum
12:33:50 Seen branch in repository origin/resolv-new
12:33:50 Seen branch in repository origin/string
12:33:50 Seen branch in repository origin/stuck-waitfor-destruct
12:33:50 Seen branch in repository origin/with_gc
12:33:50 Seen 26 remote branches
12:33:50 Obtained Jenkinsfile from fc814baf8bebc63f0c63e6147202d2f23306c637
12:33:50 [Pipeline] Start of Pipeline
12:33:50 [Pipeline] node
12:33:50 Running on Brokk 7 in /var/lib/jenkins/workspace/Cforall_master_2
12:33:50 [Pipeline] {
12:33:50 [Pipeline] wrap
12:33:50 [Pipeline] {
12:33:50 [Pipeline] properties
12:33:50 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
12:33:50 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
12:33:50 [Pipeline] checkout
12:33:50 The recommended git tool is: NONE
12:33:50 using credential git_key_aug2025
12:33:50 ERROR: Checkout failed
12:33:50 java.io.StreamCorruptedException: invalid stream header: 636F7272
12:33:50 	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:989)
12:33:50 	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:416)
12:33:50 	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:50)
12:33:50 	at hudson.remoting.Command.readFrom(Command.java:141)
12:33:50 	at hudson.remoting.Command.readFrom(Command.java:127)
12:33:50 	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:35)
12:33:50 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:62)
12:33:50 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Brokk 7
12:33:50 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
12:33:50 		at hudson.remoting.Request.call(Request.java:204)
12:33:50 		at hudson.remoting.Channel.call(Channel.java:1107)
12:33:50 		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:306)
12:33:50 		at PluginClassLoader for git-client/jdk.proxy75/jdk.proxy75.$Proxy168.hasGitRepo(Unknown Source)
12:33:50 		at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl.hasGitRepo(RemoteGitImpl.java:333)
12:33:50 		at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1205)
12:33:50 		at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
12:33:50 		at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
12:33:50 		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
12:33:50 		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
12:33:50 		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
12:33:50 		at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
12:33:50 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
12:33:50 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
12:33:50 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
12:33:50 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
12:33:50 		at java.base/java.lang.Thread.run(Thread.java:1583)
12:33:50 Caused: hudson.remoting.RequestAbortedException
12:33:50 	at hudson.remoting.Request.abort(Request.java:358)
12:33:50 	at hudson.remoting.Channel.terminate(Channel.java:1189)
12:33:50 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:95)
12:33:50 ERROR: Maximum checkout retry attempts reached, aborting
12:33:50 [Pipeline] }
12:33:50 [Pipeline] // wrap
12:33:50 [Pipeline] }
12:33:50 [Pipeline] // node
12:33:50 [Pipeline] echo
12:33:50 hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid stream header: 636F7272
12:33:50 [Pipeline] node
12:33:50 Running on Brokk 6 in /var/lib/jenkins/workspace/Cforall_master
12:33:50 [Pipeline] {
12:33:50 [Pipeline] echo
12:33:50 Notifying users of result
12:33:50 [Pipeline] }
12:33:50 [Pipeline] // node
12:33:50 [Pipeline] End of Pipeline
12:33:50 Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: a1234938-dca9-4c5d-ad0b-c8abcd3891ee
12:33:50 java.lang.NullPointerException: Cannot invoke method GitLogMessage() on null object
12:33:50 	at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:91)
12:33:50 	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
12:33:50 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
12:33:50 	at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:34)
12:33:50 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
12:33:50 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
12:33:50 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
12:33:50 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:124)
12:33:50 	at WorkflowScript.email(WorkflowScript:229)
12:33:50 	at ___cps.transform___(Native Method)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:107)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:118)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixName(FunctionCallBlock.java:82)
12:33:50 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
12:33:50 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:71)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:84)
12:33:50 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:142)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:48)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:188)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:464)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:372)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:302)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:143)
12:33:50 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
12:33:50 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
12:33:50 	at jenkins.util.ContextResettingExecutorService.lambda$wrap$0(ContextResettingExecutorService.java:26)
12:33:50 	at jenkins.security.ImpersonatingExecutorService.lambda$wrap$0(ImpersonatingExecutorService.java:66)
12:33:50 	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
12:33:50 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
12:33:50 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
12:33:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
12:33:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
12:33:50 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
12:33:50 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
12:33:50 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
12:33:50 	at java.base/java.lang.Thread.run(Thread.java:1583)
12:33:50 Finished: FAILURE