[ImageJ-builds] Build failed in Jenkins: ImageJ-legacy #32
jenkins at imagej.net
jenkins at imagej.net
Thu May 29 18:21:05 CDT 2014
See <http://jenkins.imagej.net/job/ImageJ-legacy/32/changes>
Changes:
[Johannes Schindelin] Create ImageJ2Options class
[Johannes Schindelin] LegacyInitializer: display UI
[Johannes Schindelin] DefaultLegacyOpener: respect useSCIFIO option
[Johannes Schindelin] Add dependencies for text handlers
[Johannes Schindelin] Create a legacy text display viewer
[Johannes Schindelin] ImageJ2Options: add getter
[Johannes Schindelin] DefaultLegacyOpener: simplify isUseSCIFIO logic
[Johannes Schindelin] Remove unnecessary persist=false
[Johannes Schindelin] ImageJ2Options: update plugin type
[Johannes Schindelin] TEMPORARY bump to latest component versions
[Johannes Schindelin] Show IJ2Options on WelcomeEvent
[Johannes Schindelin] Create LegacyOpenDataset
[Johannes Schindelin] Run source > Clean up on display package
------------------------------------------
Started by an SCM change
Building on master in workspace <http://jenkins.imagej.net/job/ImageJ-legacy/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/imagej-legacy
Checking out Revision 192e6edd33bf51c9f4f463992c9b6a8208bb3c94 (origin/master)
Deleting old artifacts from #30
[workspace] $ /bin/sh -xe /tmp/hudson3775384582995350784.sh
+ git clean -dfx
Removing target/
[workspace] $ mvn -U -Pdeploy-to-imagej clean deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Legacy Bridge 0.4.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.imagej.net/content/groups/public/net/imagej/imagej-common/0.6.0-SNAPSHOT/maven-metadata.xml
2/2 KB
Downloaded: http://maven.imagej.net/content/groups/public/net/imagej/imagej-common/0.6.0-SNAPSHOT/maven-metadata.xml (2 KB at 9.8 KB/sec)
Downloading: http://maven.imagej.net/content/groups/public/org/scijava/scijava-ui-swing/0.2.2/scijava-ui-swing-0.2.2.pom
4/4 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/scijava/scijava-ui-swing/0.2.2/scijava-ui-swing-0.2.2.pom (4 KB at 11.7 KB/sec)
Downloading: http://maven.imagej.net/content/groups/public/org/scijava/scijava-plugins-commands/0.1.3/scijava-plugins-commands-0.1.3.pom
3/3 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/scijava/scijava-plugins-commands/0.1.3/scijava-plugins-commands-0.1.3.pom (3 KB at 17.9 KB/sec)
Downloading: http://maven.imagej.net/content/groups/public/org/scijava/scijava-ui-swing/0.2.2/scijava-ui-swing-0.2.2.jar
Downloading: http://maven.imagej.net/content/groups/public/org/scijava/scijava-plugins-commands/0.1.3/scijava-plugins-commands-0.1.3.jar
4/23 KB
8/23 KB
12/23 KB
16/23 KB
20/23 KB
23/23 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/scijava/scijava-plugins-commands/0.1.3/scijava-plugins-commands-0.1.3.jar (23 KB at 138.4 KB/sec)
4/119 KB
8/119 KB
12/119 KB
16/119 KB
20/119 KB
24/119 KB
28/119 KB
32/119 KB
36/119 KB
40/119 KB
44/119 KB
48/119 KB
52/119 KB
56/119 KB
60/119 KB
64/119 KB
68/119 KB
72/119 KB
76/119 KB
80/119 KB
84/119 KB
88/119 KB
92/119 KB
96/119 KB
100/119 KB
104/119 KB
108/119 KB
112/119 KB
116/119 KB
119/119 KB
Downloaded: http://maven.imagej.net/content/groups/public/org/scijava/scijava-ui-swing/0.2.2/scijava-ui-swing-0.2.2.jar (119 KB at 392.5 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ imagej-legacy ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ imagej-legacy ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ-legacy/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-legacy/workspace
[INFO] Storing buildNumber: 192e6edd33bf51c9f4f463992c9b6a8208bb3c94 at timestamp: 1401405662393
[INFO] Executing: /bin/sh -c cd /data/devel/jenkins/jobs/ImageJ-legacy/workspace && git rev-parse --verify HEAD
[INFO] Working directory: /data/devel/jenkins/jobs/ImageJ-legacy/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ imagej-legacy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 29 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ imagej-legacy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 68 source files to /data/devel/jenkins/jobs/ImageJ-legacy/workspace/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[38,18] cannot find symbol
symbol : class DefaultOpenDataset
location: package net.imagej
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[57,40] cannot find symbol
symbol: class DefaultOpenDataset
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[38,18] cannot find symbol
symbol : class DefaultOpenDataset
location: package net.imagej
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[57,40] cannot find symbol
symbol: class DefaultOpenDataset
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.762s
[INFO] Finished at: Thu May 29 18:21:05 CDT 2014
[INFO] Final Memory: 18M/360M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project imagej-legacy: Compilation failure: Compilation failure:
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[38,18] cannot find symbol
[ERROR] symbol : class DefaultOpenDataset
[ERROR] location: package net.imagej
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[57,40] cannot find symbol
[ERROR] symbol: class DefaultOpenDataset
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[38,18] cannot find symbol
[ERROR] symbol : class DefaultOpenDataset
[ERROR] location: package net.imagej
[ERROR] /data/devel/jenkins/jobs/ImageJ-legacy/workspace/src/main/java/net/imagej/legacy/plugin/LegacyOpenDataset.java:[57,40] cannot find symbol
[ERROR] symbol: class DefaultOpenDataset
[ERROR] -> [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/MojoFailureException
Build step 'Invoke top-level Maven targets' 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'
More information about the ImageJ-builds
mailing list