[ImageJ-builds] Build failed in Jenkins: ImgLib-daily #832

jenkins at imagej.net jenkins at imagej.net
Fri May 24 00:20:34 CDT 2013


See <http://jenkins.imagej.net/job/ImgLib-daily/832/>

------------------------------------------
[...truncated 1079 lines...]
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImgLib-daily/workspace/algorithms/legacy/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: /data/devel/jenkins/jobs/ImgLib-daily/workspace/algorithms/legacy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /data/devel/jenkins/jobs/ImgLib-daily/workspace/algorithms/legacy/target/imglib2-algorithms-legacy-2.0.0-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [imagej:set-rootdir {execution: set-rootdir}]
[INFO] [buildnumber:create {execution: default}]
[INFO] [source:jar {execution: default}]
[INFO] Building jar: /data/devel/jenkins/jobs/ImgLib-daily/workspace/algorithms/legacy/target/imglib2-algorithms-legacy-2.0.0-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /data/devel/jenkins/jobs/ImgLib-daily/workspace/algorithms/legacy/target/imglib2-algorithms-legacy-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/imglib2/imglib2-algorithms-legacy/2.0.0-SNAPSHOT/imglib2-algorithms-legacy-2.0.0-SNAPSHOT.jar
[INFO] Installing /data/devel/jenkins/jobs/ImgLib-daily/workspace/algorithms/legacy/target/imglib2-algorithms-legacy-2.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/imglib2/imglib2-algorithms-legacy/2.0.0-SNAPSHOT/imglib2-algorithms-legacy-2.0.0-SNAPSHOT-sources.jar
[INFO] [imagej:copy-jars {execution: copy-jars}]
[INFO] Property 'imagej.app.directory' unset; Skipping copy-jars
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from imagej.snapshots
Uploading: http://maven.imagej.net/content/repositories/snapshots/net/imglib2/imglib2-algorithms-legacy/2.0.0-SNAPSHOT/imglib2-algorithms-legacy-2.0.0-20130524.051928-990.jar
May 24, 2013 12:20:07 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
4/69K
8/69K
12/69K
16/69K
20/69K
24/69K
28/69K
32/69K
36/69K
40/69K
44/69K
48/69K
52/69K
56/69K
60/69K
64/69K
68/69K
69/69K
69K uploaded  (imglib2-algorithms-legacy-2.0.0-20130524.051928-990.jar)
[INFO] Uploading project information for imglib2-algorithms-legacy 2.0.0-20130524.051928-990
May 24, 2013 12:20:07 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
[INFO] Retrieving previous metadata from imagej.snapshots
[INFO] Uploading repository metadata for: 'snapshot net.imglib2:imglib2-algorithms-legacy:2.0.0-SNAPSHOT'
May 24, 2013 12:20:07 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
[INFO] Retrieving previous metadata from imagej.snapshots
[INFO] Uploading repository metadata for: 'artifact net.imglib2:imglib2-algorithms-legacy'
May 24, 2013 12:20:07 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
[INFO] Retrieving previous build number from imagej.snapshots
Uploading: http://maven.imagej.net/content/repositories/snapshots/net/imglib2/imglib2-algorithms-legacy/2.0.0-SNAPSHOT/imglib2-algorithms-legacy-2.0.0-20130524.051928-990-sources.jar
May 24, 2013 12:20:07 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
4/44K
8/44K
12/44K
16/44K
20/44K
24/44K
28/44K
32/44K
36/44K
40/44K
44/44K
44/44K
44K uploaded  (imglib2-algorithms-legacy-2.0.0-20130524.051928-990-sources.jar)
[INFO] ------------------------------------------------------------------------
[INFO] Building ImgLib2 ImageJ
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target
[INFO] [imagej:set-rootdir {execution: set-rootdir}]
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 15 source files to /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target/classes
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 7 source files to /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running net.imglib2.img.ImagePlusAdapterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
Running net.imglib2.img.ImgTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.181 sec

