[ImageJ-builds] Build failed in Jenkins: ImageJ-launcher » master #919

jenkins at imagej.net jenkins at imagej.net
Fri Feb 15 13:21:13 CST 2013


See <http://jenkins.imagej.net/job/ImageJ-launcher/./label=master/919/changes>

Changes:

[Curtis Rueden] Group the core plugins into new plugins subtree

[Curtis Rueden] Unify commands projects into a single ij-commands

[Curtis Rueden] Split animation service and commands

[Curtis Rueden] AnimationService: split iface and implementation

[Curtis Rueden] Split I/O service and commands

[Curtis Rueden] AWTDropListener: fix style & resource leak warning

[Curtis Rueden] AWTDropListener: show drag-and-dropped strings

[Curtis Rueden] Put all built-in command icons in /icons/commands

------------------------------------------
Started by upstream project "ImageJ-launcher" build number 919
Building on master
Checkout:master / <http://jenkins.imagej.net/job/ImageJ-launcher/./label=master/ws/> - hudson.remoting.LocalChannel at 6bd3162f
Using strategy: Default
Last Built Revision: Revision ffc47ddb9bba0531bba4c5e4378191ecce79f140 (origin/master)
Checkout:master / <http://jenkins.imagej.net/job/ImageJ-launcher/./label=master/ws/> - hudson.remoting.LocalChannel at 6bd3162f
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/imagej
[master] $ git fetch -t git://github.com/imagej/imagej +refs/heads/*:refs/remotes/origin/*
>From git://github.com/imagej/imagej
   ffc47dd..7dbfa9d  master     -> origin/master
[master] $ git ls-tree HEAD
Commencing build of Revision 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6 (origin/master)
GitAPI created
Checking out Revision 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6 (origin/master)
[master] $ git checkout -f 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6
[master] $ git tag -a -f -m "Hudson Build #919" hudson-label=master-919
Recording changes in branch origin/master
[master] $ git whatchanged --no-abbrev -M --pretty=raw ffc47ddb9bba0531bba4c5e4378191ecce79f140..7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6
[master] $ /bin/sh -xe /tmp/hudson8357593129009857890.sh
+ uname -s
+ UNAME=Linux
+ cd core/launcher
+ export JAVA_HOME=/home/dscho/fiji/java/linux/jdk1.6.0_24
+ export PATH=/home/dscho/fiji/java/linux/jdk1.6.0_24/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
+ mvn -P i386-Linux -P !amd64-Linux -X
+ Error stacktraces are turned on.
Apache Maven 2.2.1 (rdebian-8)
Java version: 1.6.0_24
Java home: /home/dscho/fiji/java/linux/jdk1.6.0_24/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux" version: "3.2.0-37-generic" arch: "i386" Family: "unix"
[DEBUG] Building Maven user-level plugin registry from: '/var/lib/jenkins/.m2/plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from: '/usr/share/maven2/conf/plugin-registry.xml'
[INFO] Scanning for projects...
[WARNING] 
	Profile with id: 'i386-Linux' has not been activated.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] 

You must specify at least one goal or lifecycle phase to perform build steps.
The following list illustrates some commonly used build commands:

  mvn clean
    Deletes any build output (e.g. class files or JARs).
  mvn test
    Runs the unit tests for the project.
  mvn install
    Copies the project artifacts into your local repository.
  mvn deploy
    Copies the project artifacts into the remote repository.
  mvn site
    Creates project documentation (e.g. reports or Javadoc).

Please see
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
for a complete description of available lifecycle phases.

Use "mvn --help" to show general usage information about Maven's command line.


[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.BuildFailureException: 

You must specify at least one goal or lifecycle phase to perform build steps.
The following list illustrates some commonly used build commands:

  mvn clean
    Deletes any build output (e.g. class files or JARs).
  mvn test
    Runs the unit tests for the project.
  mvn install
    Copies the project artifacts into your local repository.
  mvn deploy
    Copies the project artifacts into the remote repository.
  mvn site
    Creates project documentation (e.g. reports or Javadoc).

Please see
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
for a complete description of available lifecycle phases.

Use "mvn --help" to show general usage information about Maven's command line.


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:172)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
	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.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Feb 15 13:21:13 CST 2013
[INFO] Final Memory: 2M/77M
[INFO] ------------------------------------------------------------------------
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ImageJ-builds mailing list