Skip to content
Branch indexing
Running as Jenkins Build User
 > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-914b6fdde163b7e17ee75d99ca23f18a/.git # timeout=10
Setting origin to cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025)
Verifying host key using known hosts file
 > git fetch --no-tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/ADT
Seen branch in repository origin/aaron-thesis
Seen branch in repository origin/arm-eh
Seen branch in repository origin/ast-experimental
Seen branch in repository origin/cleanup-dtors
Seen branch in repository origin/ctor
Seen branch in repository origin/deferred_resn
Seen branch in repository origin/demangler
Seen branch in repository origin/enum
Seen branch in repository origin/forall-pointer-decay
Seen branch in repository origin/gc_noraii
Seen branch in repository origin/jacob/cs343-translation
Seen branch in repository origin/jenkins-sandbox
Seen branch in repository origin/master
Seen branch in repository origin/memory
Seen branch in repository origin/new-ast
Seen branch in repository origin/new-ast-unique-expr
Seen branch in repository origin/new-env
Seen branch in repository origin/no_list
Seen branch in repository origin/persistent-indexer
Seen branch in repository origin/pthread-emulation
Seen branch in repository origin/qualifiedEnum
Seen branch in repository origin/resolv-new
Seen branch in repository origin/string
Seen branch in repository origin/stuck-waitfor-destruct
Seen branch in repository origin/with_gc
Seen 26 remote branches
Obtained Jenkinsfile from d8a307394c8bcba5ac53fe0e01cfec5e84cc368a
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Brokk 7 in /var/lib/jenkins/workspace/Cforall_stuck-waitfor-destruct
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] properties
17:49:57 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
17:49:57 WARNING: Unknown parameter(s) found for class type 'hudson.model.ChoiceParameterDefinition': defaultValue
[Pipeline] checkout
17:49:57 The recommended git tool is: NONE
17:49:59 using credential git_key_aug2025
17:49:59 Cloning the remote Git repository
17:49:59 Cloning with configured refspecs honoured and without tags
Cloning repository cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
 > git init /var/lib/jenkins/workspace/Cforall_stuck-waitfor-destruct # timeout=10
Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025)
Verifying host key using known hosts file
 > git fetch --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10
17:50:11 Avoid second fetch
17:50:11 Checking out Revision d8a307394c8bcba5ac53fe0e01cfec5e84cc368a (stuck-waitfor-destruct)
 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d8a307394c8bcba5ac53fe0e01cfec5e84cc368a # timeout=10
17:50:12 Commit message: "Set top level autogen cfa_linkonce"
17:50:12 First time build. Skipping changelog.
[Pipeline] load
[Pipeline] { (Jenkins/tools.groovy)
[Pipeline] }
[Pipeline] // load
[Pipeline] echo
17:50:12 Compiler 	         : gcc-9 (g++-9/gcc-9)
17:50:12 Architecture            : x64
17:50:12 Arc Flags               : --host=x86_64
17:50:12 Run All Tests           : false
17:50:12 Run Benchmark           : false
17:50:12 Build Documentation     : true
17:50:12 Publish                 : false
17:50:12 Silent                  : false
17:50:12 
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on Brokk 7 in /var/lib/jenkins/workspace/Cforall_stuck-waitfor-destruct
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] pwd
[Pipeline] pwd
[Pipeline] echo
17:50:12  -------- Cleanup -------- 
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] dir
17:50:12 Running in /var/lib/jenkins/workspace/Cforall_stuck-waitfor-destruct@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
17:50:12  -------- Checkout -------- 
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
17:50:12 The recommended git tool is: NONE
17:50:12 using credential git_key_aug2025
17:50:12 Fetching changes from the remote Git repository
17:50:12 Cleaning workspace
17:50:13 Fetching without tags
 > git rev-list --no-walk c79ebfc4269d084f2d21126b3666f14fe089e139 # timeout=10
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Cforall_stuck-waitfor-destruct/.git # timeout=10
 > git config remote.origin.url cforall@plg.uwaterloo.ca:software/cfa/cfa-cc # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_SSH to set credentials Git key use to connect to the cforall git repo (August 2025)
Verifying host key using known hosts file
 > git fetch --no-tags --force --progress -- cforall@plg.uwaterloo.ca:software/cfa/cfa-cc +refs/heads/*:refs/remotes/origin/* # timeout=10
17:50:13 Checking out Revision d8a307394c8bcba5ac53fe0e01cfec5e84cc368a (stuck-waitfor-destruct)
17:50:14 Commit message: "Set top level autogen cfa_linkonce"
[Pipeline] echo
17:50:14 Constructing new git message
[Pipeline] sh
17:50:14 + git rev-list d8a307394c8bcba5ac53fe0e01cfec5e84cc368a..c79ebfc4269d084f2d21126b3666f14fe089e139
17:50:14 fatal: Invalid revision range d8a307394c8bcba5ac53fe0e01cfec5e84cc368a..c79ebfc4269d084f2d21126b3666f14fe089e139
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
hudson.AbortException: script returned exit code 128
[Pipeline] node
Running on Brokk 7 in /var/lib/jenkins/workspace/Cforall_stuck-waitfor-destruct
[Pipeline] {
[Pipeline] echo
Notifying users of result
[Pipeline] emailext
#8 is still in progress; ignoring for purposes of comparison
Sending email to: cforall@lists.uwaterloo.ca
[Pipeline] }
[Pipeline] // node
[Pipeline] echo
Build Completed
[Pipeline] End of Pipeline
ERROR: script returned exit code 128
Finished: FAILURE