Started by upstream project "Cforall_Full_Build" build number 3099
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:11:27 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] {
[Pipeline] sh
00:11:27 + rm -rf archive archive.zip cfa-cc-1.0.0.3097 repo repo@tmp
[Pipeline] sshagent
00:11:27 [ssh-agent] Using credentials Jenkins (github key March 27)
00:11:27 [ssh-agent] Looking for ssh-agent implementation...
00:11:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
00:11:27 SSH_AUTH_SOCK=/tmp/ssh-6q5mLg1wNYwN/agent.1454950
00:11:27 SSH_AGENT_PID=1454952
00:11:27 Running ssh-add (command line suppressed)
00:11:27 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
00:11:28 + git clone --bare git@github.com:cforall/cforall.git repo
00:11:28 Cloning into bare repository 'repo'...
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp@tmp/private_key_14587934637608495930.key (jenkins@plg2)
$ ssh-agent
[Pipeline] }
00:11:29 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] dir
00:11:29 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
00:11:29 + mkdir .git
[Pipeline] sh
00:11:30 + mv HEAD branches config description hooks info objects packed-refs refs .git
[Pipeline] sh
00:11:30 + git init
00:11:30 Reinitialized existing Git repository in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo/.git/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1454952 killed;
[Pipeline] stage
[Pipeline] { (Unzip)
[Pipeline] dir
00:11:30 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] {
[Pipeline] sh
00:11:30 + wget -q https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip
[Pipeline] sh
00:11:31 + unzip archive.zip
00:11:31 Archive: archive.zip
00:11:31 inflating: archive/cfa-cc-1.0.0.3099.tar.gz
[Pipeline] findFiles
[Pipeline] echo
00:11:31 found: cfa-cc-1.0.0.3099.tar.gz
[Pipeline] sh
00:11:31 + tar -xzf archive/cfa-cc-1.0.0.3099.tar.gz
[Pipeline] sh
00:11:31 + mv cfa-cc-1.0.0.3099/INSTALL cfa-cc-1.0.0.3099/LICENSE cfa-cc-1.0.0.3099/Makefile.am cfa-cc-1.0.0.3099/Makefile.in cfa-cc-1.0.0.3099/README cfa-cc-1.0.0.3099/aclocal.m4 cfa-cc-1.0.0.3099/automake cfa-cc-1.0.0.3099/configure cfa-cc-1.0.0.3099/configure.ac cfa-cc-1.0.0.3099/doc cfa-cc-1.0.0.3099/driver cfa-cc-1.0.0.3099/libcfa cfa-cc-1.0.0.3099/src cfa-cc-1.0.0.3099/tests cfa-cc-1.0.0.3099/tools repo/.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push)
[Pipeline] dir
00:11:32 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
00:11:32 + git add -A
[Pipeline] sh
00:11:32 + git status
00:11:32 On branch master
00:11:32 Changes to be committed:
00:11:32 (use "git restore --staged <file>..." to unstage)
00:11:32 modified: libcfa/src/concurrency/barrier.hfa
00:11:32 modified: src/Parser/parser.cc
00:11:32 modified: src/Parser/parser.hh
00:11:32 modified: src/Parser/parser.yy
00:11:32 new file: tests/.expect/tuplearray.txt
00:11:32 new file: tests/tuplearray.cfa
00:11:32
[Pipeline] sh
00:11:32 + git diff-index --quiet HEAD
00:11:32 + git commit -m Push from build machine: cfa-cc-1.0.0.3099
00:11:32 [master c8e191b] Push from build machine: cfa-cc-1.0.0.3099
00:11:32 6 files changed, 7982 insertions(+), 7607 deletions(-)
00:11:32 create mode 100644 tests/.expect/tuplearray.txt
00:11:32 create mode 100644 tests/tuplearray.cfa
[Pipeline] sshagent
00:11:33 [ssh-agent] Using credentials Jenkins (github key March 27)
00:11:33 [ssh-agent] Looking for ssh-agent implementation...
00:11:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
00:11:33 SSH_AUTH_SOCK=/tmp/ssh-L7J8StLwnAYG/agent.1455078
00:11:33 SSH_AGENT_PID=1455080
00:11:33 Running ssh-add (command line suppressed)
00:11:33 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
00:11:33 + git push origin master
00:11:33 To github.com:cforall/cforall.git
00:11:33 f76a4d4..c8e191b master -> master
[Pipeline] }
00:11:33 [ssh-agent] Stopped.
$ ssh-agent
[Pipeline] // sshagent
[Pipeline] }
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo@tmp/private_key_3405979920276539274.key (jenkins@plg2)
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS