Skip to content
Started by upstream project "Cforall_Full_Build" build number 312
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
23:36:40 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] {
[Pipeline] sh
23:36:40 + rm -rf archive archive.zip cfa-cc-1.0.0.311 repo repo@tmp
[Pipeline] sshagent
23:36:40 [ssh-agent] Using credentials jenkins (GitHub Promote Key)
23:36:40 SSH_AUTH_SOCK=/tmp/ssh-WV1ZbBqIsZcY/agent.1056792
23:36:40 SSH_AGENT_PID=1056794
23:36:40 Running ssh-add (command line suppressed)
$ ssh-agent
23:36:41 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
23:36:41 + git clone --bare git@github.com:cforall/cforall.git repo
23:36:41 Cloning into bare repository 'repo'...
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp@tmp/private_key_1031608006160509645.key (jenkins@plg2)
[Pipeline] }
23:36:43 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] dir
23:36:43 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
23:36:43 + mkdir .git
[Pipeline] sh
23:36:43 + mv HEAD branches config description hooks info objects packed-refs refs .git
[Pipeline] sh
23:36:44 + git init
23:36:44 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
23:36:44 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 1056794 killed;
23:36:44 + wget -q https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip
[Pipeline] sh
23:36:44 + unzip archive.zip
23:36:44 Archive:  archive.zip
23:36:44   inflating: archive/cfa-cc-1.0.0.312.tar.gz  
[Pipeline] findFiles
[Pipeline] echo
23:36:44 found: cfa-cc-1.0.0.312.tar.gz
[Pipeline] sh
23:36:45 + tar -xzf archive/cfa-cc-1.0.0.312.tar.gz
[Pipeline] sh
23:36:45 + mv cfa-cc-1.0.0.312/INSTALL cfa-cc-1.0.0.312/LICENSE cfa-cc-1.0.0.312/Makefile.am cfa-cc-1.0.0.312/Makefile.in cfa-cc-1.0.0.312/README cfa-cc-1.0.0.312/aclocal.m4 cfa-cc-1.0.0.312/automake cfa-cc-1.0.0.312/configure cfa-cc-1.0.0.312/configure.ac cfa-cc-1.0.0.312/doc cfa-cc-1.0.0.312/driver cfa-cc-1.0.0.312/libcfa cfa-cc-1.0.0.312/src cfa-cc-1.0.0.312/tests cfa-cc-1.0.0.312/tools repo/.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push)
[Pipeline] dir
23:36:45 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
23:36:45 + git add -A
[Pipeline] sh
23:36:45 + git status
23:36:45 On branch master
23:36:45 Changes to be committed:
23:36:45   (use "git restore --staged <file>..." to unstage)
23:36:45 	modified:   Makefile.in
23:36:45 	modified:   aclocal.m4
23:36:45 	new file:   automake/libtool.m4
23:36:45 	new file:   automake/ltoptions.m4
23:36:45 	new file:   automake/ltsugar.m4
23:36:45 	new file:   automake/ltversion.m4
23:36:45 	new file:   automake/lt~obsolete.m4
23:36:45 	modified:   configure
23:36:45 	modified:   driver/Makefile.in
23:36:45 	modified:   libcfa/Makefile.dist.in
23:36:45 	modified:   libcfa/Makefile.in
23:36:45 	modified:   libcfa/aclocal.m4
23:36:45 	new file:   libcfa/automake/libtool.m4
23:36:45 	new file:   libcfa/automake/ltoptions.m4
23:36:45 	new file:   libcfa/automake/ltsugar.m4
23:36:45 	new file:   libcfa/automake/ltversion.m4
23:36:45 	new file:   libcfa/automake/lt~obsolete.m4
23:36:45 	modified:   libcfa/configure
23:36:45 	modified:   libcfa/prelude/Makefile.in
23:36:45 	modified:   libcfa/src/Makefile.in
23:36:45 	modified:   src/AST/BasicKind.hpp
23:36:45 	modified:   src/AST/Type.cpp
23:36:45 	modified:   src/Makefile.in
23:36:45 	modified:   src/ResolvExpr/CommonType.cpp
23:36:45 	modified:   src/ResolvExpr/ConversionCost.cpp
23:36:45 	modified:   src/SymTab/ManglerCommon.cpp
23:36:45 	modified:   tests/Makefile.in
23:36:45 	modified:   tools/prettyprinter/Makefile.in
23:36:45 
[Pipeline] sh
23:36:46 + git diff-index --quiet HEAD
23:36:46 + git commit -m Push from build machine: cfa-cc-1.0.0.312
23:36:46 [master 8615e59] Push from build machine: cfa-cc-1.0.0.312
23:36:46  28 files changed, 18305 insertions(+), 18205 deletions(-)
23:36:46  create mode 100644 automake/libtool.m4
23:36:46  create mode 100644 automake/ltoptions.m4
23:36:46  create mode 100644 automake/ltsugar.m4
23:36:46  create mode 100644 automake/ltversion.m4
23:36:46  create mode 100644 automake/lt~obsolete.m4
23:36:46  create mode 100644 libcfa/automake/libtool.m4
23:36:46  create mode 100644 libcfa/automake/ltoptions.m4
23:36:46  create mode 100644 libcfa/automake/ltsugar.m4
23:36:46  create mode 100644 libcfa/automake/ltversion.m4
23:36:46  create mode 100644 libcfa/automake/lt~obsolete.m4
[Pipeline] sshagent
23:36:46 [ssh-agent] Using credentials jenkins (GitHub Promote Key)
23:36:46 SSH_AUTH_SOCK=/tmp/ssh-MwyVXaXvPHVv/agent.1056923
23:36:46 SSH_AGENT_PID=1056925
23:36:46 Running ssh-add (command line suppressed)
23:36:46 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
23:36:46 + git push origin master
$ ssh-agent
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo@tmp/private_key_2567690406020131098.key (jenkins@plg2)
23:36:48 To github.com:cforall/cforall.git
23:36:48    3b89ad4..8615e59  master -> master
[Pipeline] }
23:36:48 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS