[ImageJ-builds] Build failed in Jenkins: ImageJ-launcher » MacOSX #919
jenkins at imagej.net
jenkins at imagej.net
Fri Feb 15 13:16:23 CST 2013
See <http://jenkins.imagej.net/job/ImageJ-launcher/./label=MacOSX/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 remotely on MacOSX
Checkout:MacOSX / <http://jenkins.imagej.net/job/ImageJ-launcher/./label=MacOSX/ws/> - hudson.remoting.Channel at 537e17e1:MacOSX
Using strategy: Default
Last Built Revision: Revision ffc47ddb9bba0531bba4c5e4378191ecce79f140 (origin/master)
Checkout:MacOSX / <http://jenkins.imagej.net/job/ImageJ-launcher/./label=MacOSX/ws/> - hudson.remoting.LocalChannel at 1f4847ca
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/imagej/imagej
[MacOSX] $ git fetch -t git://github.com/imagej/imagej +refs/heads/*:refs/remotes/origin/*
>From git://github.com/imagej/imagej
ffc47dd..7dbfa9d master -> origin/master
+ f6eeeb5...dda0f4f tree-reorg -> origin/tree-reorg (forced update)
[MacOSX] $ git ls-tree HEAD
Commencing build of Revision 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6 (origin/master)
GitAPI created
Checking out Revision 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6 (origin/master)
[MacOSX] $ git checkout -f 7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6
[MacOSX] $ git tag -a -f -m "Hudson Build #919" hudson-label=MacOSX-919
Recording changes in branch origin/master
[MacOSX] $ git whatchanged --no-abbrev -M --pretty=raw ffc47ddb9bba0531bba4c5e4378191ecce79f140..7dbfa9d31fd0d4ca2935eb6d5d9751b8c9e008b6
[MacOSX] $ /bin/sh -xe /var/folders/-L/-LbO4IejFYmNm+kvpsPnXk+++TM/-Tmp-/hudson7710274685706115626.sh
++ uname -s
+ UNAME=Darwin
+ case "$UNAME" in
+ cd core/launcher
+ mvn -Dos.arch=i386 -P MacOSX-Tiger -P '!MacOSX-Leopard' -X
Apache Maven 3.0.3 (r1075438; 2011-02-28 11:31:09-0600)
Maven home: /usr/share/maven
Java version: 1.6.0_29, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.6.8", arch: "x86_64", family: "mac"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml
[DEBUG] Reading user settings from /Users/jenkins/.m2/settings.xml
[DEBUG] Using local repository at /Users/jenkins/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/jenkins/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.169s
[INFO] Finished at: Fri Feb 15 13:09:12 CST 2013
[INFO] Final Memory: 2M/54M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "MacOSX-Tiger" could not be activated because it does not exist.
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
org.apache.maven.lifecycle.NoGoalSpecifiedException: No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy.
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:104)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
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)
[ERROR]
[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/NoGoalSpecifiedException
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ImageJ-builds
mailing list