[ImageJ-builds] Build failed in Jenkins: Synchronize-and-deploy-IJ1 #5167
jenkins at imagej.net
jenkins at imagej.net
Tue Oct 27 13:08:50 CDT 2015
See <http://jenkins.imagej.net/job/Synchronize-and-deploy-IJ1/5167/>
------------------------------------------
Started by user Curtis Rueden
Building remotely on maven in workspace <http://jenkins.imagej.net/job/Synchronize-and-deploy-IJ1/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/imagej/ImageJA
> git init <http://jenkins.imagej.net/job/Synchronize-and-deploy-IJ1/ws/> # timeout=10
Fetching upstream changes from git://github.com/imagej/ImageJA
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/imagej/ImageJA +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/imagej/ImageJA # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/imagej/ImageJA # timeout=10
Fetching upstream changes from git://github.com/imagej/ImageJA
> git -c core.askpass=true fetch --tags --progress git://github.com/imagej/ImageJA +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision dd0d4bade204717e7c0d1e82f3b96a37b46d54d6 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f dd0d4bade204717e7c0d1e82f3b96a37b46d54d6
> git rev-list dd0d4bade204717e7c0d1e82f3b96a37b46d54d6 # timeout=10
> git tag -a -f -m Jenkins Build #5167 jenkins-Synchronize-and-deploy-IJ1-5167 # timeout=10
[Synchronize-and-deploy-IJ1] $ /bin/sh -xe /tmp/hudson7718322685361534321.sh
+ test -d tools
+ mkdir tools
+ cd tools
+ git init
Initialized empty Git repository in /data/devel/jenkins-maven/workspace/Synchronize-and-deploy-IJ1/tools/.git/
+ git remote add -t tools -f origin git://github.com/imagej/ImageJA
Updating origin
>From git://github.com/imagej/ImageJA
* [new branch] tools -> origin/tools
+ git checkout -t origin/tools
Switched to a new branch 'tools'
Branch tools set up to track remote branch tools from origin.
+ cd tools
+ git pull
Already up-to-date.
+ export GIT_AUTHOR_NAME=Johannes Schindelin
+ export GIT_AUTHOR_EMAIL=johannes.schindelin at gmx.de
+ set +x
+ test -z http://jenkins.imagej.net/
+ URL=http://imagej.nih.gov/ij
+ SRC_URL=http://imagej.nih.gov/ij/download/src
+ NOTES_URL=http://imagej.nih.gov/ij/notes.html
+ + sed -n s/^.*ij\([0-9a-z]*\)-src.zip.*$/\1/p
curl http://imagej.nih.gov/ij/download/src/
+ tail -n 1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 12617 0 12617 0 0 123k 0 --:--:-- --:--:-- --:--:-- 208k
+ VERSION=150d
+ echo 150d
+ sed s/^./&./
+ DOTVERSION=1.50d
+ git log
+ grep ^ .[^ ]\? 1.50d,\?
+ ZIP=ij150d-src.zip
+ test -f ij150d-src.zip
+ curl http://imagej.nih.gov/ij/download/src/ij150d-src.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
31 1514k 31 481k 0 0 889k 0 0:00:01 --:--:-- 0:00:01 960k
100 1514k 100 1514k 0 0 1956k 0 --:--:-- --:--:-- --:--:-- 2060k
+ NOTES=.git/notes150d.txt
+ test -f .git/notes150d.txt
+ w3m -cols 72 -dump http://imagej.nih.gov/ij/notes.html
+ LANG=en_US.utf-8
+ export LANG
+ cat .git/notes150d.txt
+ + sed -e /^ [^ ] /,$d -e /^Version/,$d -e s/^[^ ]\( [^ ] 1.50d,\? \)/\1/
sed -n -e s/^ [^ ] 1.50d,\? /•&/ -e /^[^ ] [^ ] 1.50d,\? /,$p
+ dirname tools/jenkins-job.sh
+ sh -x tools/commit-new-version.sh .git/ij150d-src.zip
+ BRANCHNAME=imagej
+ URL=git at github.com:imagej/ImageJA
+ git rev-parse imagej
+ git fetch git at github.com:imagej/ImageJA imagej:refs/heads/imagej
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
+ echo No branch imagej yet!
No branch imagej yet!
+ exit 1
+ echo Could not commit!
Could not commit!
+ exit 1
Build step 'Execute shell' marked build as failure
More information about the ImageJ-builds
mailing list