[ImageJ-builds] Build failed in Jenkins: Fiji-daily #787

jenkins at imagej.net jenkins at imagej.net
Wed Jun 26 00:00:21 CDT 2013


See <http://jenkins.imagej.net/job/Fiji-daily/787/changes>

Changes:

[Johannes Schindelin] Move to release-coupling with ImageJ2, ImgLib2

[Johannes Schindelin] Stop handling uncoupled submodules

[Johannes Schindelin] Build.sh: refactor the use of maven-helper.sh

[Johannes Schindelin] Build.sh: no need to force-install the SSH uploader

[Johannes Schindelin] Build.sh: use the correct MiniMaven version

[Johannes Schindelin] Ignacio wins the prize

[Johannes Schindelin] Add a few more authors to the README

------------------------------------------
[...truncated 383 lines...]
Removing src-plugins/target/
Removing src-plugins/wavelets/target/
Removing src-plugins/weave_jy2java/target/
+ git submodule foreach git clean -x -d -f
Entering 'java/linux'
Entering 'java/linux-amd64'
Entering 'java/macosx-java3d'
Entering 'java/win32'
Entering 'java/win64'
Entering 'modules/TrakEM2'
Removing T2-NIT/target/
Removing T2-TreelineGraph/target/
Removing TrakEM2_/target/
Removing VectorString/target/
Entering 'modules/ij-plugins'
Entering 'modules/mpicbg'
Removing mpicbg/target/
Removing mpicbg_/target/
+ sh -x ./Build.sh -Dminimaven.verbose=true -Dminimaven.updateinterval=1 --
+ set -a
+ unset CDPATH
+ dirname ./Build.sh
+ CWD=.
+ PATHSEP=:
+ uname -s
+ UNAME_S=Linux
+ LAUNCHER=bin/ImageJ.sh
+ FIJILAUNCHER=
+ uname -m
+ platform=linux64
+ java_submodule=linux-amd64
+ exe=
+ LAUNCHER=ImageJ-linux64
+ FIJILAUNCHER=fiji-linux64
+ FIJILAUNCHER=fiji-linux64
+ test -n linux64
+ test -z 
+ get_java_home
+ test -d 
+ test -n linux-amd64
+ test -d ./java/linux-amd64
+ ls -t ./java/linux-amd64
+ head -n 1
+ echo ./java/linux-amd64/jdk1.6.0_24/jre
+ JAVA_HOME=./java/linux-amd64/jdk1.6.0_24/jre
+ test -z linux64
+ test -f ./java/linux-amd64/jdk1.6.0_24/jre/lib/tools.jar
+ test -f ./java/linux-amd64/jdk1.6.0_24/jre/../lib/tools.jar
+ test -n ./java/linux-amd64/jdk1.6.0_24/jre
+ test -d ./java/linux-amd64/jdk1.6.0_24/jre
+ test -d ./java/linux-amd64/jdk1.6.0_24/jre
+ test -d ./java/linux-amd64/jdk1.6.0_24/jre/jre
+ export PATH=./java/linux-amd64/jdk1.6.0_24/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
+ get_java_home
+ test -d ./java/linux-amd64/jdk1.6.0_24/jre
+ echo ./java/linux-amd64/jdk1.6.0_24/jre
+ get_java_home
+ test -d ./java/linux-amd64/jdk1.6.0_24/jre
+ echo ./java/linux-amd64/jdk1.6.0_24/jre
+ PATH=./java/linux-amd64/jdk1.6.0_24/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin:./java/linux-amd64/jdk1.6.0_24/jre/bin:./java/linux-amd64/jdk1.6.0_24/jre/../bin
+ export PATH
+ uname -s
+ test Darwin = Linux
+ cd .
+ pwd
+ CWD=/data/devel/jenkins/jobs/Fiji-daily/workspace
+ ARGV0=/data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh
+ SCIJAVA_COMMON=/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common
+ MAVEN_HELPER=/data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ force_update=
+ maven_helper property-from-pom /data/devel/jenkins/jobs/Fiji-daily/workspace/pom.xml fiji.version
+ uptodate /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test -f /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh -nt /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh
+ force_update=t
+ test -d /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/.git
+ cd /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common
+ git rev-parse --symbolic-full-name HEAD
+ test arefs/heads/master != refs/heads/master
+ test ! -f /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ touch /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test 3 = 0
+ sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh property-from-pom /data/devel/jenkins/jobs/Fiji-daily/workspace/pom.xml fiji.version
Usage: /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh [command] [argument...]

Commands:

commit <groupId>:<artifactId>:<version>
	Gets the commit from which the given artifact was built.

dependencies <groupId>:<artifactId>:<version>
	Lists the direct dependencies of the given artifact.

all-dependencies <groupId>:<artifactId>:<version>
	Lists all dependencies of the given artifact, including itself and
	transitive dependencies.

latest-version <groupId>:<artifactId>[:<version>]
	Prints the current version of the given artifact (if "SNAPSHOT" is
	passed as version, it prints the current snapshot version rather
	than the release one).

gav-from-pom <pom.xml>
	Prints the GAV parameter described in the given pom.xml file.

parent-gav-from-pom <pom.xml>
	Prints the GAV parameter of the parent project of the pom.xml file.

packaging-from-pom <pom.xml>
	Prints the packaging type of the given project.

install <groupId>:<artifactId>:<version>
	Installs the given artifact and all its dependencies; if the artifact
	or dependency to install is an ImageJ 1.x plugin and the parent
	directory contains a subdirectory called "plugins", it will be
	installed there, otherwise into the current directory.

