Started by upstream project "Cforall_Full_Build" build number 55
originally caused by:
Started by timer
Running as Jenkins Build User
Obtained Jenkins/Promote from git cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Brokk 0 in /var/lib/jenkins/workspace/Cforall_Promote_Ref
[Pipeline] {
[Pipeline] pwd
[Pipeline] pwd
[Pipeline] wrap
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone)
[Pipeline] dir
00:18:22 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] {
[Pipeline] sh
00:18:22 + rm -rf archive archive.zip cfa-cc-1.0.0.52 repo repo@tmp
[Pipeline] sshagent
00:18:22 [ssh-agent] Using credentials jenkins (GitHub Promote Key)
00:18:22 SSH_AUTH_SOCK=/tmp/ssh-xZ0UfW1itVsQ/agent.837836
00:18:22 SSH_AGENT_PID=837838
00:18:22 Running ssh-add (command line suppressed)
00:18:23 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
00:18:23 + git clone --bare git@github.com:cforall/cforall.git repo
00:18:23 Cloning into bare repository 'repo'...
$ ssh-agent
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp@tmp/private_key_7755874898132338609.key (jenkins@plg2)
[Pipeline] }
00:18:25 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] dir
00:18:25 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
00:18:25 + mkdir .git
[Pipeline] sh
00:18:25 + mv HEAD branches config description hooks info objects packed-refs refs .git
[Pipeline] sh
00:18:26 + git init
00:18:26 Reinitialized existing Git repository in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo/.git/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unzip)
[Pipeline] dir
00:18:26 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] {
[Pipeline] sh
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 837838 killed;
00:18:26 + wget -q https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip
[Pipeline] sh
00:18:26 + unzip archive.zip
00:18:26 Archive: archive.zip
00:18:26 inflating: archive/cfa-cc-1.0.0.55.tar.gz
[Pipeline] findFiles
[Pipeline] echo
00:18:27 found: cfa-cc-1.0.0.55.tar.gz
[Pipeline] sh
00:18:27 + tar -xzf archive/cfa-cc-1.0.0.55.tar.gz
[Pipeline] sh
00:18:27 + mv cfa-cc-1.0.0.55/INSTALL cfa-cc-1.0.0.55/LICENSE cfa-cc-1.0.0.55/Makefile.am cfa-cc-1.0.0.55/Makefile.in cfa-cc-1.0.0.55/README cfa-cc-1.0.0.55/aclocal.m4 cfa-cc-1.0.0.55/automake cfa-cc-1.0.0.55/configure cfa-cc-1.0.0.55/configure.ac cfa-cc-1.0.0.55/doc cfa-cc-1.0.0.55/driver cfa-cc-1.0.0.55/libcfa cfa-cc-1.0.0.55/src cfa-cc-1.0.0.55/tests cfa-cc-1.0.0.55/tools repo/.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push)
[Pipeline] dir
00:18:27 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
00:18:28 + git add -A
[Pipeline] sh
00:18:28 + git status
00:18:28 On branch master
00:18:28 Changes to be committed:
00:18:28 (use "git restore --staged <file>..." to unstage)
00:18:28 modified: libcfa/src/bits/defs.hfa
00:18:28 modified: libcfa/src/concurrency/barrier.hfa
00:18:28 modified: libcfa/src/concurrency/invoke.h
00:18:28 modified: libcfa/src/concurrency/locks.cfa
00:18:28 modified: libcfa/src/concurrency/locks.hfa
00:18:28 modified: libcfa/src/strstream.cfa
00:18:28 modified: libcfa/src/strstream.hfa
00:18:28 modified: tests/concurrency/barrier/generation.cfa
00:18:28 modified: tests/concurrency/barrier/last.cfa
00:18:28 modified: tests/concurrency/barrier/order.cfa
00:18:28 modified: tests/concurrency/once.cfa
00:18:28 modified: tests/concurrency/readyQ/barrier_sleeper.cfa
00:18:28 modified: tests/io/comp_basic.cfa
00:18:28 modified: tests/io/comp_fair.cfa
00:18:28
[Pipeline] sh
00:18:28 + git diff-index --quiet HEAD
00:18:28 + git commit -m Push from build machine: cfa-cc-1.0.0.55
00:18:28 [master d26c5bd] Push from build machine: cfa-cc-1.0.0.55
00:18:28 14 files changed, 177 insertions(+), 93 deletions(-)
[Pipeline] sshagent
00:18:28 [ssh-agent] Using credentials jenkins (GitHub Promote Key)
00:18:28 SSH_AUTH_SOCK=/tmp/ssh-N8u3rPbPLc1l/agent.837969
00:18:28 SSH_AGENT_PID=837971
00:18:28 Running ssh-add (command line suppressed)
00:18:28 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
00:18:29 + git push origin master
$ ssh-agent
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo@tmp/private_key_14481938344107088233.key (jenkins@plg2)
00:18:30 To github.com:cforall/cforall.git
00:18:30 f4b3fb1..d26c5bd master -> master
[Pipeline] }
00:18:30 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS