Skip to content
Failed

Console Output

Skipping 28 KB.. Full Log
21:36:38 Seen branch in repository origin/no_list
21:36:38 Seen branch in repository origin/persistent-indexer
21:36:38 Seen branch in repository origin/pthread-emulation
21:36:38 Seen branch in repository origin/qualifiedEnum
21:36:38 Seen branch in repository origin/resolv-new
21:36:38 Seen branch in repository origin/string
21:36:38 Seen branch in repository origin/with_gc
21:36:38 Seen 25 remote branches
21:36:38 Obtained Jenkinsfile from f63e35c6728c5f6765217eddf8327a1019c1b4ec
21:36:38 [Pipeline] Start of Pipeline
21:36:38 [Pipeline] node
21:36:38 Running on Algol in /var/lib/jenkins/workspace/Cforall_master
21:36:38 [Pipeline] {
21:36:38 [Pipeline] wrap
21:36:38 [Pipeline] {
21:36:38 [Pipeline] properties
21:36:38 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
21:36:38 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
21:36:38 [Pipeline] checkout
21:36:38 The recommended git tool is: NONE
21:36:38 using credential git_key_aug2025
21:36:38 Fetching changes from the remote Git repository
21:36:38 Cleaning workspace
21:36:38 Fetching without tags
21:36:38 Checking out Revision f63e35c6728c5f6765217eddf8327a1019c1b4ec (master)
21:36:38 Commit message: "test full build on ARM"
21:36:38 [Pipeline] load
21:36:38 [Pipeline] { (Jenkins/tools.groovy)
21:36:38 [Pipeline] }
21:36:38 [Pipeline] // load
21:36:38 Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (BuildSettings.arch). Administrators can decide whether to approve or reject this signature.
21:36:38 [Pipeline] }
21:36:38 [Pipeline] // wrap
21:36:38 [Pipeline] }
21:36:38 [Pipeline] // node
21:36:38 [Pipeline] echo
21:36:38 org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (BuildSettings.arch)
21:36:38  > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_master/.git # timeout=10
21:36:38  > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
21:36:38  > git rev-parse --verify HEAD # timeout=10
21:36:38 Resetting working tree
21:36:38  > git reset --hard # timeout=10
21:36:38  > git clean -fdx # timeout=10
21:36:38 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
21:36:38  > git --version # timeout=10
21:36:38  > git --version # 'git version 2.43.0'
21:36:38 using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025)
21:36:38 Verifying host key using known hosts file
21:36:38  > git fetch --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10
21:36:38  > git config core.sparsecheckout # timeout=10
21:36:38  > git checkout -f f63e35c6728c5f6765217eddf8327a1019c1b4ec # timeout=10
21:36:38  > git rev-list --no-walk f63e35c6728c5f6765217eddf8327a1019c1b4ec # timeout=10
21:36:38 [Pipeline] node
21:36:38 Running on Algol in /var/lib/jenkins/workspace/Cforall_master
21:36:38 [Pipeline] {
21:36:38 [Pipeline] echo
21:36:38 Notifying users of result
21:36:38 [Pipeline] echo
21:36:38 Would send email to: cforall@lists.uwaterloo.ca
21:36:38 [Pipeline] echo
21:36:38 With title: [cforall git][BUILD# 197 - FAILURE] - branch master
21:36:38 [Pipeline] echo
21:36:38 Content: 
21:36:38 <p>This is an automated email from the Jenkins build machine. It was
21:36:38 generated because of a git hooks/post-receive script following
21:36:38 a ref change which was pushed to the C∀ repository.</p>
21:36:38 
21:36:38 <p>- Status --------------------------------------------------------------</p>
21:36:38 
21:36:38 <p>BUILD# 197 - FAILURE</p>
21:36:38 <p>Check console output at https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/197/ to view the results.</p>
21:36:38 
21:36:38 ERROR retrieveing current git information!
21:36:38 
21:36:38 [Pipeline] }
21:36:38 [Pipeline] // node
21:36:38 [Pipeline] echo
21:36:38 Build Completed
21:36:38 [Pipeline] End of Pipeline
21:36:38 Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d6a95ebf-db50-4465-9581-4d8d2371e133
21:36:38 org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (BuildSettings.arch)
21:36:38 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists.StaticWhitelist.rejectMethod(StaticWhitelist.java:248)
21:36:38 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.lambda$onGetProperty$12(SandboxInterceptor.java:349)
21:36:38 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:386)
21:36:38 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:375)
21:36:38 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:379)
21:36:38 	at org.kohsuke.groovy.sandbox.impl.Checker$checkedGetProperty$0.callStatic(Unknown Source)
21:36:38 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
21:36:38 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:197)
21:36:38 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:233)
21:36:38 	at BuildSettings.<init>(WorkflowScript:338)
21:36:38 	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
21:36:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
21:36:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
21:36:38 	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
21:36:38 	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:105)
21:36:38 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
21:36:38 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:238)
21:36:38 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$3.call(Checker.java:230)
21:36:38 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onNewInstance(GroovyInterceptor.java:42)
21:36:38 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onNewInstance(SandboxInterceptor.java:196)
21:36:38 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$3.call(Checker.java:227)
21:36:38 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedConstructor(Checker.java:232)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.constructorCall(SandboxInvoker.java:21)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.constructorCall(LoggingInvoker.java:123)
21:36:38 	at WorkflowScript.prepare_build(WorkflowScript:425)
21:36:38 	at WorkflowScript.run(WorkflowScript:25)
21:36:38 	at ___cps.transform___(Native Method)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:98)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
21:36:38 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
21:36:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:75)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:65)
21:36:38 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
21:36:38 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83)
21:36:38 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:181)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:437)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:345)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:298)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:140)
21:36:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
21:36:38 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
21:36:38 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
21:36:38 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
21:36:38 	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
21:36:38 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
21:36:38 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
21:36:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
21:36:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
21:36:38 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
21:36:38 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
21:36:38 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
21:36:38 	at java.base/java.lang.Thread.run(Thread.java:1583)
21:36:38 Finished: FAILURE
[Pipeline] error
[Pipeline] }
21:36:38 Failed in branch gcc_11_arm64_new
[Pipeline] build
21:38:28 Scheduling project: Cforall » master
[Pipeline] build
21:38:28 Scheduling project: Cforall » master
[Pipeline] build
21:38:28 Scheduling project: Cforall » master
21:38:35 Starting building: Cforall » master #200
21:38:35 Starting building: Cforall » master #199
21:38:35 Starting building: Cforall » master #201
21:38:40 Build Cforall » master #201 completed: FAILURE
[Pipeline] echo
21:38:40 FAILURE
[Pipeline] sh
21:38:40 + wget -q -O - https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/201/consoleText
21:38:40 Started by upstream project "Cforall_Full_Build" build number 13
21:38:40 originally caused by:
21:38:40  Started by user pabuhr
21:38:40 Running as Jenkins Build User
21:38:40  > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-914b6fdde163b7e17ee75d99ca23f18a/.git # timeout=10
21:38:40 Setting origin to cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
21:38:40  > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
21:38:40 Fetching origin...
21:38:40 Fetching upstream changes from origin
21:38:40  > git --version # timeout=10
21:38:40  > git --version # 'git version 2.43.0'
21:38:40  > git config --get remote.origin.url # timeout=10
21:38:40 using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025)
21:38:40 Verifying host key using known hosts file
21:38:40  > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
21:38:40 Seen branch in repository origin/ADT
21:38:40 Seen branch in repository origin/aaron-thesis
21:38:40 Seen branch in repository origin/arm-eh
21:38:40 Seen branch in repository origin/ast-experimental
21:38:40 Seen branch in repository origin/cleanup-dtors
21:38:40 Seen branch in repository origin/ctor
21:38:40 Seen branch in repository origin/deferred_resn
21:38:40 Seen branch in repository origin/demangler
21:38:40 Seen branch in repository origin/enum
21:38:40 Seen branch in repository origin/forall-pointer-decay
21:38:40 Seen branch in repository origin/gc_noraii
21:38:40 Seen branch in repository origin/jacob/cs343-translation
21:38:40 Seen branch in repository origin/jenkins-sandbox
21:38:40 Seen branch in repository origin/master
21:38:40 Seen branch in repository origin/memory
21:38:40 Seen branch in repository origin/new-ast
21:38:40 Seen branch in repository origin/new-ast-unique-expr
21:38:40 Seen branch in repository origin/new-env
21:38:40 Seen branch in repository origin/no_list
21:38:40 Seen branch in repository origin/persistent-indexer
21:38:40 Seen branch in repository origin/pthread-emulation
21:38:40 Seen branch in repository origin/qualifiedEnum
21:38:40 Seen branch in repository origin/resolv-new
21:38:40 Seen branch in repository origin/string
21:38:40 Seen branch in repository origin/with_gc
21:38:40 Seen 25 remote branches
21:38:40 Obtained Jenkinsfile from f63e35c6728c5f6765217eddf8327a1019c1b4ec
21:38:40 [Pipeline] Start of Pipeline
21:38:40 [Pipeline] node
21:38:40 Running on Algol in /var/lib/jenkins/workspace/Cforall_master
21:38:40 [Pipeline] {
21:38:40 [Pipeline] wrap
21:38:40 [Pipeline] {
21:38:40 [Pipeline] properties
21:38:40 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
21:38:40 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
21:38:40 [Pipeline] checkout
21:38:40 The recommended git tool is: NONE
21:38:40 using credential git_key_aug2025
21:38:40 Fetching changes from the remote Git repository
21:38:40 Cleaning workspace
21:38:40 Fetching without tags
21:38:40 Checking out Revision f63e35c6728c5f6765217eddf8327a1019c1b4ec (master)
21:38:40 Commit message: "test full build on ARM"
21:38:40 [Pipeline] load
21:38:40 [Pipeline] { (Jenkins/tools.groovy)
21:38:40 [Pipeline] }
21:38:40 [Pipeline] // load
21:38:40 Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (BuildSettings.arch). Administrators can decide whether to approve or reject this signature.
21:38:40 [Pipeline] }
21:38:40 [Pipeline] // wrap
21:38:40 [Pipeline] }
21:38:40 [Pipeline] // node
21:38:40 [Pipeline] echo
21:38:40 org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (BuildSettings.arch)
21:38:40 [Pipeline] node
21:38:40 Running on Algol in /var/lib/jenkins/workspace/Cforall_master
21:38:40 [Pipeline] {
21:38:40 [Pipeline] echo
21:38:40 Notifying users of result
21:38:40 [Pipeline] echo
21:38:40 Would send email to: cforall@lists.uwaterloo.ca
21:38:40 [Pipeline] echo
21:38:40 With title: [cforall git][BUILD# 201 - FAILURE] - branch master
21:38:40  > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_master/.git # timeout=10
21:38:40  > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
21:38:40  > git rev-parse --verify HEAD # timeout=10
21:38:40 Resetting working tree
21:38:40  > git reset --hard # timeout=10
21:38:40  > git clean -fdx # timeout=10
21:38:40 Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
21:38:40  > git --version # timeout=10
21:38:40  > git --version # 'git version 2.43.0'
21:38:40 using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025)
21:38:40 Verifying host key using known hosts file
21:38:40  > git fetch --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10
21:38:40  > git config core.sparsecheckout # timeout=10
21:38:40  > git checkout -f f63e35c6728c5f6765217eddf8327a1019c1b4ec # timeout=10
21:38:40  > git rev-list --no-walk f63e35c6728c5f6765217eddf8327a1019c1b4ec # timeout=10
21:38:40 [Pipeline] echo
21:38:40 Content: 
21:38:40 <p>This is an automated email from the Jenkins build machine. It was
21:38:40 generated because of a git hooks/post-receive script following
21:38:40 a ref change which was pushed to the C∀ repository.</p>
21:38:40 
21:38:40 <p>- Status --------------------------------------------------------------</p>
21:38:40 
21:38:40 <p>BUILD# 201 - FAILURE</p>
21:38:40 <p>Check console output at https://cforall.uwaterloo.ca/jenkins/job/Cforall/job/master/201/ to view the results.</p>
21:38:40 
21:38:40 ERROR retrieveing current git information!
21:38:40 
21:38:40 [Pipeline] }
21:38:40 [Pipeline] // node
21:38:40 [Pipeline] echo
21:38:40 Build Completed
21:38:40 [Pipeline] End of Pipeline
21:38:40 Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 8f2c4f6b-1282-4cea-ae82-243364a8dc24
21:38:40 org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (BuildSettings.arch)
21:38:40 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists.StaticWhitelist.rejectMethod(StaticWhitelist.java:248)
21:38:40 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.lambda$onGetProperty$12(SandboxInterceptor.java:349)
21:38:40 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:386)
21:38:40 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:375)
21:38:40 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:379)
21:38:40 	at org.kohsuke.groovy.sandbox.impl.Checker$checkedGetProperty$0.callStatic(Unknown Source)
21:38:40 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
21:38:40 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:197)
21:38:40 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:233)
21:38:40 	at BuildSettings.<init>(WorkflowScript:338)
21:38:40 	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
21:38:40 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
21:38:40 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
21:38:40 	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
21:38:40 	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:105)
21:38:40 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
21:38:40 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:238)
21:38:40 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$3.call(Checker.java:230)
21:38:40 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onNewInstance(GroovyInterceptor.java:42)
21:38:40 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onNewInstance(SandboxInterceptor.java:196)
21:38:40 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$3.call(Checker.java:227)
21:38:40 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedConstructor(Checker.java:232)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.constructorCall(SandboxInvoker.java:21)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.constructorCall(LoggingInvoker.java:123)
21:38:40 	at WorkflowScript.prepare_build(WorkflowScript:425)
21:38:40 	at WorkflowScript.run(WorkflowScript:25)
21:38:40 	at ___cps.transform___(Native Method)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:98)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
21:38:40 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
21:38:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:75)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:65)
21:38:40 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
21:38:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83)
21:38:40 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:181)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:437)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:345)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:298)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:140)
21:38:40 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
21:38:40 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
21:38:40 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
21:38:40 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
21:38:40 	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
21:38:40 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
21:38:40 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
21:38:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
21:38:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
21:38:40 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
21:38:40 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
21:38:40 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
21:38:40 	at java.base/java.lang.Thread.run(Thread.java:1583)
21:38:40 Finished: FAILURE
[Pipeline] error
[Pipeline] }
21:38:40 Failed in branch gcc_10_arm64_new
[Pipeline] build
21:39:28 Scheduling project: Cforall » master
21:39:35 Starting building: Cforall » master #202
21:49:03 Build Cforall » master #198 completed: SUCCESS
[Pipeline] echo
21:49:03 SUCCESS
[Pipeline] }
21:51:15 Build Cforall » master #200 completed: SUCCESS
[Pipeline] echo
21:51:15 SUCCESS
[Pipeline] }
21:51:23 Build Cforall » master #199 completed: SUCCESS
[Pipeline] echo
21:51:23 SUCCESS
[Pipeline] }
21:52:31 Build Cforall » master #202 completed: SUCCESS
[Pipeline] echo
21:52:31 SUCCESS
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] echo
error caught
[Pipeline] node
Running on Brokk 3 in /var/lib/jenkins/workspace/Cforall_Full_Build
[Pipeline] {
[Pipeline] echo
notifying users
[Pipeline] emailext
Sending email to: cforall@lists.uwaterloo.ca
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: FAILURE
Finished: FAILURE