[ImageJ-builds] Build failed in Jenkins: ImageJ #5512

jenkins at imagej.net jenkins at imagej.net
Thu Apr 24 13:36:30 CDT 2014


See <http://jenkins.imagej.net/job/ImageJ/5512/changes>

Changes:

[Curtis Rueden] Remove obsolete SwingUtils class

[Curtis Rueden] POM: rename base POM to pom-ij-base

[Curtis Rueden] POM: bump to pom-scijava 1.163

[Curtis Rueden] POM: remove distributionManagement section

[Curtis Rueden] POM: remove obsolete comment

[Curtis Rueden] ImageJ: remove redundant input() method

[Curtis Rueden] Organize imports

[Curtis Rueden] Make AWT and Swing projects external

[Curtis Rueden] Make Updater project external

[Curtis Rueden] Migrate core options to imagej-common component

[Curtis Rueden] Migrate TunePlayer to SciJava Common

[Curtis Rueden] Migrate core commands to external repositories

[Curtis Rueden] POM: switch to pom-imagej parent

------------------------------------------
[...truncated 2405 lines...]
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (default) @ ij-app ---
[INFO] Building jar: /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ ij-app ---
[INFO] Reading assembly descriptor: src/main/assembly/zip.xml
[INFO] Building zip: /data/devel/jenkins/jobs/ImageJ/workspace/app/target/imagej-2.0.0-SNAPSHOT-application.zip
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ ij-app ---
[INFO] Building jar: /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ ij-app ---
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT.jar
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/pom.xml to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT.pom
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/imagej-2.0.0-SNAPSHOT-application.zip to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT-application.zip
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- imagej-maven-plugin:0.4.1:copy-jars (copy-jars) @ ij-app ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ImageJ Projects ................................... SUCCESS [1.856s]
[INFO] ImageJ POM: Core .................................. SUCCESS [0.063s]
[INFO] ImageJ Legacy Bridge .............................. SUCCESS [7.969s]
[INFO] ImageJ POM: Plugins ............................... SUCCESS [0.023s]
[INFO] ImageJ POM: Scripting Languages ................... SUCCESS [0.020s]
[INFO] Beanshell Scripting For ImageJ .................... SUCCESS [0.924s]
[INFO] Clojure Scripting For ImageJ ...................... SUCCESS [1.658s]
[INFO] A script engine for Java .......................... SUCCESS [1.496s]
[INFO] JavaScript Scripting For ImageJ ................... SUCCESS [0.708s]
[INFO] JRuby Scripting For ImageJ ........................ SUCCESS [4.936s]
[INFO] Jython Scripting For ImageJ ....................... SUCCESS [2.668s]
[INFO] ImageJ Plugins: Platforms ......................... SUCCESS [0.166s]
[INFO] ImageJ Plugins: Text Formats ...................... SUCCESS [0.126s]
[INFO] ImageJ Plugins: Tools ............................. SUCCESS [0.366s]
[INFO] ImageJ POM: Uploaders ............................. SUCCESS [0.013s]
[INFO] ImageJ Updater support for uploading via SSH/SFTP . SUCCESS [0.997s]
[INFO] ImageJ Updater support for uploading via WebDAV ... SUCCESS [0.741s]
[INFO] ImageJ Application ................................ SUCCESS [5.511s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.708s
[INFO] Finished at: Thu Apr 24 13:36:18 CDT 2014
[INFO] Final Memory: 46M/366M
[INFO] ------------------------------------------------------------------------
Copied 2 artifacts from "SciJava-scripts" build number 60
[workspace] $ /bin/sh -xe /tmp/hudson6171625077336056116.sh
+ sh -x bin/incremental-deploy.sh
+ set -e
+ dirname bin/incremental-deploy.sh
+ cd bin
+ pwd
+ bin_dir=/data/devel/jenkins/jobs/ImageJ/workspace/bin
+ helper=/data/devel/jenkins/jobs/ImageJ/workspace/bin/maven-helper.sh
+ jar_poms=
+ aggregate_poms=
+ git ls-files *pom.xml
+ dir=app/
+ test -n app/
+ sh /data/devel/jenkins/jobs/ImageJ/workspace/bin/maven-helper.sh gav-from-pom app/pom.xml
+ gav=net.imagej:ij-app:2.0.0-SNAPSHOT
+ test -n net.imagej:ij-app:2.0.0-SNAPSHOT
+ sh /data/devel/jenkins/jobs/ImageJ/workspace/bin/maven-helper.sh packaging-from-pom app/pom.xml
+ test -d app//target
+ sh /data/devel/jenkins/jobs/ImageJ/workspace/bin/maven-helper.sh commit net.imagej:ij-app:2.0.0-SNAPSHOT
+ commit=577c3a2a4bad9ee5cea5a97d535ddd02efd778f5
+ test -n 577c3a2a4bad9ee5cea5a97d535ddd02efd778f5
+ git diff --quiet 577c3a2a4bad9ee5cea5a97d535ddd02efd778f5.. -- app/
+ jar_poms= app/pom.xml
+ echo Deploying app/
Deploying app/
+ mvn -N -f app/pom.xml -DupdateReleaseInfo=true deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Application 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ ij-app ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ/workspace/app && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ/workspace/app
[INFO] Storing buildNumber: da7ae2190a6328938add882a361d297df79965bc at timestamp: 1398364583615
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ/workspace/app && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ/workspace/app
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ij-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ/workspace/app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ij-app ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ij-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ/workspace/app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ij-app ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ ij-app ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy) @ ij-app ---
[INFO] Configured Artifact: net.imagej:ij-launcher:2.0.3:nar
[INFO] net.imagej:ij-launcher:2.0.3:nar already exists in /data/devel/jenkins/jobs/ImageJ/workspace/app/target
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ ij-app ---
[INFO] Configured Artifact: net.imagej:ij-launcher:amd64-Linux-gcc-executable:2.0.3:nar
[INFO] Configured Artifact: net.imagej:ij-launcher:i386-Linux-gcc-executable:2.0.3:nar
[INFO] Configured Artifact: net.imagej:ij-launcher:amd64-Windows-gcc-executable:2.0.3:nar
[INFO] Configured Artifact: net.imagej:ij-launcher:x86-Windows-gcc-executable:2.0.3:nar
[INFO] Configured Artifact: net.imagej:ij-launcher:i386-MacOSX-gcc-executable:2.0.3:nar
[INFO] Configured Artifact: net.imagej:ij-launcher:x86_64-MacOSX-gcc-executable:2.0.3:nar
[INFO] ij-launcher-2.0.3-amd64-Linux-gcc-executable.nar already unpacked.
[INFO] ij-launcher-2.0.3-i386-Linux-gcc-executable.nar already unpacked.
[INFO] ij-launcher-2.0.3-amd64-Windows-gcc-executable.nar already unpacked.
[INFO] ij-launcher-2.0.3-x86-Windows-gcc-executable.nar already unpacked.
[INFO] ij-launcher-2.0.3-i386-MacOSX-gcc-executable.nar already unpacked.
[INFO] ij-launcher-2.0.3-x86_64-MacOSX-gcc-executable.nar already unpacked.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ij-app ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (default) @ ij-app >>>
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ ij-app ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (default) @ ij-app <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (default) @ ij-app ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ ij-app ---
[INFO] Reading assembly descriptor: src/main/assembly/zip.xml
[INFO] Building zip: /data/devel/jenkins/jobs/ImageJ/workspace/app/target/imagej-2.0.0-SNAPSHOT-application.zip
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ ij-app ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ ij-app ---
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT.jar
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/pom.xml to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT.pom
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT-sources.jar
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/imagej-2.0.0-SNAPSHOT-application.zip to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT-application.zip
[INFO] Installing /data/devel/jenkins/jobs/ImageJ/workspace/app/target/ij-app-2.0.0-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/net/imagej/ij-app/2.0.0-SNAPSHOT/ij-app-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- imagej-maven-plugin:0.4.1:copy-jars (copy-jars) @ ij-app ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ ij-app ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.174s
[INFO] Finished at: Thu Apr 24 13:36:29 CDT 2014
[INFO] Final Memory: 17M/571M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy) on project ij-app: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [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 'Execute shell' marked build as failure
Archiving artifacts
Build step 'Groovy Postbuild' marked build as failure
Recording test results
Performance: Percentage of errors greater or equal than 0% sets the build as unstable
Performance: Percentage of errors greater or equal than 0% sets the build as failure



Performance: Recording JUnit reports '**/TEST-*.xml'
TEST-imagej.legacy.LegacyImageMapTest.xml has an average of: 14
Performance: File TEST-imagej.legacy.LegacyImageMapTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.legacy.LegacyServiceTest.xml has an average of: 167
Performance: File TEST-imagej.legacy.LegacyServiceTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.legacy.OverlayHarmonizerTest.xml has an average of: 264
Performance: File TEST-imagej.legacy.OverlayHarmonizerTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.legacy.SwitchToModernTest.xml has an average of: 0
Performance: File TEST-imagej.legacy.SwitchToModernTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.legacy.translate.LegacyUtilsTest.xml has an average of: 0
Performance: File TEST-imagej.legacy.translate.LegacyUtilsTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.legacy.translate.MergedRgbVirtualStackTest.xml has an average of: 22
Performance: File TEST-imagej.legacy.translate.MergedRgbVirtualStackTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.plugins.scripting.beanshell.BeanshellTest.xml has an average of: 120
Performance: File TEST-imagej.plugins.scripting.beanshell.BeanshellTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.plugins.scripting.clojure.ClojureTest.xml has an average of: 360
Performance: File TEST-imagej.plugins.scripting.clojure.ClojureTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.plugins.scripting.java.JavaEngineTest.xml has an average of: 302
Performance: File TEST-imagej.plugins.scripting.java.JavaEngineTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.plugins.scripting.javascript.JavaScriptTest.xml has an average of: 102
Performance: File TEST-imagej.plugins.scripting.javascript.JavaScriptTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.plugins.scripting.jruby.JRubyTest.xml has an average of: 2166
Performance: File TEST-imagej.plugins.scripting.jruby.JRubyTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.plugins.scripting.jython.JythonTest.xml has an average of: 731
Performance: File TEST-imagej.plugins.scripting.jython.JythonTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.updater.ssh.SSHUploaderITCase.xml has an average of: 5
Performance: File TEST-imagej.updater.ssh.SSHUploaderITCase.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.updater.webdav.WebDAVUpdaterITCase.xml has an average of: 8
Performance: File TEST-imagej.updater.webdav.WebDAVUpdaterITCase.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE



TEST-imagej.updater.webdav.NetrcParserTest.xml has an average of: 4
Performance: File TEST-imagej.updater.webdav.NetrcParserTest.xml reported 0.0% of errors [SUCCESS]. Build status is: FAILURE






More information about the ImageJ-builds mailing list