[ImageJ-builds] Build failed in Jenkins: ImageJ1-unit-tests #298
jenkins at imagej.net
jenkins at imagej.net
Mon Mar 14 00:12:05 CDT 2016
See <http://jenkins.imagej.net/job/ImageJ1-unit-tests/298/changes>
Changes:
[Wayne Rasband] Update unit tests for ImageJ v1.50h
------------------------------------------
Started by an SCM change
Building remotely on maven in workspace <http://jenkins.imagej.net/job/ImageJ1-unit-tests/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/imagej/ij1-tests # timeout=10
Fetching upstream changes from git://github.com/imagej/ij1-tests
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/imagej/ij1-tests +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/master
Seen 1 remote branch
Checking out Revision 1ba618d50ec4b98b54d0d7463cb0f690399a3f97 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1ba618d50ec4b98b54d0d7463cb0f690399a3f97
> git rev-list b1a25a8fe574d4dd127be43009f0abb063b2d589 # timeout=10
> git tag -a -f -m Jenkins Build #298 jenkins-ImageJ1-unit-tests-298 # timeout=10
[ImageJ1-unit-tests] $ /bin/sh -xe /tmp/hudson5843918180404281667.sh
+ + grep net.imagej:ij:jar
mvn dependency:list
+ cut -d : -f 4
+ printf \n======================\n Testing ImageJ 1.50g\n======================\n\n
======================
Testing ImageJ 1.50g
======================
[ImageJ1-unit-tests] $ mvn -U clean test
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/net/imagej/pom-imagej/maven-metadata.xml
Downloading: http://maven.imagej.net/content/groups/public/net/imagej/pom-imagej/maven-metadata.xml
4/4 KB
Downloaded: http://repo.maven.apache.org/maven2/net/imagej/pom-imagej/maven-metadata.xml (4 KB at 19.5 KB/sec)
4/5 KB
5/5 KB
Downloaded: http://maven.imagej.net/content/groups/public/net/imagej/pom-imagej/maven-metadata.xml (5 KB at 2.9 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ1 unit tests 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.imagej.net/content/groups/public/net/imagej/ij/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/net/imagej/ij/maven-metadata.xml
2/2 KB
Downloaded: http://repo.maven.apache.org/maven2/net/imagej/ij/maven-metadata.xml (2 KB at 9.1 KB/sec)
4/4 KB
Downloaded: http://maven.imagej.net/content/groups/public/net/imagej/ij/maven-metadata.xml (4 KB at 4.2 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ij1-tests ---
[INFO] Deleting /data/devel/jenkins-maven/workspace/ImageJ1-unit-tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ ij1-tests ---
Downloading: http://maven.imagej.net/content/groups/public/com/sun/tools/1.4.2/tools-1.4.2.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/1.4.2/tools-1.4.2.pom
[INFO] Adding ignorable dependency: null:jcodings:null
[INFO] Adding ignore: org/jcodings/*
[INFO] Adding ignorable dependency: null:jnr-constants:null
[INFO] Adding ignore: com/kenai/constantine/*
[INFO] Adding ignore: jnr/constants/*
[INFO] Adding ignorable dependency: null:jnr-ffi:null
[INFO] Adding ignore: jnr/ffi/*
[INFO] Adding ignorable dependency: null:joda-time:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: null:slf4j-log4j12:null
[INFO] Adding ignore: org/slf4j/impl/*
[INFO] Adding ignorable dependency: batik:batik:null
[INFO] Adding ignore: *
[INFO] Adding ignorable dependency: jama:jama:null
[INFO] Adding ignore: Jama/*
[INFO] Adding ignorable dependency: com.sun:tools:null
[INFO] Adding ignore: *
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:regex-property (sanitize-version) @ ij1-tests ---
[INFO] No match to regex '^([0-9]+)\.([0-9]+)\.([0-9]+).*$' found in '1.0-SNAPSHOT'. The initial value '1.0-SNAPSHOT' is left as-is...
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ ij1-tests ---
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/ImageJ1-unit-tests && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImageJ1-unit-tests
[INFO] Storing buildNumber: 1ba618d50ec4b98b54d0d7463cb0f690399a3f97 at timestamp: 1457932324741
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins-maven/workspace/ImageJ1-unit-tests && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins-maven/workspace/ImageJ1-unit-tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ij1-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins-maven/workspace/ImageJ1-unit-tests/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ij1-tests ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ij1-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ij1-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to /data/devel/jenkins-maven/workspace/ImageJ1-unit-tests/target/test-classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.284s
[INFO] Finished at: Mon Mar 14 00:12:05 CDT 2016
[INFO] Final Memory: 13M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ij1-tests: Fatal error compiling: invalid target release: 1.8 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
More information about the ImageJ-builds
mailing list