Skip to content
Success

Console Output

Started by upstream project "Cforall_Full_Build" build number 3205
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 (hide)
[Pipeline] node (hide)
Running on Brokk 0 in /var/lib/jenkins/workspace/Cforall_Promote_Ref
[Pipeline] { (hide)
[Pipeline] pwd (hide)
[Pipeline] pwd (hide)
[Pipeline] wrap (hide)
[Pipeline] { (hide)
[Pipeline] stage (hide)
[Pipeline] { (Clone) (hide)
[Pipeline] dir (hide)
00:06:57 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] { (hide)
[Pipeline] sh (hide)
00:06:57 + rm -rf archive archive.zip cfa-cc-1.0.0.3204 repo repo@tmp
[Pipeline] sshagent (hide)
00:06:57 [ssh-agent] Using credentials Jenkins (github key March 27)
00:06:57 SSH_AUTH_SOCK=/tmp/ssh-aEuCnIyshepv/agent.1350012
00:06:57 SSH_AGENT_PID=1350014
00:06:57 Running ssh-add (command line suppressed)
00:06:57 [ssh-agent] Started.
[Pipeline] { (hide)
[Pipeline] sh (hide)
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp@tmp/private_key_2363769030133571918.key (jenkins@plg2)
$ ssh-agent
00:06:58 + git clone --bare git@github.com:cforall/cforall.git repo
00:06:58 Cloning into bare repository 'repo'...
[Pipeline] }
00:07:01 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] dir (hide)
00:07:01 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] { (hide)
[Pipeline] sh (hide)
00:07:01 + mkdir .git
[Pipeline] sh (hide)
00:07:01 + mv HEAD branches config description hooks info objects packed-refs refs .git
[Pipeline] sh (hide)
00:07:02 + git init
00:07:02 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 1350014 killed;
[Pipeline] stage (hide)
[Pipeline] { (Unzip) (hide)
[Pipeline] dir (hide)
00:07:02 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] { (hide)
[Pipeline] sh (hide)
00:07:02 + wget -q https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip
[Pipeline] sh (hide)
00:07:02 + unzip archive.zip
00:07:02 Archive:  archive.zip
00:07:02   inflating: archive/cfa-cc-1.0.0.3205.tar.gz  
[Pipeline] findFiles (hide)
[Pipeline] echo (hide)
00:07:02 found: cfa-cc-1.0.0.3205.tar.gz
[Pipeline] sh (hide)
00:07:03 + tar -xzf archive/cfa-cc-1.0.0.3205.tar.gz
[Pipeline] sh (hide)
00:07:03 + mv cfa-cc-1.0.0.3205/INSTALL cfa-cc-1.0.0.3205/LICENSE cfa-cc-1.0.0.3205/Makefile.am cfa-cc-1.0.0.3205/Makefile.in cfa-cc-1.0.0.3205/README cfa-cc-1.0.0.3205/aclocal.m4 cfa-cc-1.0.0.3205/automake cfa-cc-1.0.0.3205/configure cfa-cc-1.0.0.3205/configure.ac cfa-cc-1.0.0.3205/doc cfa-cc-1.0.0.3205/driver cfa-cc-1.0.0.3205/libcfa cfa-cc-1.0.0.3205/src cfa-cc-1.0.0.3205/tests cfa-cc-1.0.0.3205/tools repo/.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage (hide)
[Pipeline] { (Push) (hide)
[Pipeline] dir (hide)
00:07:03 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] { (hide)
[Pipeline] sh (hide)
00:07:03 + git add -A
[Pipeline] sh (hide)
00:07:04 + git status
00:07:04 On branch master
00:07:04 Changes to be committed:
00:07:04   (use "git restore --staged <file>..." to unstage)
00:07:04 	modified:   src/Concurrency/Actors.cpp
00:07:04 	modified:   tests/Makefile.am
00:07:04 	modified:   tests/Makefile.in
00:07:04 
[Pipeline] sh (hide)
00:07:04 + git diff-index --quiet HEAD
00:07:04 + git commit -m Push from build machine: cfa-cc-1.0.0.3205
00:07:04 [master d6ba4ca] Push from build machine: cfa-cc-1.0.0.3205
00:07:04  3 files changed, 14 insertions(+), 6 deletions(-)
[Pipeline] sshagent (hide)
00:07:04 [ssh-agent] Using credentials Jenkins (github key March 27)
00:07:04 SSH_AUTH_SOCK=/tmp/ssh-rTP671p2P1Ip/agent.1350139
00:07:04 SSH_AGENT_PID=1350141
00:07:04 Running ssh-add (command line suppressed)
00:07:04 [ssh-agent] Started.
[Pipeline] { (hide)
[Pipeline] sh (hide)
00:07:04 + git push origin master
00:07:05 To github.com:cforall/cforall.git
00:07:05    83e72e9..d6ba4ca  master -> master
[Pipeline] }
00:07:05 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ ssh-agent
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo@tmp/private_key_7431613777860883340.key (jenkins@plg2)
Finished: SUCCESS