[ImageJ-devel] Build failed in Jenkins: ImageJ-Launcher » Win64 #36

jenkins at imagej.net jenkins at imagej.net
Mon Apr 2 12:25:37 CDT 2012


See <http://jenkins.imagej.net/job/ImageJ-Launcher/./label=Win64/36/changes>

Changes:

[Johannes Schindelin] Bundle the native ImageJ Launchers into the application .zip file

[Curtis Rueden] Limit legacy test context to LegacyService only

[Curtis Rueden] Change "ImageJ2" to just "ImageJ"

[Curtis Rueden] Add about images folder to application bundle

[Curtis Rueden] Add license blurbs to ImageJ launcher files

[Curtis Rueden] Change some "Fiji" references to "ImageJ"

[Curtis Rueden] Improve ModuleService & PluginService run methods

[Curtis Rueden] Fix InvokePluginTest to work with latest code

[Curtis Rueden] Use separate StatusDispatcher for status handling

[Curtis Rueden] Add an I/O service

[Curtis Rueden] Use I/O service for Open and Revert commands

[Curtis Rueden] Use I/O service for About ImageJ command

[Curtis Rueden] Fix compile error with javac

[Curtis Rueden] Fix compile errors, really

------------------------------------------
Started by upstream project "ImageJ-Launcher" build number 36
Building remotely on Win64
Checkout:Win64 / <http://jenkins.imagej.net/job/ImageJ-Launcher/./label=Win64/ws/> - hudson.remoting.Channel at 5309be7b:Win64
Using strategy: Default
Last Built Revision: Revision f4d69cc6defce08c3f06f2bd8c5731f32411cf5e (origin/master)
Checkout:Win64 / c:\msysgit\workspace\ImageJ-Launcher\label\Win64 - hudson.remoting.LocalChannel at 1b609803
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/imagej
[Win64] $ git fetch -t git://github.com/imagej/imagej +refs/heads/*:refs/remotes/origin/*
>From git://github.com/imagej/imagej
 * [new branch]      eclopse    -> origin/eclopse
   f4d69cc..360962c  master     -> origin/master
   f4d69cc..360962c  svn/trunk  -> origin/svn/trunk
 * [new branch]      ticket-1074 -> origin/ticket-1074
 * [new branch]      updater    -> origin/updater
[Win64] $ git ls-tree HEAD
Commencing build of Revision 360962c282886b963f41100bb59442f2657bc6eb (origin/master)
GitAPI created
Checking out Revision 360962c282886b963f41100bb59442f2657bc6eb (origin/master)
[Win64] $ git checkout -f 360962c282886b963f41100bb59442f2657bc6eb
[Win64] $ git tag -a -f -m "Hudson Build #36" hudson-label=Win64-36
Recording changes in branch origin/master
[Win64] $ git whatchanged --no-abbrev -M --pretty=raw f4d69cc6defce08c3f06f2bd8c5731f32411cf5e..360962c282886b963f41100bb59442f2657bc6eb
[Win64] $ mvn.bat -f core/launcher/pom.xml -Dlabel=Win64
[INFO] Scanning for projects...
Downloading: http://mvnplugins.fusesource.org/repo/release/org/apache/maven/plugins/maven-nar-plugin/maven-metadata.xml
Downloading: http://maven.imagej.net/content/repositories/snapshots/org/apache/maven/plugins/maven-nar-plugin/maven-metadata.xml
Downloading: http://maven.imagej.net/content/repositories/thirdparty/org/apache/maven/plugins/maven-nar-plugin/maven-metadata.xml
Downloading: http://maven.imagej.net/content/repositories/releases/org/apache/maven/plugins/maven-nar-plugin/maven-metadata.xml


