Build failed in Jenkins: ant-extensions #3

Shibboleth Jenkins noreply at shibboleth.net
Tue Apr 16 11:46:44 EDT 2013


See <https://build.shibboleth.net/jenkins/job/ant-extensions/3/changes>

Changes:

[scantor] Update to v3 parent and reset version

[scantor] Remove empty document

------------------------------------------
Started by an SCM change
Building in workspace <https://build.shibboleth.net/jenkins/job/ant-extensions/ws/>
Updating https://svn.shibboleth.net/utilities/ant-extensions/trunk at revision '2013-04-16T11:46:33.823 -0400'
D         doc/RELEASE-NOTES.txt
U         pom.xml
Fetching 'hudson.scm.subversion.SubversionUpdateEventHandler$SVNExternalDetails at 29bcf19' at 142 into '<https://build.shibboleth.net/jenkins/job/ant-extensions/ws/.settings'>
At revision 142
At revision 380
no change for https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/tags/1/resources/eclipse/.settings since the previous build
Parsing POMs
Downloaded artifact https://build.shibboleth.net/nexus/content/repositories/snapshots//net/shibboleth/parent-v3/TRUNK-SNAPSHOT/maven-metadata.xml
Modules changed, recalculating dependency graph
[workspace] $ /opt/jdk1.6/bin/java -cp /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.2.jar:/opt/maven/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /opt/maven /home/jenkins/tomcat_base/work/Catalina/localhost/jenkins/WEB-INF/lib/remoting-2.22.jar /home/jenkins/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.2.jar 33856
<===[JENKINS REMOTING CAPACITY]===>   channel started
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://build.shibboleth.net/jenkins/job/ant-extensions/ws/pom.xml> clean -Prelease install site javadoc:javadoc
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Ant Extensions 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ant-extensions ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/ant-extensions/ws/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ ant-extensions ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ant-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ant-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to <https://build.shibboleth.net/jenkins/job/ant-extensions/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.788s
[INFO] Finished at: Tue Apr 16 11:46:43 EDT 2013
[INFO] Final Memory: 16M/139M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/ant-extensions/ws/pom.xml> to /home/jenkins/.jenkins/jobs/ant-extensions/modules/net.shibboleth.tool$ant-extensions/builds/2013-04-16_11-46-35/archive/net.shibboleth.tool/ant-extensions/1.1-SNAPSHOT/ant-extensions-1.1-SNAPSHOT.pom
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project ant-extensions: Fatal error compiling
cause : Fatal error compiling
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project ant-extensions: Fatal error compiling
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	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.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:695)
	at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Caused by: org.codehaus.plexus.compiler.CompilerException: invalid target release: 1.7
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:191)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:170)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:684)
	... 30 more
Caused by: java.lang.IllegalArgumentException: invalid target release: 1.7
	at com.sun.tools.javac.main.RecognizedOptions$GrumpyHelper.error(RecognizedOptions.java:75)
	at com.sun.tools.javac.main.RecognizedOptions$14.process(RecognizedOptions.java:380)
	at com.sun.tools.javac.api.JavacTool.processOptions(JavacTool.java:247)
	at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:207)
	at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:53)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:115)
	... 32 more
Sending e-mails to: commits at shibboleth.net
channel stopped
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Did not find any matching files.


More information about the commits mailing list