is-deployed <pom.xml>
	Tests whether the specified project is deployed alright. Fails
	with exit code 1 if not.

+ FIJI_VERSION=
+ maven_helper property-from-pom /data/devel/jenkins/jobs/Fiji-daily/workspace/pom.xml imagej.version
+ uptodate /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test -f /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh -nt /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh
+ test 3 = 0
+ sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh property-from-pom /data/devel/jenkins/jobs/Fiji-daily/workspace/pom.xml imagej.version
Usage: /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh [command] [argument...]

Commands:

commit <groupId>:<artifactId>:<version>
	Gets the commit from which the given artifact was built.

dependencies <groupId>:<artifactId>:<version>
	Lists the direct dependencies of the given artifact.

all-dependencies <groupId>:<artifactId>:<version>
	Lists all dependencies of the given artifact, including itself and
	transitive dependencies.

latest-version <groupId>:<artifactId>[:<version>]
	Prints the current version of the given artifact (if "SNAPSHOT" is
	passed as version, it prints the current snapshot version rather
	than the release one).

gav-from-pom <pom.xml>
	Prints the GAV parameter described in the given pom.xml file.

parent-gav-from-pom <pom.xml>
	Prints the GAV parameter of the parent project of the pom.xml file.

packaging-from-pom <pom.xml>
	Prints the packaging type of the given project.

install <groupId>:<artifactId>:<version>
	Installs the given artifact and all its dependencies; if the artifact
	or dependency to install is an ImageJ 1.x plugin and the parent
	directory contains a subdirectory called "plugins", it will be
	installed there, otherwise into the current directory.

is-deployed <pom.xml>
	Tests whether the specified project is deployed alright. Fails
	with exit code 1 if not.

+ IMAGEJ_VERSION=
+ maven_update sc.fiji:javac: net.imagej:ij-minimaven:
+ maven_helper
+ uptodate /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test -f /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh -nt /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh
+ test 0 = 0
+ artifactId=javac:
+ version=
+ artifactId=javac
+ path=jars/javac-.jar
+ test -z 
+ cd /data/devel/jenkins/jobs/Fiji-daily/workspace
+ test -f jars/javac.jar
+ test ajars/javac-[0-9]*.jar = ajars/javac-.jar
+ test -f jars/javac-[0-9]*.jar
+ continue
+ uptodate /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh jars/javac-.jar
+ test -f jars/javac-.jar
+ echo Downloading sc.fiji:javac:
Downloading sc.fiji:javac:
+ cd jars/
+ maven_helper install sc.fiji:javac:
+ uptodate /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test -f /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh -nt /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh
+ test 2 = 0
+ sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh install sc.fiji:javac:
+ test ! -f jars/javac-.jar
+ echo Failure to download jars/javac-.jar
Failure to download jars/javac-.jar
+ exit 1
+ artifactId=ij-minimaven:
+ version=
+ artifactId=ij-minimaven
+ path=jars/ij-minimaven-.jar
+ test -z 
+ cd /data/devel/jenkins/jobs/Fiji-daily/workspace
+ test -f jars/ij-minimaven.jar
+ test ajars/ij-minimaven-[0-9]*.jar = ajars/ij-minimaven-.jar
+ test -f jars/ij-minimaven-[0-9]*.jar
+ continue
+ uptodate /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh jars/ij-minimaven-.jar
+ test -f jars/ij-minimaven-.jar
+ echo Downloading net.imagej:ij-minimaven:
Downloading net.imagej:ij-minimaven:
+ cd jars/
+ maven_helper install net.imagej:ij-minimaven:
+ uptodate /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test -f /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh
+ test /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh -nt /data/devel/jenkins/jobs/Fiji-daily/workspace/./Build.sh
+ test 2 = 0
+ sh /data/devel/jenkins/jobs/Fiji-daily/workspace/modules/scijava-common/bin/maven-helper.sh install net.imagej:ij-minimaven:
+ test ! -f jars/ij-minimaven-.jar
+ echo Failure to download jars/ij-minimaven-.jar
Failure to download jars/ij-minimaven-.jar
+ exit 1
+ OPTIONS=-Dimagej.app.directory="/data/devel/jenkins/jobs/Fiji-daily/workspace"
+ test 3 -gt 0
+ OPTIONS=-Dimagej.app.directory="/data/devel/jenkins/jobs/Fiji-daily/workspace" -Dminimaven.verbose=true
+ shift
+ test 2 -gt 0
+ OPTIONS=-Dimagej.app.directory="/data/devel/jenkins/jobs/Fiji-daily/workspace" -Dminimaven.verbose=true -Dminimaven.updateinterval=1
+ shift
+ test 1 -gt 0
+ break
+ test 1 = 0
+ artifactId=--
+ artifactId=--
+ artifactId=--
+ eval sh /data/devel/jenkins/jobs/Fiji-daily/workspace/bin/ImageJ.sh --mini-maven -Dimagej.app.directory="/data/devel/jenkins/jobs/Fiji-daily/workspace" -Dminimaven.verbose=true -Dminimaven.updateinterval=1 -DartifactId=-- install
+ sh /data/devel/jenkins/jobs/Fiji-daily/workspace/bin/ImageJ.sh --mini-maven -Dimagej.app.directory=/data/devel/jenkins/jobs/Fiji-daily/workspace -Dminimaven.verbose=true -Dminimaven.updateinterval=1 -DartifactId=-- install
Exception in thread "main" java.lang.NoClassDefFoundError: imagej/build/MiniMaven
Caused by: java.lang.ClassNotFoundException: imagej.build.MiniMaven
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: imagej.build.MiniMaven.  Program will exit.
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ImageJ-builds mailing list