366/366 B   
            
            
Downloaded: http://maven.imagej.net/content/repositories/snapshots/org/apache/maven/plugins/maven-nar-plugin/maven-metadata.xml (366 B at 1.4 KB/sec)
Downloading: http://repository.apache.org/snapshots/net/sf/antcontrib/cpptasks-parallel/1.0-beta-5-parallel-1-SNAPSHOT/maven-metadata.xml
            
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.imagej:ij-launcher:nar:2.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-nar-plugin is missing. @ line 33, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building The ImageJ launcher 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-validate (default-nar-validate) @ ij-launcher ---
LOAD from sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream at f1a47df
LOAD from MavenProject: net.imagej:ij-launcher:2.0-SNAPSHOT @ c:\msysgit\workspace\ImageJ-Launcher\label\Win64\core\launcher\pom.xml
java.io.FileNotFoundException: c:\msysgit\workspace\ImageJ-Launcher\label\Win64\core\launcher\aol.properties (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at java.io.FileInputStream.<init>(FileInputStream.java:66)
	at org.apache.maven.plugin.nar.NarProperties.<init>(NarProperties.java:34)
	at org.apache.maven.plugin.nar.NarProperties.getInstance(NarProperties.java:72)
	at org.apache.maven.plugin.nar.NarUtil.getLinkerName(NarUtil.java:97)
	at org.apache.maven.plugin.nar.NarUtil.getAOL(NarUtil.java:104)
	at org.apache.maven.plugin.nar.AbstractNarMojo.validate(AbstractNarMojo.java:156)
	at org.apache.maven.plugin.nar.AbstractNarMojo.execute(AbstractNarMojo.java:267)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[INFO] Using AOL: amd64-Windows-gcc
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-download (default-nar-download) @ ij-launcher ---
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-unpack (default-nar-unpack) @ ij-launcher ---
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-gnu-configure (default-nar-gnu-configure) @ ij-launcher ---
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-system-generate (default-nar-system-generate) @ ij-launcher ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ij-launcher ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory c:\msysgit\workspace\ImageJ-Launcher\label\Win64\core\launcher\src\main\resources
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-resources (default-nar-resources) @ ij-launcher ---
[INFO] Copied 0 resources
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-gnu-resources (default-nar-gnu-resources) @ ij-launcher ---
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-vcproj (default-nar-vcproj) @ ij-launcher ---
[INFO] NAR: Skipping vcproj generation.  Run with -P windows-debug to enable this step.
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ij-launcher ---
[INFO] Compiling 3 source files to c:\msysgit\workspace\ImageJ-Launcher\label\Win64\core\launcher\target\classes
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-javah (default-nar-javah) @ ij-launcher ---
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-gnu-make (default-nar-gnu-make) @ ij-launcher ---
[INFO] 
[INFO] --- maven-nar-plugin:2.1-SNAPSHOT:nar-compile (default-nar-compile) @ ij-launcher ---
prefix: amd64.Windows.gcc.cpp.
prefix: amd64.Windows.gcc.cpp.
prefix: amd64.Windows.gcc.fortran.
prefix: amd64.Windows.gcc.fortran.
[INFO] Compiling 1 native files
java.lang.Exception: library: Library: type: executable
	at org.apache.maven.plugin.nar.NarCompileMojo.createLibrary(NarCompileMojo.java:145)
	at org.apache.maven.plugin.nar.NarCompileMojo.narExecute(NarCompileMojo.java:88)
	at org.apache.maven.plugin.nar.AbstractNarMojo.execute(AbstractNarMojo.java:268)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
subsystem: gui
compiler: 
adding arg net.sf.antcontrib.cpptasks.types.CompilerArgument at 3b756456
adding arg net.sf.antcontrib.cpptasks.types.CompilerArgument at 180e6899
adding arg net.sf.antcontrib.cpptasks.types.CompilerArgument at 59f52125
adding arg net.sf.antcontrib.cpptasks.types.CompilerArgument at 6c533246
adding arg net.sf.antcontrib.cpptasks.types.CompilerArgument at 4a09c939
option set: null
options: null
compiler2:  -Ic:/fiji/java/win64/jdk1.6.0_24/include -Ic:/fiji/java/win64/jdk1.6.0_24/include/win32 -m64
compilerp2: 
[ERROR] 
[ERROR] This application has requested the Runtime to terminate it in an unusual way.
[ERROR] Please contact the application's support team for more information.
[ERROR] Cannot create temporary file in c:\msysgit\workspace\ImageJ-Launcher\label\Win64\core\launcher\target\nar\obj\amd64-Windows-gcc\c\Users\VIRTUA~1\AppData\Local\Temp\: No such file or directory
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:51.921s
[INFO] Finished at: Mon Apr 02 12:24:57 CDT 2012
[INFO] Final Memory: 11M/31M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-nar-plugin:2.1-SNAPSHOT:nar-compile (default-nar-compile) on project ij-launcher: NAR: Compile failed: gcc failed with return code 3 -> [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
Archiving artifacts



More information about the ImageJ-devel mailing list