[ImageJ-builds] Build failed in Jenkins: ImageJ-launcher-deploy #1140

jenkins at imagej.net jenkins at imagej.net
Mon Jan 4 13:27:15 CST 2016


See <http://jenkins.imagej.net/job/ImageJ-launcher-deploy/1140/>

------------------------------------------
Started by user Mark Hiner
Building on master in workspace <http://jenkins.imagej.net/job/ImageJ-launcher-deploy/ws/>
[workspace] $ /bin/sh -xe /tmp/hudson504664794260578167.sh
+ export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-amd64
+ cd ../../ImageJ-launcher
+ : if the current version is a snapshot and the sources did not change since last time, skip
+ head -n 20
+ grep version.*SNAPSHOT
+ cat lastCommit
+ last_commit=JUST_RELEASED
+ cd workspace
+ git diff --quiet JUST_RELEASED.. -- .
fatal: bad revision 'JUST_RELEASED..'
+ git --git-dir=workspace/.git rev-parse HEAD
+ current_commit=e333ef7a41b73b046f0988f0e6f1ce9c0b74eac4
+ : check whether the latest build was successful
+ test -n 1221
+ readlink -e builds/1221
+ targetBuild=/data/devel/jenkins/jobs/ImageJ-launcher/builds/1221
+ readlink -e lastSuccessful
+ lastSuccessfulBuild=/data/devel/jenkins/jobs/ImageJ-launcher/builds/1221
+ test /data/devel/jenkins/jobs/ImageJ-launcher/builds/1221 != /data/devel/jenkins/jobs/ImageJ-launcher/builds/1221
+ masterDir=workspace/label/master/target
+ axesDirs=configurations/axis-label/*/builds/1221/archive/target
+ errors=0
+ : make a clean slate in the working directory
+ rm -rf workspace/label/master/target
+ : verify that all .class files basically agree
+ find configurations/axis-label/*/builds/1221/archive/target/classes -type f
find: `configurations/axis-label/*/builds/1221/archive/target/classes': No such file or directory
+ : copy the nar/**/* files from all axes to master
+ file=nar/*/bin/*/*
+ test -f workspace/label/master/target/nar/*/bin/*/*
+ target=workspace/label/master/target/nar/*/bin/*/*
+ mkdir -p workspace/label/master/target/nar/*/bin/*
+ cp configurations/axis-label/*/builds/1221/archive/target/nar/*/bin/*/* workspace/label/master/target/nar/*/bin/*/*
cp: cannot stat `configurations/axis-label/*/builds/1221/archive/target/nar/*/bin/*/*': No such file or directory
Build step 'Execute shell' marked build as failure



More information about the ImageJ-builds mailing list