Results :

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target/imglib2-ij-2.0.0-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [imagej:set-rootdir {execution: set-rootdir}]
[INFO] [buildnumber:create {execution: default}]
[INFO] [source:jar {execution: default}]
[INFO] Building jar: /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target/imglib2-ij-2.0.0-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target/imglib2-ij-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/imglib2/imglib2-ij/2.0.0-SNAPSHOT/imglib2-ij-2.0.0-SNAPSHOT.jar
[INFO] Installing /data/devel/jenkins/jobs/ImgLib-daily/workspace/ij/target/imglib2-ij-2.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/imglib2/imglib2-ij/2.0.0-SNAPSHOT/imglib2-ij-2.0.0-SNAPSHOT-sources.jar
[INFO] [imagej:copy-jars {execution: copy-jars}]
[INFO] Property 'imagej.app.directory' unset; Skipping copy-jars
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from imagej.snapshots
Uploading: http://maven.imagej.net/content/repositories/snapshots/net/imglib2/imglib2-ij/2.0.0-SNAPSHOT/imglib2-ij-2.0.0-20130524.051928-1414.jar
May 24, 2013 12:20:16 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
4/34K
8/34K
12/34K
16/34K
20/34K
24/34K
28/34K
32/34K
34/34K
34K uploaded  (imglib2-ij-2.0.0-20130524.051928-1414.jar)
[INFO] Uploading project information for imglib2-ij 2.0.0-20130524.051928-1414
May 24, 2013 12:20:16 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
[INFO] Retrieving previous metadata from imagej.snapshots
[INFO] Uploading repository metadata for: 'artifact net.imglib2:imglib2-ij'
May 24, 2013 12:20:17 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
[INFO] Retrieving previous metadata from imagej.snapshots
[INFO] Uploading repository metadata for: 'snapshot net.imglib2:imglib2-ij:2.0.0-SNAPSHOT'
May 24, 2013 12:20:17 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
[INFO] Retrieving previous build number from imagej.snapshots
Uploading: http://maven.imagej.net/content/repositories/snapshots/net/imglib2/imglib2-ij/2.0.0-SNAPSHOT/imglib2-ij-2.0.0-20130524.051928-1414-sources.jar
May 24, 2013 12:20:17 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
4/35K
8/35K
12/35K
16/35K
20/35K
24/35K
28/35K
32/35K
35/35K
35K uploaded  (imglib2-ij-2.0.0-20130524.051928-1414-sources.jar)
[INFO] ------------------------------------------------------------------------
[INFO] Building ImgLib2 I/O
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting /data/devel/jenkins/jobs/ImgLib-daily/workspace/io/target
[INFO] [imagej:set-rootdir {execution: set-rootdir}]
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImgLib-daily/workspace/io/src/main/resources
[INFO] snapshot loci:loci-legacy:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:loci-legacy:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:loci-legacy:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:loci-legacy:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot loci:pom-scifio:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:pom-scifio:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:pom-scifio:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:pom-scifio:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:pom-scifio:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:pom-scifio:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot loci:scifio-devel:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:scifio-devel:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:scifio-devel:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:scifio-devel:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot loci:ome-xml:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:ome-xml:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:ome-xml:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:ome-xml:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot loci:scifio:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:scifio:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:scifio:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:scifio:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot loci:jai_imageio:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:jai_imageio:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:jai_imageio:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:jai_imageio:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot loci:lwf-stubs:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:lwf-stubs:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:lwf-stubs:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:lwf-stubs:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot loci:turbojpeg:4.5-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot loci:turbojpeg:4.5-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot loci:turbojpeg:4.5-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot loci:turbojpeg:4.5-SNAPSHOT: checking for updates from java.net
[INFO] snapshot org.scijava:native-lib-loader:2.0-SNAPSHOT: checking for updates from imagej.releases
[INFO] snapshot org.scijava:native-lib-loader:2.0-SNAPSHOT: checking for updates from imagej.snapshots
[INFO] snapshot org.scijava:native-lib-loader:2.0-SNAPSHOT: checking for updates from imagej.thirdparty
[INFO] snapshot org.scijava:native-lib-loader:2.0-SNAPSHOT: checking for updates from java.net
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 10 source files to /data/devel/jenkins/jobs/ImgLib-daily/workspace/io/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImgLib-daily/workspace/io/src/main/java/net/imglib2/io/ImgSaver.java:[593,39] cannot find symbol
symbol  : method createOMEXMLMetadata()
location: class loci.formats.MetadataTools
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/data/devel/jenkins/jobs/ImgLib-daily/workspace/io/src/main/java/net/imglib2/io/ImgSaver.java:[593,39] cannot find symbol
symbol  : method createOMEXMLMetadata()
location: class loci.formats.MetadataTools

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59 seconds
[INFO] Finished at: Fri May 24 00:20:21 CDT 2013
[INFO] Final Memory: 84M/1473M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Publishing Javadoc



More information about the ImageJ-builds mailing list