You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/06/16 14:49:39 UTC

Build failed in Jenkins: Struts-JDK7-pull-request #330

See <https://builds.apache.org/job/Struts-JDK7-pull-request/330/display/redirect>

------------------------------------------
[...truncated 268.87 KB...]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-source) > generate-sources @ struts2-sitemesh-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-source) < generate-sources @ struts2-sitemesh-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-source) @ struts2-sitemesh-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.5-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Tiles Plugin 2.1.5
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-tiles-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-tiles-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-tiles-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.3:test (default-test) @ struts2-tiles-plugin ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.5.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-source) > generate-sources @ struts2-tiles-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-source) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-source) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.5-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Codebehind Plugin 2.1.5
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 7 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/classes>
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-codebehind-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/test-classes>
An exception has occurred in the compiler (1.7.0_80). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
java.lang.IllegalAccessError: tried to access class com.sun.tools.javac.comp.Lower$7 from class com.sun.tools.javac.comp.Lower
	at com.sun.tools.javac.comp.Lower.needPackageInfoClass(Lower.java:2229)
	at com.sun.tools.javac.comp.Lower.visitTopLevel(Lower.java:2205)
	at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:459)
	at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2160)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2180)
	at com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3658)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1352)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1273)
	at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:870)
	at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:829)
	at com.sun.tools.javac.main.Main.compile(Main.java:439)
	at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:132)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:169)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:785)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  4.088 s]
[INFO] Struts 2 Core ...................................... SUCCESS [01:01 min]
[INFO] Struts Plugins ..................................... SUCCESS [  0.270 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  1.154 s]
[INFO] Webapps ............................................ SUCCESS [  0.522 s]
[INFO] Blank Webapp ....................................... SUCCESS [  3.409 s]
[INFO] Starter Webapp ..................................... SUCCESS [  1.403 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  1.847 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  7.000 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  0.836 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 12.593 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  3.124 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [  9.392 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  1.821 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  1.132 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  1.039 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  1.431 s]
[INFO] Struts 2 Codebehind Plugin ......................... FAILURE [  0.717 s]
[INFO] Showcase Webapp .................................... SKIPPED
[INFO] Struts 2 REST Plugin ............................... SKIPPED
[INFO] Struts 2 Convention Plugin ......................... SKIPPED
[INFO] Struts 2 Rest Showcase Example ..................... SKIPPED
[INFO] Struts 2 Java Templates Plugin ..................... SKIPPED
[INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED
[INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED
[INFO] Struts 2 Pell Multipart Plugin ..................... SKIPPED
[INFO] Struts 2 Plexus Plugin ............................. SKIPPED
[INFO] Struts 2 Sitegraph Plugin .......................... SKIPPED
[INFO] Struts 2 TestNG Plugin ............................. SKIPPED
[INFO] Struts 2 Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:19 min
[INFO] Finished at: 2017-06-16T14:49:28Z
[INFO] Final Memory: 54M/296M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project struts2-codebehind-plugin: Compilation failure
[ERROR] An unknown compilation problem occurred
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-codebehind-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.1.5/struts2-portlet-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.5.jar> to org.apache.struts/struts2-portlet-plugin/2.1.5/struts2-portlet-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.1.5/struts2-portlet-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.1.5/struts2-mailreader-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.1.5/struts2-mailreader-2.1.5.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.1.5/struts2-mailreader-2.1.5-sources.jar
Compressed 4.50 MB of artifacts by 83.4% relative to #329
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.1.5/struts2-core-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.5.jar> to org.apache.struts/struts2-core/2.1.5/struts2-core-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.5-sources.jar> to org.apache.struts/struts2-core/2.1.5/struts2-core-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.1.5/struts2-dwr-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.5.jar> to org.apache.struts/struts2-dwr-plugin/2.1.5/struts2-dwr-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.1.5/struts2-dwr-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.1.5/struts2-rest-showcase-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.1.5/struts2-javatemplates-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.1.5/struts2-portlet-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.1.5/struts2-portlet-2.1.5.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.1.5/struts2-portlet-2.1.5-sources.jar
Compressed 8.18 MB of artifacts by 88.3% relative to #329
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.1.5/struts2-testng-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/assembly/pom.xml> to org.apache.struts/struts2-assembly/2.1.5/struts2-assembly-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.1.5/struts2-blank-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.1.5/struts2-blank-2.1.5.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.1.5/struts2-blank-2.1.5-sources.jar
Compressed 4.38 MB of artifacts by 84.1% relative to #329
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.1.5/struts2-apps-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.1.5/struts2-dojo-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.5.jar> to org.apache.struts/struts2-dojo-plugin/2.1.5/struts2-dojo-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.1.5/struts2-dojo-plugin-2.1.5-sources.jar
Compressed 3.31 MB of artifacts by 26.4% relative to #329
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.1.5/struts2-convention-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.1.5/struts2-parent-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.1.5/struts2-showcase-2.1.5.pom
No artifacts from Struts-JDK7-pull-request » Showcase Webapp #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.1.5/struts2-jasperreports-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.1.5/struts2-struts1-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.5.jar> to org.apache.struts/struts2-struts1-plugin/2.1.5/struts2-struts1-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.1.5/struts2-struts1-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.1.5/struts2-rest-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.1.5/struts2-config-browser-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.5.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.5/struts2-config-browser-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.5/struts2-config-browser-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.1.5/struts2-jsf-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.5.jar> to org.apache.struts/struts2-jsf-plugin/2.1.5/struts2-jsf-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.1.5/struts2-jsf-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.1.5/struts2-pell-multipart-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.1.5/struts2-sitemesh-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.5.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.5/struts2-sitemesh-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.5/struts2-sitemesh-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.1.5/struts2-plugins-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.1.5/struts2-plexus-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.1.5/struts2-sitegraph-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.1.5/struts2-tiles-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.5.jar> to org.apache.struts/struts2-tiles-plugin/2.1.5/struts2-tiles-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.1.5/struts2-tiles-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.1.5/struts2-spring-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.5.jar> to org.apache.struts/struts2-spring-plugin/2.1.5/struts2-spring-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-spring-plugin/2.1.5/struts2-spring-plugin-2.1.5-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.1.5/struts2-codebehind-plugin-2.1.5.pom
No artifacts from Struts-JDK7-pull-request » Struts 2 Codebehind Plugin #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.1.5/struts2-jfreechart-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.1.5/struts2-junit-plugin-2.1.5.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.5.jar> to org.apache.struts/struts2-junit-plugin/2.1.5/struts2-junit-plugin-2.1.5.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.5-sources.jar> to org.apache.struts/struts2-junit-plugin/2.1.5/struts2-junit-plugin-2.1.5-sources.jar
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #341

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/341/display/redirect>

------------------------------------------
[...truncated 559.83 KB...]

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.3.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-source) > generate-sources @ struts2-embeddedjsp-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-source) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (attach-source) @ struts2-embeddedjsp-plugin ---
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/struts2 already added, skipping
[INFO] org/apache/struts2/jasper already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.3-sources.jar>
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/struts2 already added, skipping
[INFO] org/apache/struts2/jasper already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 GXP Plugin 2.3.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ struts2-gxp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ struts2-gxp-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ struts2-gxp-plugin ---
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  2.618 s]
[INFO] XWork: Core ........................................ SUCCESS [ 36.823 s]
[INFO] Struts 2 Core ...................................... SUCCESS [ 53.454 s]
[INFO] Struts Plugins ..................................... SUCCESS [  0.532 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  4.740 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  6.557 s]
[INFO] Webapps ............................................ SUCCESS [  0.911 s]
[INFO] Blank Webapp ....................................... SUCCESS [  5.411 s]
[INFO] JBoss Blank Webapp ................................. SUCCESS [  4.210 s]
[INFO] Mail Reader Webapp ................................. SUCCESS [  2.421 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  6.967 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  2.369 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 14.892 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  4.320 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [ 13.231 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  2.372 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.214 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  6.348 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  2.084 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [  9.734 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [  5.485 s]
[INFO] Showcase Webapp .................................... SUCCESS [  5.927 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [  8.439 s]
[INFO] Struts 2 Rest Showcase Example ..................... SUCCESS [  3.038 s]
[INFO] Struts 2 Codebehind Plugin ......................... SUCCESS [  5.239 s]
[INFO] Struts 2 Java Templates Plugin ..................... SUCCESS [  6.554 s]
[INFO] Struts 2 Jasper Reports Plugin ..................... SUCCESS [  4.488 s]
[INFO] Struts 2 JFreeChart Plugin ......................... SUCCESS [  5.576 s]
[INFO] Struts 2 Pell Multipart Plugin ..................... SUCCESS [  1.740 s]
[INFO] Struts 2 Plexus Plugin ............................. SUCCESS [  1.926 s]
[INFO] Struts 2 Sitegraph Plugin .......................... SUCCESS [  3.951 s]
[INFO] Struts 2 TestNG Plugin ............................. SUCCESS [  3.385 s]
[INFO] Struts 2 OVal Plugin ............................... SUCCESS [  5.107 s]
[INFO] Struts 2 OSGi Plugin ............................... SUCCESS [  4.731 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... SUCCESS [ 10.026 s]
[INFO] Struts 2 GXP Plugin ................................ FAILURE [  1.174 s]
[INFO] Struts 2 CDI Plugin ................................ SKIPPED
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Maven Archetypes .......................... SKIPPED
[INFO] Struts 2 Archetypes - Blank ........................ SKIPPED
[INFO] Struts 2 Archetypes - Blank Convention ............. SKIPPED
[INFO] Struts 2 Archetypes - Database Portlet ............. SKIPPED
[INFO] Struts 2 Archetypes - Plugin ....................... SKIPPED
[INFO] Struts 2 Archetypes - Portlet ...................... SKIPPED
[INFO] Struts 2 Archetypes - Starter ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:04 min
[INFO] Finished at: 2017-06-16T16:09:02Z
[INFO] Final Memory: 284M/520M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project struts2-gxp-plugin: Compilation failure
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-gxp-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.3.3/struts2-portlet-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.3.jar> to org.apache.struts/struts2-portlet-plugin/2.3.3/struts2-portlet-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.3.3/struts2-portlet-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.3.3/struts2-mailreader-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.3.3/struts2-mailreader-2.3.3.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.3.3/struts2-mailreader-2.3.3-sources.jar
Compressed 3.83 MB of artifacts by 63.7% relative to #340
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-blank/pom.xml> to org.apache.struts/struts2-archetype-blank/2.3.3/struts2-archetype-blank-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.3.3/struts2-core-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.3.jar> to org.apache.struts/struts2-core/2.3.3/struts2-core-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.3-sources.jar> to org.apache.struts/struts2-core/2.3.3/struts2-core-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.3.3/struts2-osgi-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.3.jar> to org.apache.struts/struts2-osgi-plugin/2.3.3/struts2-osgi-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-osgi-plugin/2.3.3/struts2-osgi-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-portlet/pom.xml> to org.apache.struts/struts2-archetype-portlet/2.3.3/struts2-archetype-portlet-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/pom.xml> to org.apache.struts.xwork/xwork-core/2.3.3/xwork-core-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.3.jar> to org.apache.struts.xwork/xwork-core/2.3.3/xwork-core-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.3-sources.jar> to org.apache.struts.xwork/xwork-core/2.3.3/xwork-core-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.3.3/struts2-dwr-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.3.jar> to org.apache.struts/struts2-dwr-plugin/2.3.3/struts2-dwr-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.3.3/struts2-dwr-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.3.3/struts2-rest-showcase-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase.war> to org.apache.struts/struts2-rest-showcase/2.3.3/struts2-rest-showcase-2.3.3.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase-sources.jar> to org.apache.struts/struts2-rest-showcase/2.3.3/struts2-rest-showcase-2.3.3-sources.jar
Compressed 5.87 MB of artifacts by 73.5% relative to #340
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.3.3/struts2-javatemplates-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.3.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.3/struts2-javatemplates-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.3/struts2-javatemplates-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.3.3/struts2-gxp-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.3.3/struts2-portlet-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.3.3/struts2-portlet-2.3.3.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.3.3/struts2-portlet-2.3.3-sources.jar
Compressed 7.83 MB of artifacts by 78.2% relative to #340
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.3.3/struts2-testng-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.3.jar> to org.apache.struts/struts2-testng-plugin/2.3.3/struts2-testng-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-testng-plugin/2.3.3/struts2-testng-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.3.3/struts2-blank-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.3.3/struts2-blank-2.3.3.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.3.3/struts2-blank-2.3.3-sources.jar
Compressed 3.35 MB of artifacts by 60.6% relative to #340
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-starter/pom.xml> to org.apache.struts/struts2-archetype-starter/2.3.3/struts2-archetype-starter-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.3.3/struts2-apps-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.3.3/struts2-dojo-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.3.jar> to org.apache.struts/struts2-dojo-plugin/2.3.3/struts2-dojo-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.3.3/struts2-dojo-plugin-2.3.3-sources.jar
Compressed 3.31 MB of artifacts by 30.2% relative to #340
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.3.3/struts2-oval-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.3.jar> to org.apache.struts/struts2-oval-plugin/2.3.3/struts2-oval-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-oval-plugin/2.3.3/struts2-oval-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.3.3/struts2-convention-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.3.jar> to org.apache.struts/struts2-convention-plugin/2.3.3/struts2-convention-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-convention-plugin/2.3.3/struts2-convention-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-convention/pom.xml> to org.apache.struts/struts2-archetype-convention/2.3.3/struts2-archetype-convention-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.3.3/struts2-parent-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/target/struts2-parent-2.3.3-site.xml> to org.apache.struts/struts2-parent/2.3.3/struts2-parent-2.3.3-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.3.3/struts2-showcase-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase.war> to org.apache.struts/struts2-showcase/2.3.3/struts2-showcase-2.3.3.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase-sources.jar> to org.apache.struts/struts2-showcase/2.3.3/struts2-showcase-2.3.3-sources.jar
Compressed 12.13 MB of artifacts by 65.2% relative to #340
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.3.3/struts2-jasperreports-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.3.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.3/struts2-jasperreports-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.3/struts2-jasperreports-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.3.3/struts2-struts1-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.3.jar> to org.apache.struts/struts2-struts1-plugin/2.3.3/struts2-struts1-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.3.3/struts2-struts1-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.3.3/struts2-rest-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.3.jar> to org.apache.struts/struts2-rest-plugin/2.3.3/struts2-rest-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-rest-plugin/2.3.3/struts2-rest-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.3.3/struts2-osgi-bundles-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-dbportlet/pom.xml> to org.apache.struts/struts2-archetype-dbportlet/2.3.3/struts2-archetype-dbportlet-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/pom.xml> to org.apache.struts/struts2-archetypes/2.3.3/struts2-archetypes-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.3.3/struts2-config-browser-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.3.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.3/struts2-config-browser-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.3/struts2-config-browser-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/pom.xml> to org.apache.struts/struts2-jboss-blank/2.3.3/struts2-jboss-blank-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank.war> to org.apache.struts/struts2-jboss-blank/2.3.3/struts2-jboss-blank-2.3.3.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank-sources.jar> to org.apache.struts/struts2-jboss-blank/2.3.3/struts2-jboss-blank-2.3.3-sources.jar
Compressed 3.35 MB of artifacts by 60.6% relative to #340
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.3.3/struts2-jsf-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.3.jar> to org.apache.struts/struts2-jsf-plugin/2.3.3/struts2-jsf-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.3.3/struts2-jsf-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.3.3/struts2-pell-multipart-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.3.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.3/struts2-pell-multipart-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.3/struts2-pell-multipart-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.3.3/struts2-osgi-admin-bundle-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-plugin/pom.xml> to org.apache.struts/struts2-archetype-plugin/2.3.3/struts2-archetype-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.3.3/struts2-sitemesh-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.3.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.3/struts2-sitemesh-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.3/struts2-sitemesh-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.3.3/struts2-plugins-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.3.3/struts2-plexus-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.3.jar> to org.apache.struts/struts2-plexus-plugin/2.3.3/struts2-plexus-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-plexus-plugin/2.3.3/struts2-plexus-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.3.3/struts2-sitegraph-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.3.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.3/struts2-sitegraph-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.3/struts2-sitegraph-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.3.3/struts2-json-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.3.jar> to org.apache.struts/struts2-json-plugin/2.3.3/struts2-json-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-json-plugin/2.3.3/struts2-json-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/cdi/pom.xml> to org.apache.struts/struts2-cdi-plugin/2.3.3/struts2-cdi-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.3.3/struts2-tiles-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.3.jar> to org.apache.struts/struts2-tiles-plugin/2.3.3/struts2-tiles-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.3.3/struts2-tiles-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.3.3/struts2-spring-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.3.jar> to org.apache.struts/struts2-spring-plugin/2.3.3/struts2-spring-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-spring-plugin/2.3.3/struts2-spring-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.3.3/struts2-codebehind-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.3.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.3/struts2-codebehind-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.3/struts2-codebehind-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.3.3/struts2-jfreechart-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.3.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.3/struts2-jfreechart-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.3/struts2-jfreechart-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.3.3/struts2-osgi-demo-bundle-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.3.3/struts2-junit-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.3.jar> to org.apache.struts/struts2-junit-plugin/2.3.3/struts2-junit-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-junit-plugin/2.3.3/struts2-junit-plugin-2.3.3-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.3/struts2-embeddedjsp-plugin-2.3.3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.3.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.3/struts2-embeddedjsp-plugin-2.3.3.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.3-sources.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.3/struts2-embeddedjsp-plugin-2.3.3-sources.jar
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #340

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/340/display/redirect>

------------------------------------------
[...truncated 560.56 KB...]
Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.2.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-source) > generate-sources @ struts2-embeddedjsp-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-source) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (attach-source) @ struts2-embeddedjsp-plugin ---
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/struts2 already added, skipping
[INFO] org/apache/struts2/jasper already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.2-sources.jar>
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/struts2 already added, skipping
[INFO] org/apache/struts2/jasper already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 GXP Plugin 2.3.2
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ struts2-gxp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ struts2-gxp-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ struts2-gxp-plugin ---
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  3.010 s]
[INFO] XWork: Core ........................................ SUCCESS [ 37.386 s]
[INFO] Struts 2 Core ...................................... SUCCESS [01:09 min]
[INFO] Struts Plugins ..................................... SUCCESS [  0.585 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  4.794 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  7.507 s]
[INFO] Webapps ............................................ SUCCESS [  1.735 s]
[INFO] Blank Webapp ....................................... SUCCESS [  5.887 s]
[INFO] JBoss Blank Webapp ................................. SUCCESS [  7.217 s]
[INFO] Mail Reader Webapp ................................. SUCCESS [  2.698 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  7.477 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  2.223 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 23.438 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  7.486 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [ 17.120 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  1.886 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.070 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.372 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  5.065 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [ 10.152 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [  5.343 s]
[INFO] Showcase Webapp .................................... SUCCESS [  6.162 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [  4.579 s]
[INFO] Struts 2 Rest Showcase Example ..................... SUCCESS [  3.022 s]
[INFO] Struts 2 Codebehind Plugin ......................... SUCCESS [  4.885 s]
[INFO] Struts 2 Java Templates Plugin ..................... SUCCESS [  5.596 s]
[INFO] Struts 2 Jasper Reports Plugin ..................... SUCCESS [  2.277 s]
[INFO] Struts 2 JFreeChart Plugin ......................... SUCCESS [  5.289 s]
[INFO] Struts 2 Pell Multipart Plugin ..................... SUCCESS [  2.110 s]
[INFO] Struts 2 Plexus Plugin ............................. SUCCESS [  1.974 s]
[INFO] Struts 2 Sitegraph Plugin .......................... SUCCESS [  3.914 s]
[INFO] Struts 2 TestNG Plugin ............................. SUCCESS [  3.566 s]
[INFO] Struts 2 OVal Plugin ............................... SUCCESS [  5.766 s]
[INFO] Struts 2 OSGi Plugin ............................... SUCCESS [  5.146 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... SUCCESS [  9.632 s]
[INFO] Struts 2 GXP Plugin ................................ FAILURE [  1.206 s]
[INFO] Struts 2 CDI Plugin ................................ SKIPPED
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Maven Archetypes .......................... SKIPPED
[INFO] Struts 2 Archetypes - Blank ........................ SKIPPED
[INFO] Struts 2 Archetypes - Blank Convention ............. SKIPPED
[INFO] Struts 2 Archetypes - Database Portlet ............. SKIPPED
[INFO] Struts 2 Archetypes - Plugin ....................... SKIPPED
[INFO] Struts 2 Archetypes - Portlet ...................... SKIPPED
[INFO] Struts 2 Archetypes - Starter ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:37 min
[INFO] Finished at: 2017-06-16T16:02:21Z
[INFO] Final Memory: 288M/560M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project struts2-gxp-plugin: Compilation failure
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-gxp-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.3.2/struts2-portlet-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.2.jar> to org.apache.struts/struts2-portlet-plugin/2.3.2/struts2-portlet-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.3.2/struts2-portlet-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.3.2/struts2-mailreader-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.3.2/struts2-mailreader-2.3.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.3.2/struts2-mailreader-2.3.2-sources.jar
Compressed 3.82 MB of artifacts by 27.0% relative to #339
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-blank/pom.xml> to org.apache.struts/struts2-archetype-blank/2.3.2/struts2-archetype-blank-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.3.2/struts2-core-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.2.jar> to org.apache.struts/struts2-core/2.3.2/struts2-core-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.2-sources.jar> to org.apache.struts/struts2-core/2.3.2/struts2-core-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.3.2/struts2-osgi-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.2.jar> to org.apache.struts/struts2-osgi-plugin/2.3.2/struts2-osgi-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-osgi-plugin/2.3.2/struts2-osgi-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-portlet/pom.xml> to org.apache.struts/struts2-archetype-portlet/2.3.2/struts2-archetype-portlet-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/pom.xml> to org.apache.struts.xwork/xwork-core/2.3.2/xwork-core-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.2.jar> to org.apache.struts.xwork/xwork-core/2.3.2/xwork-core-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.2-sources.jar> to org.apache.struts.xwork/xwork-core/2.3.2/xwork-core-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.3.2/struts2-dwr-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.2.jar> to org.apache.struts/struts2-dwr-plugin/2.3.2/struts2-dwr-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.3.2/struts2-dwr-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.3.2/struts2-rest-showcase-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase.war> to org.apache.struts/struts2-rest-showcase/2.3.2/struts2-rest-showcase-2.3.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase-sources.jar> to org.apache.struts/struts2-rest-showcase/2.3.2/struts2-rest-showcase-2.3.2-sources.jar
Compressed 5.87 MB of artifacts by 34.1% relative to #339
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.3.2/struts2-javatemplates-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.2.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.2/struts2-javatemplates-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.2/struts2-javatemplates-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.3.2/struts2-gxp-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.3.2/struts2-portlet-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.3.2/struts2-portlet-2.3.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.3.2/struts2-portlet-2.3.2-sources.jar
Compressed 7.83 MB of artifacts by 58.7% relative to #339
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.3.2/struts2-testng-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.2.jar> to org.apache.struts/struts2-testng-plugin/2.3.2/struts2-testng-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-testng-plugin/2.3.2/struts2-testng-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.3.2/struts2-blank-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.3.2/struts2-blank-2.3.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.3.2/struts2-blank-2.3.2-sources.jar
Compressed 3.35 MB of artifacts by 21.4% relative to #339
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-starter/pom.xml> to org.apache.struts/struts2-archetype-starter/2.3.2/struts2-archetype-starter-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.3.2/struts2-apps-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.3.2/struts2-dojo-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.2.jar> to org.apache.struts/struts2-dojo-plugin/2.3.2/struts2-dojo-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.3.2/struts2-dojo-plugin-2.3.2-sources.jar
Compressed 3.31 MB of artifacts by 58.6% relative to #339
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.3.2/struts2-oval-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.2.jar> to org.apache.struts/struts2-oval-plugin/2.3.2/struts2-oval-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-oval-plugin/2.3.2/struts2-oval-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.3.2/struts2-convention-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.2.jar> to org.apache.struts/struts2-convention-plugin/2.3.2/struts2-convention-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-convention-plugin/2.3.2/struts2-convention-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-convention/pom.xml> to org.apache.struts/struts2-archetype-convention/2.3.2/struts2-archetype-convention-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.3.2/struts2-parent-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/target/struts2-parent-2.3.2-site.xml> to org.apache.struts/struts2-parent/2.3.2/struts2-parent-2.3.2-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.3.2/struts2-showcase-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase.war> to org.apache.struts/struts2-showcase/2.3.2/struts2-showcase-2.3.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase-sources.jar> to org.apache.struts/struts2-showcase/2.3.2/struts2-showcase-2.3.2-sources.jar
Compressed 12.13 MB of artifacts by 52.6% relative to #339
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.3.2/struts2-jasperreports-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.2.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.2/struts2-jasperreports-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.2/struts2-jasperreports-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.3.2/struts2-struts1-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.2.jar> to org.apache.struts/struts2-struts1-plugin/2.3.2/struts2-struts1-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.3.2/struts2-struts1-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.3.2/struts2-rest-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.2.jar> to org.apache.struts/struts2-rest-plugin/2.3.2/struts2-rest-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-rest-plugin/2.3.2/struts2-rest-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.3.2/struts2-osgi-bundles-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-dbportlet/pom.xml> to org.apache.struts/struts2-archetype-dbportlet/2.3.2/struts2-archetype-dbportlet-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/pom.xml> to org.apache.struts/struts2-archetypes/2.3.2/struts2-archetypes-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.3.2/struts2-config-browser-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.2.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.2/struts2-config-browser-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.2/struts2-config-browser-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/pom.xml> to org.apache.struts/struts2-jboss-blank/2.3.2/struts2-jboss-blank-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank.war> to org.apache.struts/struts2-jboss-blank/2.3.2/struts2-jboss-blank-2.3.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank-sources.jar> to org.apache.struts/struts2-jboss-blank/2.3.2/struts2-jboss-blank-2.3.2-sources.jar
Compressed 3.35 MB of artifacts by 21.5% relative to #339
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.3.2/struts2-jsf-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.2.jar> to org.apache.struts/struts2-jsf-plugin/2.3.2/struts2-jsf-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.3.2/struts2-jsf-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.3.2/struts2-pell-multipart-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.2.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.2/struts2-pell-multipart-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.2/struts2-pell-multipart-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.3.2/struts2-osgi-admin-bundle-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-plugin/pom.xml> to org.apache.struts/struts2-archetype-plugin/2.3.2/struts2-archetype-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.3.2/struts2-sitemesh-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.2.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.2/struts2-sitemesh-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.2/struts2-sitemesh-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.3.2/struts2-plugins-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.3.2/struts2-plexus-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.2.jar> to org.apache.struts/struts2-plexus-plugin/2.3.2/struts2-plexus-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-plexus-plugin/2.3.2/struts2-plexus-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.3.2/struts2-sitegraph-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.2.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.2/struts2-sitegraph-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.2/struts2-sitegraph-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.3.2/struts2-json-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.2.jar> to org.apache.struts/struts2-json-plugin/2.3.2/struts2-json-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-json-plugin/2.3.2/struts2-json-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/cdi/pom.xml> to org.apache.struts/struts2-cdi-plugin/2.3.2/struts2-cdi-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.3.2/struts2-tiles-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.2.jar> to org.apache.struts/struts2-tiles-plugin/2.3.2/struts2-tiles-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.3.2/struts2-tiles-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.3.2/struts2-spring-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.2.jar> to org.apache.struts/struts2-spring-plugin/2.3.2/struts2-spring-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-spring-plugin/2.3.2/struts2-spring-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.3.2/struts2-codebehind-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.2.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.2/struts2-codebehind-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.2/struts2-codebehind-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.3.2/struts2-jfreechart-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.2.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.2/struts2-jfreechart-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.2/struts2-jfreechart-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.3.2/struts2-osgi-demo-bundle-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.3.2/struts2-junit-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.2.jar> to org.apache.struts/struts2-junit-plugin/2.3.2/struts2-junit-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-junit-plugin/2.3.2/struts2-junit-plugin-2.3.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.2/struts2-embeddedjsp-plugin-2.3.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.2.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.2/struts2-embeddedjsp-plugin-2.3.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.2-sources.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.2/struts2-embeddedjsp-plugin-2.3.2-sources.jar
Compressed 1.15 MB of artifacts by 32.6% relative to #339
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #339

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/339/display/redirect>

------------------------------------------
[...truncated 506.72 KB...]
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 177 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-embeddedjsp-plugin ---
[WARNING] Warning in manifest for org.apache.struts:struts2-embeddedjsp-plugin:jar:2.3.1.2 : Superfluous export-package instructions: [org.apache.struts2.jasper.tagplugins, org, org.apache]
[INFO] 
[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ struts2-embeddedjsp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.2:test (default-test) @ struts2-embeddedjsp-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.struts2.EmbeddedJSPResultTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.259 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.2.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.1.1:jar (attach-source) > generate-sources @ struts2-embeddedjsp-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.1.1:jar (attach-source) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar (attach-source) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.2-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 GXP Plugin 2.3.1.2
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ struts2-gxp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ struts2-gxp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-gxp-plugin ---
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  1.825 s]
[INFO] XWork: Core ........................................ SUCCESS [ 37.165 s]
[INFO] Struts 2 Core ...................................... SUCCESS [ 54.564 s]
[INFO] Struts Plugins ..................................... SUCCESS [  0.462 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  3.180 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  5.765 s]
[INFO] Webapps ............................................ SUCCESS [  0.579 s]
[INFO] Blank Webapp ....................................... SUCCESS [  4.862 s]
[INFO] JBoss Blank Webapp ................................. SUCCESS [  4.348 s]
[INFO] Mail Reader Webapp ................................. SUCCESS [  2.350 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  8.149 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  1.769 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 15.187 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  4.748 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [ 11.062 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  2.214 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  3.415 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  1.947 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  1.865 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [  9.674 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [  5.070 s]
[INFO] Showcase Webapp .................................... SUCCESS [  7.379 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [ 10.536 s]
[INFO] Struts 2 Rest Showcase Example ..................... SUCCESS [  2.860 s]
[INFO] Struts 2 Codebehind Plugin ......................... SUCCESS [  4.510 s]
[INFO] Struts 2 Java Templates Plugin ..................... SUCCESS [  4.018 s]
[INFO] Struts 2 Jasper Reports Plugin ..................... SUCCESS [  1.888 s]
[INFO] Struts 2 JFreeChart Plugin ......................... SUCCESS [  4.024 s]
[INFO] Struts 2 Pell Multipart Plugin ..................... SUCCESS [  1.492 s]
[INFO] Struts 2 Plexus Plugin ............................. SUCCESS [  1.652 s]
[INFO] Struts 2 Sitegraph Plugin .......................... SUCCESS [  3.602 s]
[INFO] Struts 2 TestNG Plugin ............................. SUCCESS [  3.353 s]
[INFO] Struts 2 OVal Plugin ............................... SUCCESS [  6.767 s]
[INFO] Struts 2 OSGi Plugin ............................... SUCCESS [  4.407 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... SUCCESS [ 10.785 s]
[INFO] Struts 2 GXP Plugin ................................ FAILURE [  0.947 s]
[INFO] Struts 2 CDI Plugin ................................ SKIPPED
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Maven Archetypes .......................... SKIPPED
[INFO] Struts 2 Archetypes - Blank ........................ SKIPPED
[INFO] Struts 2 Archetypes - Blank Convention ............. SKIPPED
[INFO] Struts 2 Archetypes - Database Portlet ............. SKIPPED
[INFO] Struts 2 Archetypes - Plugin ....................... SKIPPED
[INFO] Struts 2 Archetypes - Portlet ...................... SKIPPED
[INFO] Struts 2 Archetypes - Starter ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:50 min
[INFO] Finished at: 2017-06-16T15:55:18Z
[INFO] Final Memory: 282M/620M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project struts2-gxp-plugin: Compilation failure
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-gxp-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.3.1.2/struts2-portlet-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.1.2.jar> to org.apache.struts/struts2-portlet-plugin/2.3.1.2/struts2-portlet-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.3.1.2/struts2-portlet-plugin-2.3.1.2-sources.jar
Compressed 161.39 KB of artifacts by 19.8% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.3.1.2/struts2-mailreader-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.3.1.2/struts2-mailreader-2.3.1.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.3.1.2/struts2-mailreader-2.3.1.2-sources.jar
Compressed 3.77 MB of artifacts by 56.3% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-blank/pom.xml> to org.apache.struts/struts2-archetype-blank/2.3.1.2/struts2-archetype-blank-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.3.1.2/struts2-core-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.1.2.jar> to org.apache.struts/struts2-core/2.3.1.2/struts2-core-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.1.2-sources.jar> to org.apache.struts/struts2-core/2.3.1.2/struts2-core-2.3.1.2-sources.jar
Compressed 1.49 MB of artifacts by 44.1% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.3.1.2/struts2-osgi-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.1.2.jar> to org.apache.struts/struts2-osgi-plugin/2.3.1.2/struts2-osgi-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-osgi-plugin/2.3.1.2/struts2-osgi-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-portlet/pom.xml> to org.apache.struts/struts2-archetype-portlet/2.3.1.2/struts2-archetype-portlet-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/pom.xml> to org.apache.struts.xwork/xwork-core/2.3.1.2/xwork-core-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.1.2.jar> to org.apache.struts.xwork/xwork-core/2.3.1.2/xwork-core-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.1.2-sources.jar> to org.apache.struts.xwork/xwork-core/2.3.1.2/xwork-core-2.3.1.2-sources.jar
Compressed 1.13 MB of artifacts by 30.5% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.3.1.2/struts2-dwr-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.1.2.jar> to org.apache.struts/struts2-dwr-plugin/2.3.1.2/struts2-dwr-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.3.1.2/struts2-dwr-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.3.1.2/struts2-rest-showcase-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase.war> to org.apache.struts/struts2-rest-showcase/2.3.1.2/struts2-rest-showcase-2.3.1.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase-sources.jar> to org.apache.struts/struts2-rest-showcase/2.3.1.2/struts2-rest-showcase-2.3.1.2-sources.jar
Compressed 5.42 MB of artifacts by 68.6% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.3.1.2/struts2-javatemplates-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.1.2.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.1.2/struts2-javatemplates-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.1.2/struts2-javatemplates-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.3.1.2/struts2-gxp-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.3.1.2/struts2-portlet-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.3.1.2/struts2-portlet-2.3.1.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.3.1.2/struts2-portlet-2.3.1.2-sources.jar
Compressed 7.54 MB of artifacts by 76.6% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.3.1.2/struts2-testng-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.1.2.jar> to org.apache.struts/struts2-testng-plugin/2.3.1.2/struts2-testng-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-testng-plugin/2.3.1.2/struts2-testng-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.3.1.2/struts2-blank-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.3.1.2/struts2-blank-2.3.1.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.3.1.2/struts2-blank-2.3.1.2-sources.jar
Compressed 3.30 MB of artifacts by 51.1% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-starter/pom.xml> to org.apache.struts/struts2-archetype-starter/2.3.1.2/struts2-archetype-starter-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.3.1.2/struts2-apps-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.3.1.2/struts2-dojo-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.1.2.jar> to org.apache.struts/struts2-dojo-plugin/2.3.1.2/struts2-dojo-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.3.1.2/struts2-dojo-plugin-2.3.1.2-sources.jar
Compressed 3.31 MB of artifacts by 62.3% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.3.1.2/struts2-oval-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.1.2.jar> to org.apache.struts/struts2-oval-plugin/2.3.1.2/struts2-oval-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-oval-plugin/2.3.1.2/struts2-oval-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.3.1.2/struts2-convention-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.1.2.jar> to org.apache.struts/struts2-convention-plugin/2.3.1.2/struts2-convention-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-convention-plugin/2.3.1.2/struts2-convention-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-convention/pom.xml> to org.apache.struts/struts2-archetype-convention/2.3.1.2/struts2-archetype-convention-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.3.1.2/struts2-parent-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.3.1.2/struts2-showcase-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase.war> to org.apache.struts/struts2-showcase/2.3.1.2/struts2-showcase-2.3.1.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase-sources.jar> to org.apache.struts/struts2-showcase/2.3.1.2/struts2-showcase-2.3.1.2-sources.jar
Compressed 11.84 MB of artifacts by 74.7% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.3.1.2/struts2-jasperreports-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.1.2.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.1.2/struts2-jasperreports-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.1.2/struts2-jasperreports-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.3.1.2/struts2-struts1-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.1.2.jar> to org.apache.struts/struts2-struts1-plugin/2.3.1.2/struts2-struts1-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.3.1.2/struts2-struts1-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.3.1.2/struts2-rest-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.1.2.jar> to org.apache.struts/struts2-rest-plugin/2.3.1.2/struts2-rest-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-rest-plugin/2.3.1.2/struts2-rest-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.3.1.2/struts2-osgi-bundles-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-dbportlet/pom.xml> to org.apache.struts/struts2-archetype-dbportlet/2.3.1.2/struts2-archetype-dbportlet-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/pom.xml> to org.apache.struts/struts2-archetypes/2.3.1.2/struts2-archetypes-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.3.1.2/struts2-config-browser-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.1.2.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.1.2/struts2-config-browser-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.1.2/struts2-config-browser-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/pom.xml> to org.apache.struts/struts2-jboss-blank/2.3.1.2/struts2-jboss-blank-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank.war> to org.apache.struts/struts2-jboss-blank/2.3.1.2/struts2-jboss-blank-2.3.1.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank-sources.jar> to org.apache.struts/struts2-jboss-blank/2.3.1.2/struts2-jboss-blank-2.3.1.2-sources.jar
Compressed 3.30 MB of artifacts by 51.1% relative to #338
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.3.1.2/struts2-jsf-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.1.2.jar> to org.apache.struts/struts2-jsf-plugin/2.3.1.2/struts2-jsf-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.3.1.2/struts2-jsf-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.3.1.2/struts2-pell-multipart-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.1.2.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.1.2/struts2-pell-multipart-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.1.2/struts2-pell-multipart-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.3.1.2/struts2-osgi-admin-bundle-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-plugin/pom.xml> to org.apache.struts/struts2-archetype-plugin/2.3.1.2/struts2-archetype-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.3.1.2/struts2-sitemesh-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.1.2.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.1.2/struts2-sitemesh-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.1.2/struts2-sitemesh-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.3.1.2/struts2-plugins-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.3.1.2/struts2-plexus-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.1.2.jar> to org.apache.struts/struts2-plexus-plugin/2.3.1.2/struts2-plexus-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-plexus-plugin/2.3.1.2/struts2-plexus-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.3.1.2/struts2-sitegraph-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.1.2.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.1.2/struts2-sitegraph-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.1.2/struts2-sitegraph-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.3.1.2/struts2-json-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.1.2.jar> to org.apache.struts/struts2-json-plugin/2.3.1.2/struts2-json-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-json-plugin/2.3.1.2/struts2-json-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/cdi/pom.xml> to org.apache.struts/struts2-cdi-plugin/2.3.1.2/struts2-cdi-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.3.1.2/struts2-tiles-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.1.2.jar> to org.apache.struts/struts2-tiles-plugin/2.3.1.2/struts2-tiles-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.3.1.2/struts2-tiles-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.3.1.2/struts2-spring-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.1.2.jar> to org.apache.struts/struts2-spring-plugin/2.3.1.2/struts2-spring-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-spring-plugin/2.3.1.2/struts2-spring-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.3.1.2/struts2-codebehind-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.1.2.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.1.2/struts2-codebehind-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.1.2/struts2-codebehind-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.3.1.2/struts2-jfreechart-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.1.2.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.1.2/struts2-jfreechart-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.1.2/struts2-jfreechart-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.3.1.2/struts2-osgi-demo-bundle-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.3.1.2/struts2-junit-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.1.2.jar> to org.apache.struts/struts2-junit-plugin/2.3.1.2/struts2-junit-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-junit-plugin/2.3.1.2/struts2-junit-plugin-2.3.1.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.1.2/struts2-embeddedjsp-plugin-2.3.1.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.2.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.1.2/struts2-embeddedjsp-plugin-2.3.1.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.2-sources.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.1.2/struts2-embeddedjsp-plugin-2.3.1.2-sources.jar
Compressed 1.15 MB of artifacts by 38.0% relative to #338
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #338

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/338/display/redirect>

------------------------------------------
[...truncated 509.13 KB...]
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 177 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-embeddedjsp-plugin ---
[WARNING] Warning in manifest for org.apache.struts:struts2-embeddedjsp-plugin:jar:2.3.1.1 : Superfluous export-package instructions: [org.apache.struts2.jasper.tagplugins, org, org.apache]
[INFO] 
[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ struts2-embeddedjsp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.2:test (default-test) @ struts2-embeddedjsp-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.struts2.EmbeddedJSPResultTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.1.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.1.1:jar (attach-source) > generate-sources @ struts2-embeddedjsp-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.1.1:jar (attach-source) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar (attach-source) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.1-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 GXP Plugin 2.3.1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ struts2-gxp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ struts2-gxp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-gxp-plugin ---
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  2.059 s]
[INFO] XWork: Core ........................................ SUCCESS [ 49.105 s]
[INFO] Struts 2 Core ...................................... SUCCESS [01:10 min]
[INFO] Struts Plugins ..................................... SUCCESS [  1.864 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  3.970 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  6.563 s]
[INFO] Webapps ............................................ SUCCESS [  0.709 s]
[INFO] Blank Webapp ....................................... SUCCESS [  5.616 s]
[INFO] JBoss Blank Webapp ................................. SUCCESS [  4.622 s]
[INFO] Mail Reader Webapp ................................. SUCCESS [  2.573 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  6.537 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  2.331 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 15.463 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  4.248 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [ 11.668 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  2.033 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.008 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  2.306 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  2.418 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [ 12.775 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [  5.894 s]
[INFO] Showcase Webapp .................................... SUCCESS [  6.404 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [  5.044 s]
[INFO] Struts 2 Rest Showcase Example ..................... SUCCESS [  2.972 s]
[INFO] Struts 2 Codebehind Plugin ......................... SUCCESS [  4.419 s]
[INFO] Struts 2 Java Templates Plugin ..................... SUCCESS [  5.656 s]
[INFO] Struts 2 Jasper Reports Plugin ..................... SUCCESS [  1.991 s]
[INFO] Struts 2 JFreeChart Plugin ......................... SUCCESS [  3.901 s]
[INFO] Struts 2 Pell Multipart Plugin ..................... SUCCESS [  1.606 s]
[INFO] Struts 2 Plexus Plugin ............................. SUCCESS [  2.044 s]
[INFO] Struts 2 Sitegraph Plugin .......................... SUCCESS [  3.947 s]
[INFO] Struts 2 TestNG Plugin ............................. SUCCESS [  3.851 s]
[INFO] Struts 2 OVal Plugin ............................... SUCCESS [  5.148 s]
[INFO] Struts 2 OSGi Plugin ............................... SUCCESS [  3.632 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... SUCCESS [ 11.361 s]
[INFO] Struts 2 GXP Plugin ................................ FAILURE [  1.146 s]
[INFO] Struts 2 CDI Plugin ................................ SKIPPED
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Maven Archetypes .......................... SKIPPED
[INFO] Struts 2 Archetypes - Blank ........................ SKIPPED
[INFO] Struts 2 Archetypes - Blank Convention ............. SKIPPED
[INFO] Struts 2 Archetypes - Database Portlet ............. SKIPPED
[INFO] Struts 2 Archetypes - Plugin ....................... SKIPPED
[INFO] Struts 2 Archetypes - Portlet ...................... SKIPPED
[INFO] Struts 2 Archetypes - Starter ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:25 min
[INFO] Finished at: 2017-06-16T15:48:57Z
[INFO] Final Memory: 281M/512M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project struts2-gxp-plugin: Compilation failure
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-gxp-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.3.1.1/struts2-portlet-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.1.1.jar> to org.apache.struts/struts2-portlet-plugin/2.3.1.1/struts2-portlet-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.3.1.1/struts2-portlet-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.3.1.1/struts2-mailreader-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.3.1.1/struts2-mailreader-2.3.1.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.3.1.1/struts2-mailreader-2.3.1.1-sources.jar
Compressed 3.77 MB of artifacts by 34.8% relative to #337
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-blank/pom.xml> to org.apache.struts/struts2-archetype-blank/2.3.1.1/struts2-archetype-blank-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.3.1.1/struts2-core-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.1.1.jar> to org.apache.struts/struts2-core/2.3.1.1/struts2-core-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.3.1.1-sources.jar> to org.apache.struts/struts2-core/2.3.1.1/struts2-core-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.3.1.1/struts2-osgi-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.1.1.jar> to org.apache.struts/struts2-osgi-plugin/2.3.1.1/struts2-osgi-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-osgi-plugin/2.3.1.1/struts2-osgi-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-portlet/pom.xml> to org.apache.struts/struts2-archetype-portlet/2.3.1.1/struts2-archetype-portlet-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/pom.xml> to org.apache.struts.xwork/xwork-core/2.3.1.1/xwork-core-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.1.1.jar> to org.apache.struts.xwork/xwork-core/2.3.1.1/xwork-core-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.3.1.1-sources.jar> to org.apache.struts.xwork/xwork-core/2.3.1.1/xwork-core-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.3.1.1/struts2-dwr-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.1.1.jar> to org.apache.struts/struts2-dwr-plugin/2.3.1.1/struts2-dwr-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.3.1.1/struts2-dwr-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.3.1.1/struts2-rest-showcase-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase.war> to org.apache.struts/struts2-rest-showcase/2.3.1.1/struts2-rest-showcase-2.3.1.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase-sources.jar> to org.apache.struts/struts2-rest-showcase/2.3.1.1/struts2-rest-showcase-2.3.1.1-sources.jar
Compressed 5.42 MB of artifacts by 37.5% relative to #337
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.3.1.1/struts2-javatemplates-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.1.1.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.1.1/struts2-javatemplates-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-javatemplates-plugin/2.3.1.1/struts2-javatemplates-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.3.1.1/struts2-gxp-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.3.1.1/struts2-portlet-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.3.1.1/struts2-portlet-2.3.1.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.3.1.1/struts2-portlet-2.3.1.1-sources.jar
Compressed 7.54 MB of artifacts by 34.8% relative to #337
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.3.1.1/struts2-testng-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.1.1.jar> to org.apache.struts/struts2-testng-plugin/2.3.1.1/struts2-testng-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-testng-plugin/2.3.1.1/struts2-testng-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.3.1.1/struts2-blank-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.3.1.1/struts2-blank-2.3.1.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.3.1.1/struts2-blank-2.3.1.1-sources.jar
Compressed 3.30 MB of artifacts by 28.4% relative to #337
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-starter/pom.xml> to org.apache.struts/struts2-archetype-starter/2.3.1.1/struts2-archetype-starter-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.3.1.1/struts2-apps-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.3.1.1/struts2-dojo-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.1.1.jar> to org.apache.struts/struts2-dojo-plugin/2.3.1.1/struts2-dojo-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.3.1.1/struts2-dojo-plugin-2.3.1.1-sources.jar
Compressed 3.31 MB of artifacts by 59.5% relative to #337
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.3.1.1/struts2-oval-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.1.1.jar> to org.apache.struts/struts2-oval-plugin/2.3.1.1/struts2-oval-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-oval-plugin/2.3.1.1/struts2-oval-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.3.1.1/struts2-convention-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.1.1.jar> to org.apache.struts/struts2-convention-plugin/2.3.1.1/struts2-convention-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-convention-plugin/2.3.1.1/struts2-convention-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-convention/pom.xml> to org.apache.struts/struts2-archetype-convention/2.3.1.1/struts2-archetype-convention-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.3.1.1/struts2-parent-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.3.1.1/struts2-showcase-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase.war> to org.apache.struts/struts2-showcase/2.3.1.1/struts2-showcase-2.3.1.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase-sources.jar> to org.apache.struts/struts2-showcase/2.3.1.1/struts2-showcase-2.3.1.1-sources.jar
Compressed 11.84 MB of artifacts by 38.5% relative to #337
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.3.1.1/struts2-jasperreports-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.1.1.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.1.1/struts2-jasperreports-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-jasperreports-plugin/2.3.1.1/struts2-jasperreports-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.3.1.1/struts2-struts1-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.1.1.jar> to org.apache.struts/struts2-struts1-plugin/2.3.1.1/struts2-struts1-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.3.1.1/struts2-struts1-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.3.1.1/struts2-rest-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.1.1.jar> to org.apache.struts/struts2-rest-plugin/2.3.1.1/struts2-rest-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-rest-plugin/2.3.1.1/struts2-rest-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.3.1.1/struts2-osgi-bundles-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-dbportlet/pom.xml> to org.apache.struts/struts2-archetype-dbportlet/2.3.1.1/struts2-archetype-dbportlet-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/pom.xml> to org.apache.struts/struts2-archetypes/2.3.1.1/struts2-archetypes-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.3.1.1/struts2-config-browser-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.1.1.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.1.1/struts2-config-browser-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.3.1.1/struts2-config-browser-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/pom.xml> to org.apache.struts/struts2-jboss-blank/2.3.1.1/struts2-jboss-blank-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank.war> to org.apache.struts/struts2-jboss-blank/2.3.1.1/struts2-jboss-blank-2.3.1.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank-sources.jar> to org.apache.struts/struts2-jboss-blank/2.3.1.1/struts2-jboss-blank-2.3.1.1-sources.jar
Compressed 3.30 MB of artifacts by 28.4% relative to #337
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.3.1.1/struts2-jsf-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.1.1.jar> to org.apache.struts/struts2-jsf-plugin/2.3.1.1/struts2-jsf-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.3.1.1/struts2-jsf-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.3.1.1/struts2-pell-multipart-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.1.1.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.1.1/struts2-pell-multipart-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.3.1.1/struts2-pell-multipart-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.3.1.1/struts2-osgi-admin-bundle-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-plugin/pom.xml> to org.apache.struts/struts2-archetype-plugin/2.3.1.1/struts2-archetype-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.3.1.1/struts2-sitemesh-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.1.1.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.1.1/struts2-sitemesh-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.3.1.1/struts2-sitemesh-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.3.1.1/struts2-plugins-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.3.1.1/struts2-plexus-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.1.1.jar> to org.apache.struts/struts2-plexus-plugin/2.3.1.1/struts2-plexus-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-plexus-plugin/2.3.1.1/struts2-plexus-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.3.1.1/struts2-sitegraph-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.1.1.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.1.1/struts2-sitegraph-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-sitegraph-plugin/2.3.1.1/struts2-sitegraph-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.3.1.1/struts2-json-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.1.1.jar> to org.apache.struts/struts2-json-plugin/2.3.1.1/struts2-json-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-json-plugin/2.3.1.1/struts2-json-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/cdi/pom.xml> to org.apache.struts/struts2-cdi-plugin/2.3.1.1/struts2-cdi-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.3.1.1/struts2-tiles-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.1.1.jar> to org.apache.struts/struts2-tiles-plugin/2.3.1.1/struts2-tiles-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.3.1.1/struts2-tiles-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.3.1.1/struts2-spring-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.1.1.jar> to org.apache.struts/struts2-spring-plugin/2.3.1.1/struts2-spring-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-spring-plugin/2.3.1.1/struts2-spring-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.3.1.1/struts2-codebehind-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.1.1.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.1.1/struts2-codebehind-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-codebehind-plugin/2.3.1.1/struts2-codebehind-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.3.1.1/struts2-jfreechart-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.1.1.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.1.1/struts2-jfreechart-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-jfreechart-plugin/2.3.1.1/struts2-jfreechart-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.3.1.1/struts2-osgi-demo-bundle-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.3.1.1/struts2-junit-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.1.1.jar> to org.apache.struts/struts2-junit-plugin/2.3.1.1/struts2-junit-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-junit-plugin/2.3.1.1/struts2-junit-plugin-2.3.1.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.1.1/struts2-embeddedjsp-plugin-2.3.1.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.1.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.1.1/struts2-embeddedjsp-plugin-2.3.1.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.3.1.1-sources.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.3.1.1/struts2-embeddedjsp-plugin-2.3.1.1-sources.jar
Compressed 1.15 MB of artifacts by 38.0% relative to #337
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #337

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/337/display/redirect>

------------------------------------------
[...truncated 499.10 KB...]
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 177 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-embeddedjsp-plugin ---
[WARNING] Warning in manifest for org.apache.struts:struts2-embeddedjsp-plugin:jar:2.2.3.1 : Superfluous export-package instructions: [org.apache.struts2.jasper.tagplugins, org, org.apache]
[INFO] 
[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ struts2-embeddedjsp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.2:test (default-test) @ struts2-embeddedjsp-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.struts2.EmbeddedJSPResultTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.026 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.3.1.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.1.1:jar (attach-source) > generate-sources @ struts2-embeddedjsp-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.1.1:jar (attach-source) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar (attach-source) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.3.1-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 GXP Plugin 2.2.3.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ struts2-gxp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ struts2-gxp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-gxp-plugin ---
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  2.052 s]
[INFO] XWork: Core ........................................ SUCCESS [02:47 min]
[INFO] Struts 2 Core ...................................... SUCCESS [ 58.701 s]
[INFO] Struts Plugins ..................................... SUCCESS [  0.479 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  2.884 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  4.875 s]
[INFO] Webapps ............................................ SUCCESS [  2.217 s]
[INFO] Blank Webapp ....................................... SUCCESS [  4.679 s]
[INFO] JBoss Blank Webapp ................................. SUCCESS [  4.462 s]
[INFO] Starter Webapp ..................................... SUCCESS [  2.139 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  8.026 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  2.084 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 14.022 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  4.382 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [ 10.581 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  1.941 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.405 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  1.972 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  1.815 s]
[INFO] Struts 2 Codebehind Plugin ......................... SUCCESS [  5.454 s]
[INFO] Showcase Webapp .................................... SUCCESS [  5.592 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [  6.552 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [  5.617 s]
[INFO] Struts 2 Rest Showcase Example ..................... SUCCESS [  5.127 s]
[INFO] Struts 2 Java Templates Plugin ..................... SUCCESS [  9.701 s]
[INFO] Struts 2 Jasper Reports Plugin ..................... SUCCESS [  2.271 s]
[INFO] Struts 2 JFreeChart Plugin ......................... SUCCESS [  5.279 s]
[INFO] Struts 2 Pell Multipart Plugin ..................... SUCCESS [  2.274 s]
[INFO] Struts 2 Plexus Plugin ............................. SUCCESS [  2.897 s]
[INFO] Struts 2 Sitegraph Plugin .......................... SUCCESS [  8.790 s]
[INFO] Struts 2 TestNG Plugin ............................. SUCCESS [  4.353 s]
[INFO] Struts 2 OVal Plugin ............................... SUCCESS [  5.576 s]
[INFO] Struts 2 OSGi Plugin ............................... SUCCESS [  3.356 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [  7.311 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... SUCCESS [  9.332 s]
[INFO] Struts 2 GXP Plugin ................................ FAILURE [  1.116 s]
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Maven Archetypes .......................... SKIPPED
[INFO] Struts 2 Archetypes - Blank ........................ SKIPPED
[INFO] Struts 2 Archetypes - Blank Convention ............. SKIPPED
[INFO] Struts 2 Archetypes - Database Portlet ............. SKIPPED
[INFO] Struts 2 Archetypes - Plugin ....................... SKIPPED
[INFO] Struts 2 Archetypes - Portlet ...................... SKIPPED
[INFO] Struts 2 Archetypes - Starter ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:17 min
[INFO] Finished at: 2017-06-16T15:41:49Z
[INFO] Final Memory: 275M/487M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project struts2-gxp-plugin: Compilation failure
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-gxp-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.2.3.1/struts2-portlet-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.2.3.1.jar> to org.apache.struts/struts2-portlet-plugin/2.2.3.1/struts2-portlet-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.2.3.1/struts2-portlet-plugin-2.2.3.1-sources.jar
Compressed 150.55 KB of artifacts by 21.3% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.2.3.1/struts2-mailreader-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.2.3.1/struts2-mailreader-2.2.3.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.2.3.1/struts2-mailreader-2.2.3.1-sources.jar
Compressed 3.73 MB of artifacts by 62.8% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-blank/pom.xml> to org.apache.struts/struts2-archetype-blank/2.2.3.1/struts2-archetype-blank-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.2.3.1/struts2-core-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.2.3.1.jar> to org.apache.struts/struts2-core/2.2.3.1/struts2-core-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.2.3.1-sources.jar> to org.apache.struts/struts2-core/2.2.3.1/struts2-core-2.2.3.1-sources.jar
Compressed 1.49 MB of artifacts by 39.9% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.2.3.1/struts2-osgi-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.2.3.1.jar> to org.apache.struts/struts2-osgi-plugin/2.2.3.1/struts2-osgi-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-osgi-plugin/2.2.3.1/struts2-osgi-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-portlet/pom.xml> to org.apache.struts/struts2-archetype-portlet/2.2.3.1/struts2-archetype-portlet-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/pom.xml> to org.apache.struts.xwork/xwork-core/2.2.3.1/xwork-core-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.2.3.1.jar> to org.apache.struts.xwork/xwork-core/2.2.3.1/xwork-core-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.2.3.1-sources.jar> to org.apache.struts.xwork/xwork-core/2.2.3.1/xwork-core-2.2.3.1-sources.jar
Compressed 1.12 MB of artifacts by 30.7% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.2.3.1/struts2-dwr-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.2.3.1.jar> to org.apache.struts/struts2-dwr-plugin/2.2.3.1/struts2-dwr-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.2.3.1/struts2-dwr-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.2.3.1/struts2-rest-showcase-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase.war> to org.apache.struts/struts2-rest-showcase/2.2.3.1/struts2-rest-showcase-2.2.3.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase-sources.jar> to org.apache.struts/struts2-rest-showcase/2.2.3.1/struts2-rest-showcase-2.2.3.1-sources.jar
Compressed 4.52 MB of artifacts by 67.7% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.2.3.1/struts2-javatemplates-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.2.3.1.jar> to org.apache.struts/struts2-javatemplates-plugin/2.2.3.1/struts2-javatemplates-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-javatemplates-plugin/2.2.3.1/struts2-javatemplates-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.2.3.1/struts2-gxp-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.2.3.1/struts2-portlet-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.2.3.1/struts2-portlet-2.2.3.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.2.3.1/struts2-portlet-2.2.3.1-sources.jar
Compressed 6.56 MB of artifacts by 76.6% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.2.3.1/struts2-testng-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.2.3.1.jar> to org.apache.struts/struts2-testng-plugin/2.2.3.1/struts2-testng-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-testng-plugin/2.2.3.1/struts2-testng-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.2.3.1/struts2-blank-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.2.3.1/struts2-blank-2.2.3.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.2.3.1/struts2-blank-2.2.3.1-sources.jar
Compressed 3.26 MB of artifacts by 58.5% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-starter/pom.xml> to org.apache.struts/struts2-archetype-starter/2.2.3.1/struts2-archetype-starter-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.2.3.1/struts2-apps-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.2.3.1/struts2-dojo-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.2.3.1.jar> to org.apache.struts/struts2-dojo-plugin/2.2.3.1/struts2-dojo-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.2.3.1/struts2-dojo-plugin-2.2.3.1-sources.jar
Compressed 3.31 MB of artifacts by 60.4% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.2.3.1/struts2-oval-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.2.3.1.jar> to org.apache.struts/struts2-oval-plugin/2.2.3.1/struts2-oval-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-oval-plugin/2.2.3.1/struts2-oval-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.2.3.1/struts2-convention-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.2.3.1.jar> to org.apache.struts/struts2-convention-plugin/2.2.3.1/struts2-convention-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-convention-plugin/2.2.3.1/struts2-convention-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-convention/pom.xml> to org.apache.struts/struts2-archetype-convention/2.2.3.1/struts2-archetype-convention-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.2.3.1/struts2-parent-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.2.3.1/struts2-showcase-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase.war> to org.apache.struts/struts2-showcase/2.2.3.1/struts2-showcase-2.2.3.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase-sources.jar> to org.apache.struts/struts2-showcase/2.2.3.1/struts2-showcase-2.2.3.1-sources.jar
Compressed 10.79 MB of artifacts by 64.9% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.2.3.1/struts2-jasperreports-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.2.3.1.jar> to org.apache.struts/struts2-jasperreports-plugin/2.2.3.1/struts2-jasperreports-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-jasperreports-plugin/2.2.3.1/struts2-jasperreports-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.2.3.1/struts2-struts1-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.2.3.1.jar> to org.apache.struts/struts2-struts1-plugin/2.2.3.1/struts2-struts1-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.2.3.1/struts2-struts1-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.2.3.1/struts2-rest-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.2.3.1.jar> to org.apache.struts/struts2-rest-plugin/2.2.3.1/struts2-rest-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-rest-plugin/2.2.3.1/struts2-rest-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.2.3.1/struts2-osgi-bundles-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-dbportlet/pom.xml> to org.apache.struts/struts2-archetype-dbportlet/2.2.3.1/struts2-archetype-dbportlet-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/pom.xml> to org.apache.struts/struts2-archetypes/2.2.3.1/struts2-archetypes-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.2.3.1/struts2-config-browser-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.2.3.1.jar> to org.apache.struts/struts2-config-browser-plugin/2.2.3.1/struts2-config-browser-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.2.3.1/struts2-config-browser-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/pom.xml> to org.apache.struts/struts2-jboss-blank/2.2.3.1/struts2-jboss-blank-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank.war> to org.apache.struts/struts2-jboss-blank/2.2.3.1/struts2-jboss-blank-2.2.3.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank-sources.jar> to org.apache.struts/struts2-jboss-blank/2.2.3.1/struts2-jboss-blank-2.2.3.1-sources.jar
Compressed 3.26 MB of artifacts by 58.6% relative to #336
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.2.3.1/struts2-jsf-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.2.3.1.jar> to org.apache.struts/struts2-jsf-plugin/2.2.3.1/struts2-jsf-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.2.3.1/struts2-jsf-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.2.3.1/struts2-pell-multipart-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.2.3.1.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.2.3.1/struts2-pell-multipart-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.2.3.1/struts2-pell-multipart-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.2.3.1/struts2-osgi-admin-bundle-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-plugin/pom.xml> to org.apache.struts/struts2-archetype-plugin/2.2.3.1/struts2-archetype-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.2.3.1/struts2-sitemesh-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.2.3.1.jar> to org.apache.struts/struts2-sitemesh-plugin/2.2.3.1/struts2-sitemesh-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.2.3.1/struts2-sitemesh-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.2.3.1/struts2-plugins-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.2.3.1/struts2-plexus-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.2.3.1.jar> to org.apache.struts/struts2-plexus-plugin/2.2.3.1/struts2-plexus-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-plexus-plugin/2.2.3.1/struts2-plexus-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.2.3.1/struts2-sitegraph-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.2.3.1.jar> to org.apache.struts/struts2-sitegraph-plugin/2.2.3.1/struts2-sitegraph-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-sitegraph-plugin/2.2.3.1/struts2-sitegraph-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.2.3.1/struts2-json-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.2.3.1.jar> to org.apache.struts/struts2-json-plugin/2.2.3.1/struts2-json-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-json-plugin/2.2.3.1/struts2-json-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.2.3.1/struts2-tiles-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.2.3.1.jar> to org.apache.struts/struts2-tiles-plugin/2.2.3.1/struts2-tiles-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.2.3.1/struts2-tiles-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.2.3.1/struts2-spring-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.2.3.1.jar> to org.apache.struts/struts2-spring-plugin/2.2.3.1/struts2-spring-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-spring-plugin/2.2.3.1/struts2-spring-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.2.3.1/struts2-codebehind-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.2.3.1.jar> to org.apache.struts/struts2-codebehind-plugin/2.2.3.1/struts2-codebehind-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-codebehind-plugin/2.2.3.1/struts2-codebehind-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.2.3.1/struts2-jfreechart-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.2.3.1.jar> to org.apache.struts/struts2-jfreechart-plugin/2.2.3.1/struts2-jfreechart-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-jfreechart-plugin/2.2.3.1/struts2-jfreechart-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.2.3.1/struts2-osgi-demo-bundle-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.2.3.1/struts2-junit-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.2.3.1.jar> to org.apache.struts/struts2-junit-plugin/2.2.3.1/struts2-junit-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-junit-plugin/2.2.3.1/struts2-junit-plugin-2.2.3.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.2.3.1/struts2-embeddedjsp-plugin-2.2.3.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.3.1.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.2.3.1/struts2-embeddedjsp-plugin-2.2.3.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.3.1-sources.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.2.3.1/struts2-embeddedjsp-plugin-2.2.3.1-sources.jar
Compressed 1.15 MB of artifacts by 38.0% relative to #336
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #336

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/336/display/redirect>

------------------------------------------
[...truncated 501.18 KB...]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 177 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-embeddedjsp-plugin ---
[WARNING] Warning in manifest for org.apache.struts:struts2-embeddedjsp-plugin:jar:2.2.2 : Superfluous export-package instructions: [org.apache.struts2.jasper.tagplugins, org, org.apache]
[INFO] 
[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ struts2-embeddedjsp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ struts2-embeddedjsp-plugin ---
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.2:test (default-test) @ struts2-embeddedjsp-plugin ---
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.pom (2.0 kB at 79 kB/s)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.4.2/surefire-junit4-2.4.2.jar (12 kB at 680 kB/s)
[INFO] Surefire report directory: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.struts2.EmbeddedJSPResultTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 sec

Results :

Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.2.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.1.1:jar (attach-source) > generate-sources @ struts2-embeddedjsp-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.1.1:jar (attach-source) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar (attach-source) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.2-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 GXP Plugin 2.2.2
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ struts2-gxp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ struts2-gxp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ struts2-gxp-plugin ---
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  2.017 s]
[INFO] XWork: Core ........................................ SUCCESS [02:43 min]
[INFO] Struts 2 Core ...................................... SUCCESS [ 54.191 s]
[INFO] Struts Plugins ..................................... SUCCESS [  1.724 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  2.941 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  4.815 s]
[INFO] Webapps ............................................ SUCCESS [  1.106 s]
[INFO] Blank Webapp ....................................... SUCCESS [  7.457 s]
[INFO] JBoss Blank Webapp ................................. SUCCESS [  4.868 s]
[INFO] Starter Webapp ..................................... SUCCESS [  3.695 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  9.755 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  3.333 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 15.912 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  6.111 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [ 16.262 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  6.798 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  6.359 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  4.919 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  8.258 s]
[INFO] Struts 2 Codebehind Plugin ......................... SUCCESS [  9.832 s]
[INFO] Showcase Webapp .................................... SUCCESS [ 16.469 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [ 12.459 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [ 14.026 s]
[INFO] Struts 2 Rest Showcase Example ..................... SUCCESS [  8.016 s]
[INFO] Struts 2 Java Templates Plugin ..................... SUCCESS [ 10.189 s]
[INFO] Struts 2 Jasper Reports Plugin ..................... SUCCESS [  3.266 s]
[INFO] Struts 2 JFreeChart Plugin ......................... SUCCESS [ 10.839 s]
[INFO] Struts 2 Pell Multipart Plugin ..................... SUCCESS [  6.050 s]
[INFO] Struts 2 Plexus Plugin ............................. SUCCESS [  4.093 s]
[INFO] Struts 2 Sitegraph Plugin .......................... SUCCESS [ 11.126 s]
[INFO] Struts 2 TestNG Plugin ............................. SUCCESS [  8.777 s]
[INFO] Struts 2 OVal Plugin ............................... SUCCESS [  9.367 s]
[INFO] Struts 2 OSGi Plugin ............................... SUCCESS [  6.531 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [ 12.990 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... SUCCESS [ 14.191 s]
[INFO] Struts 2 GXP Plugin ................................ FAILURE [  3.647 s]
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Maven Archetypes .......................... SKIPPED
[INFO] Struts 2 Archetypes - Blank ........................ SKIPPED
[INFO] Struts 2 Archetypes - Blank Convention ............. SKIPPED
[INFO] Struts 2 Archetypes - Database Portlet ............. SKIPPED
[INFO] Struts 2 Archetypes - Plugin ....................... SKIPPED
[INFO] Struts 2 Archetypes - Portlet ...................... SKIPPED
[INFO] Struts 2 Archetypes - Starter ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:15 min
[INFO] Finished at: 2017-06-16T15:30:55Z
[INFO] Final Memory: 278M/510M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project struts2-gxp-plugin: Compilation failure
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java>:[129,30] error: name clash: getInstance(Class<?>) in GxpInstance and getInstance(Class) in Gxp have the same erasure, yet neither hides the other
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-gxp-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.2.2/struts2-portlet-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.2.2.jar> to org.apache.struts/struts2-portlet-plugin/2.2.2/struts2-portlet-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.2.2/struts2-portlet-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.2.2/struts2-mailreader-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.2.2/struts2-mailreader-2.2.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.2.2/struts2-mailreader-2.2.2-sources.jar
Compressed 3.73 MB of artifacts by 20.1% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-blank/pom.xml> to org.apache.struts/struts2-archetype-blank/2.2.2/struts2-archetype-blank-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.2.2/struts2-core-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.2.2.jar> to org.apache.struts/struts2-core/2.2.2/struts2-core-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.2.2-sources.jar> to org.apache.struts/struts2-core/2.2.2/struts2-core-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.2.2/struts2-osgi-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.2.2.jar> to org.apache.struts/struts2-osgi-plugin/2.2.2/struts2-osgi-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/target/struts2-osgi-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-osgi-plugin/2.2.2/struts2-osgi-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-portlet/pom.xml> to org.apache.struts/struts2-archetype-portlet/2.2.2/struts2-archetype-portlet-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/pom.xml> to org.apache.struts.xwork/xwork-core/2.2.2/xwork-core-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.2.2.jar> to org.apache.struts.xwork/xwork-core/2.2.2/xwork-core-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/xwork-core/target/xwork-core-2.2.2-sources.jar> to org.apache.struts.xwork/xwork-core/2.2.2/xwork-core-2.2.2-sources.jar
Compressed 1.12 MB of artifacts by 11.2% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.2.2/struts2-dwr-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.2.2.jar> to org.apache.struts/struts2-dwr-plugin/2.2.2/struts2-dwr-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.2.2/struts2-dwr-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.2.2/struts2-rest-showcase-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase.war> to org.apache.struts/struts2-rest-showcase/2.2.2/struts2-rest-showcase-2.2.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/target/struts2-rest-showcase-sources.jar> to org.apache.struts/struts2-rest-showcase/2.2.2/struts2-rest-showcase-2.2.2-sources.jar
Compressed 4.52 MB of artifacts by 29.7% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.2.2/struts2-javatemplates-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.2.2.jar> to org.apache.struts/struts2-javatemplates-plugin/2.2.2/struts2-javatemplates-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/target/struts2-javatemplates-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-javatemplates-plugin/2.2.2/struts2-javatemplates-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.2.2/struts2-gxp-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.2.2/struts2-portlet-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.2.2/struts2-portlet-2.2.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.2.2/struts2-portlet-2.2.2-sources.jar
Compressed 6.56 MB of artifacts by 51.4% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.2.2/struts2-testng-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.2.2.jar> to org.apache.struts/struts2-testng-plugin/2.2.2/struts2-testng-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/target/struts2-testng-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-testng-plugin/2.2.2/struts2-testng-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.2.2/struts2-blank-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.2.2/struts2-blank-2.2.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.2.2/struts2-blank-2.2.2-sources.jar
Compressed 3.26 MB of artifacts by 23.0% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-starter/pom.xml> to org.apache.struts/struts2-archetype-starter/2.2.2/struts2-archetype-starter-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.2.2/struts2-apps-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.2.2/struts2-dojo-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.2.2.jar> to org.apache.struts/struts2-dojo-plugin/2.2.2/struts2-dojo-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.2.2/struts2-dojo-plugin-2.2.2-sources.jar
Compressed 3.31 MB of artifacts by 59.5% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.2.2/struts2-oval-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.2.2.jar> to org.apache.struts/struts2-oval-plugin/2.2.2/struts2-oval-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/target/struts2-oval-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-oval-plugin/2.2.2/struts2-oval-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.2.2/struts2-convention-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.2.2.jar> to org.apache.struts/struts2-convention-plugin/2.2.2/struts2-convention-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-convention-plugin/2.2.2/struts2-convention-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-convention/pom.xml> to org.apache.struts/struts2-archetype-convention/2.2.2/struts2-archetype-convention-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.2.2/struts2-parent-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.2.2/struts2-showcase-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase.war> to org.apache.struts/struts2-showcase/2.2.2/struts2-showcase-2.2.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/target/struts2-showcase-sources.jar> to org.apache.struts/struts2-showcase/2.2.2/struts2-showcase-2.2.2-sources.jar
Compressed 10.79 MB of artifacts by 45.5% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.2.2/struts2-jasperreports-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.2.2.jar> to org.apache.struts/struts2-jasperreports-plugin/2.2.2/struts2-jasperreports-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/target/struts2-jasperreports-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-jasperreports-plugin/2.2.2/struts2-jasperreports-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.2.2/struts2-struts1-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.2.2.jar> to org.apache.struts/struts2-struts1-plugin/2.2.2/struts2-struts1-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.2.2/struts2-struts1-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.2.2/struts2-rest-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.2.2.jar> to org.apache.struts/struts2-rest-plugin/2.2.2/struts2-rest-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/target/struts2-rest-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-rest-plugin/2.2.2/struts2-rest-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.2.2/struts2-osgi-bundles-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-dbportlet/pom.xml> to org.apache.struts/struts2-archetype-dbportlet/2.2.2/struts2-archetype-dbportlet-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/pom.xml> to org.apache.struts/struts2-archetypes/2.2.2/struts2-archetypes-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.2.2/struts2-config-browser-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.2.2.jar> to org.apache.struts/struts2-config-browser-plugin/2.2.2/struts2-config-browser-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.2.2/struts2-config-browser-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/pom.xml> to org.apache.struts/struts2-jboss-blank/2.2.2/struts2-jboss-blank-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank.war> to org.apache.struts/struts2-jboss-blank/2.2.2/struts2-jboss-blank-2.2.2.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/jboss-blank/target/struts2-jboss-blank-sources.jar> to org.apache.struts/struts2-jboss-blank/2.2.2/struts2-jboss-blank-2.2.2-sources.jar
Compressed 3.25 MB of artifacts by 23.0% relative to #335
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.2.2/struts2-jsf-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.2.2.jar> to org.apache.struts/struts2-jsf-plugin/2.2.2/struts2-jsf-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.2.2/struts2-jsf-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.2.2/struts2-pell-multipart-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.2.2.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.2.2/struts2-pell-multipart-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/target/struts2-pell-multipart-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-pell-multipart-plugin/2.2.2/struts2-pell-multipart-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.2.2/struts2-osgi-admin-bundle-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/archetypes/struts2-archetype-plugin/pom.xml> to org.apache.struts/struts2-archetype-plugin/2.2.2/struts2-archetype-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.2.2/struts2-sitemesh-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.2.2.jar> to org.apache.struts/struts2-sitemesh-plugin/2.2.2/struts2-sitemesh-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.2.2/struts2-sitemesh-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.2.2/struts2-plugins-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.2.2/struts2-plexus-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.2.2.jar> to org.apache.struts/struts2-plexus-plugin/2.2.2/struts2-plexus-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/target/struts2-plexus-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-plexus-plugin/2.2.2/struts2-plexus-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.2.2/struts2-sitegraph-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.2.2.jar> to org.apache.struts/struts2-sitegraph-plugin/2.2.2/struts2-sitegraph-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/target/struts2-sitegraph-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-sitegraph-plugin/2.2.2/struts2-sitegraph-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.2.2/struts2-json-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.2.2.jar> to org.apache.struts/struts2-json-plugin/2.2.2/struts2-json-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-json-plugin/2.2.2/struts2-json-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.2.2/struts2-tiles-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.2.2.jar> to org.apache.struts/struts2-tiles-plugin/2.2.2/struts2-tiles-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.2.2/struts2-tiles-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.2.2/struts2-spring-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.2.2.jar> to org.apache.struts/struts2-spring-plugin/2.2.2/struts2-spring-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-spring-plugin/2.2.2/struts2-spring-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.2.2/struts2-codebehind-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.2.2.jar> to org.apache.struts/struts2-codebehind-plugin/2.2.2/struts2-codebehind-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/struts2-codebehind-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-codebehind-plugin/2.2.2/struts2-codebehind-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.2.2/struts2-jfreechart-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.2.2.jar> to org.apache.struts/struts2-jfreechart-plugin/2.2.2/struts2-jfreechart-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/target/struts2-jfreechart-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-jfreechart-plugin/2.2.2/struts2-jfreechart-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.2.2/struts2-osgi-demo-bundle-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.2.2/struts2-junit-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.2.2.jar> to org.apache.struts/struts2-junit-plugin/2.2.2/struts2-junit-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-junit-plugin/2.2.2/struts2-junit-plugin-2.2.2-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.2.2/struts2-embeddedjsp-plugin-2.2.2.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.2.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.2.2/struts2-embeddedjsp-plugin-2.2.2.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.2.2-sources.jar> to org.apache.struts/struts2-embeddedjsp-plugin/2.2.2/struts2-embeddedjsp-plugin-2.2.2-sources.jar
Compressed 1.15 MB of artifacts by 35.3% relative to #335
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Jenkins build is still unstable: Struts-JDK7-pull-request #335

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/335/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Jenkins build is unstable: Struts-JDK7-pull-request #334

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/334/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #333

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/333/display/redirect>

------------------------------------------
[...truncated 291.64 KB...]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-tiles-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-tiles-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-tiles-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.3:test (default-test) @ struts2-tiles-plugin ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.8.1.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-source) > generate-sources @ struts2-tiles-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-source) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-source) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.8.1-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Codebehind Plugin 2.1.8.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 7 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/classes>
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-codebehind-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/test-classes>
An exception has occurred in the compiler (1.7.0_80). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
java.lang.IllegalAccessError: tried to access class com.sun.tools.javac.comp.Lower$7 from class com.sun.tools.javac.comp.Lower
	at com.sun.tools.javac.comp.Lower.needPackageInfoClass(Lower.java:2229)
	at com.sun.tools.javac.comp.Lower.visitTopLevel(Lower.java:2205)
	at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:459)
	at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2160)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2180)
	at com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3658)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1352)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1273)
	at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:870)
	at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:829)
	at com.sun.tools.javac.main.Main.compile(Main.java:439)
	at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:132)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:169)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:785)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  2.532 s]
[INFO] Struts 2 Core ...................................... SUCCESS [01:11 min]
[INFO] Struts Plugins ..................................... SUCCESS [  0.283 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  1.975 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  3.806 s]
[INFO] Webapps ............................................ SUCCESS [  0.562 s]
[INFO] Blank Webapp ....................................... SUCCESS [  3.695 s]
[INFO] Starter Webapp ..................................... SUCCESS [  1.267 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  6.116 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  1.084 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 12.877 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  2.876 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [  9.118 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  1.158 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  0.981 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  0.951 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  1.104 s]
[INFO] Struts 2 Codebehind Plugin ......................... FAILURE [  0.790 s]
[INFO] Showcase Webapp .................................... SKIPPED
[INFO] Struts 2 REST Plugin ............................... SKIPPED
[INFO] Struts 2 Convention Plugin ......................... SKIPPED
[INFO] Struts 2 Rest Showcase Example ..................... SKIPPED
[INFO] Struts 2 Java Templates Plugin ..................... SKIPPED
[INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED
[INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED
[INFO] Struts 2 Pell Multipart Plugin ..................... SKIPPED
[INFO] Struts 2 Plexus Plugin ............................. SKIPPED
[INFO] Struts 2 Sitegraph Plugin .......................... SKIPPED
[INFO] Struts 2 TestNG Plugin ............................. SKIPPED
[INFO] Struts 2 OVal Plugin ............................... SKIPPED
[INFO] Struts 2 OSGi Plugin ............................... SKIPPED
[INFO] Struts 2 JSON Plugin ............................... SKIPPED
[INFO] Struts 2 Embedded JSP Plugin ....................... SKIPPED
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:23 min
[INFO] Finished at: 2017-06-16T15:01:15Z
[INFO] Final Memory: 60M/316M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project struts2-codebehind-plugin: Compilation failure
[ERROR] An unknown compilation problem occurred
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-codebehind-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.1.8.1/struts2-portlet-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.8.1.jar> to org.apache.struts/struts2-portlet-plugin/2.1.8.1/struts2-portlet-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.1.8.1/struts2-portlet-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.1.8.1/struts2-mailreader-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.1.8.1/struts2-mailreader-2.1.8.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.1.8.1/struts2-mailreader-2.1.8.1-sources.jar
Compressed 3.70 MB of artifacts by 13.5% relative to #332
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.1.8.1/struts2-core-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.8.1.jar> to org.apache.struts/struts2-core/2.1.8.1/struts2-core-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.8.1-sources.jar> to org.apache.struts/struts2-core/2.1.8.1/struts2-core-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.1.8.1/struts2-osgi-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.1.8.1/struts2-dwr-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.8.1.jar> to org.apache.struts/struts2-dwr-plugin/2.1.8.1/struts2-dwr-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.1.8.1/struts2-dwr-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.1.8.1/struts2-rest-showcase-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.1.8.1/struts2-javatemplates-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.1.8.1/struts2-portlet-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.1.8.1/struts2-portlet-2.1.8.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.1.8.1/struts2-portlet-2.1.8.1-sources.jar
Compressed 7.51 MB of artifacts by 53.7% relative to #332
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.1.8.1/struts2-testng-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.1.8.1/struts2-blank-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.1.8.1/struts2-blank-2.1.8.1.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.1.8.1/struts2-blank-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.1.8.1/struts2-apps-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.1.8.1/struts2-dojo-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.8.1.jar> to org.apache.struts/struts2-dojo-plugin/2.1.8.1/struts2-dojo-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.1.8.1/struts2-dojo-plugin-2.1.8.1-sources.jar
Compressed 3.31 MB of artifacts by 26.4% relative to #332
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.1.8.1/struts2-oval-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.1.8.1/struts2-convention-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.1.8.1/struts2-parent-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.1.8.1/struts2-showcase-2.1.8.1.pom
No artifacts from Struts-JDK7-pull-request » Showcase Webapp #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.1.8.1/struts2-jasperreports-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.1.8.1/struts2-struts1-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.8.1.jar> to org.apache.struts/struts2-struts1-plugin/2.1.8.1/struts2-struts1-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.1.8.1/struts2-struts1-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.1.8.1/struts2-rest-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.1.8.1/struts2-osgi-bundles-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.1.8.1/struts2-config-browser-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.8.1.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.8.1/struts2-config-browser-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.8.1/struts2-config-browser-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.1.8.1/struts2-jsf-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.8.1.jar> to org.apache.struts/struts2-jsf-plugin/2.1.8.1/struts2-jsf-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.1.8.1/struts2-jsf-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.1.8.1/struts2-pell-multipart-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.1.8.1/struts2-osgi-admin-bundle-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.1.8.1/struts2-sitemesh-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.8.1.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.8.1/struts2-sitemesh-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.8.1/struts2-sitemesh-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.1.8.1/struts2-plugins-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.1.8.1/struts2-plexus-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.1.8.1/struts2-sitegraph-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.1.8.1/struts2-json-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.1.8.1/struts2-tiles-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.8.1.jar> to org.apache.struts/struts2-tiles-plugin/2.1.8.1/struts2-tiles-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.1.8.1/struts2-tiles-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.1.8.1/struts2-spring-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.8.1.jar> to org.apache.struts/struts2-spring-plugin/2.1.8.1/struts2-spring-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-spring-plugin/2.1.8.1/struts2-spring-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.1.8.1/struts2-codebehind-plugin-2.1.8.1.pom
No artifacts from Struts-JDK7-pull-request » Struts 2 Codebehind Plugin #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.1.8.1/struts2-jfreechart-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.1.8.1/struts2-osgi-demo-bundle-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.1.8.1/struts2-junit-plugin-2.1.8.1.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.8.1.jar> to org.apache.struts/struts2-junit-plugin/2.1.8.1/struts2-junit-plugin-2.1.8.1.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.8.1-sources.jar> to org.apache.struts/struts2-junit-plugin/2.1.8.1/struts2-junit-plugin-2.1.8.1-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.1.8.1/struts2-embeddedjsp-plugin-2.1.8.1.pom
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #332

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/332/display/redirect>

------------------------------------------
[...truncated 274.63 KB...]
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Tiles Plugin 2.1.7
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-tiles-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-tiles-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-tiles-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.3:test (default-test) @ struts2-tiles-plugin ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.7.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-source) > generate-sources @ struts2-tiles-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-source) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-source) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.7-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Codebehind Plugin 2.1.7
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 7 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/classes>
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-codebehind-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/test-classes>
An exception has occurred in the compiler (1.7.0_80). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
java.lang.IllegalAccessError: tried to access class com.sun.tools.javac.comp.Lower$7 from class com.sun.tools.javac.comp.Lower
	at com.sun.tools.javac.comp.Lower.needPackageInfoClass(Lower.java:2229)
	at com.sun.tools.javac.comp.Lower.visitTopLevel(Lower.java:2205)
	at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:459)
	at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2160)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2180)
	at com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3658)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1352)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1273)
	at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:870)
	at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:829)
	at com.sun.tools.javac.main.Main.compile(Main.java:439)
	at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:132)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:169)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:785)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  1.812 s]
[INFO] Struts 2 Core ...................................... SUCCESS [01:08 min]
[INFO] Struts Plugins ..................................... SUCCESS [  0.481 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  2.893 s]
[INFO] Webapps ............................................ SUCCESS [  0.549 s]
[INFO] Blank Webapp ....................................... SUCCESS [  3.575 s]
[INFO] Starter Webapp ..................................... SUCCESS [  1.139 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  1.670 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  8.251 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  0.870 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 12.088 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  3.446 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [ 16.543 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  1.453 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  1.051 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  1.073 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  1.356 s]
[INFO] Struts 2 Codebehind Plugin ......................... FAILURE [  0.719 s]
[INFO] Showcase Webapp .................................... SKIPPED
[INFO] Struts 2 REST Plugin ............................... SKIPPED
[INFO] Struts 2 Convention Plugin ......................... SKIPPED
[INFO] Struts 2 Rest Showcase Example ..................... SKIPPED
[INFO] Struts 2 Java Templates Plugin ..................... SKIPPED
[INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED
[INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED
[INFO] Struts 2 Pell Multipart Plugin ..................... SKIPPED
[INFO] Struts 2 Plexus Plugin ............................. SKIPPED
[INFO] Struts 2 Sitegraph Plugin .......................... SKIPPED
[INFO] Struts 2 TestNG Plugin ............................. SKIPPED
[INFO] Struts 2 OVal Plugin ............................... SKIPPED
[INFO] Struts 2 OSGi Plugin ............................... SKIPPED
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:32 min
[INFO] Finished at: 2017-06-16T14:57:25Z
[INFO] Final Memory: 59M/316M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project struts2-codebehind-plugin: Compilation failure
[ERROR] An unknown compilation problem occurred
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-codebehind-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.1.7/struts2-portlet-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.7.jar> to org.apache.struts/struts2-portlet-plugin/2.1.7/struts2-portlet-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.1.7/struts2-portlet-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.1.7/struts2-mailreader-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.1.7/struts2-mailreader-2.1.7.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.1.7/struts2-mailreader-2.1.7-sources.jar
Compressed 3.22 MB of artifacts by 45.6% relative to #331
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.1.7/struts2-core-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.7.jar> to org.apache.struts/struts2-core/2.1.7/struts2-core-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.7-sources.jar> to org.apache.struts/struts2-core/2.1.7/struts2-core-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.1.7/struts2-osgi-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.1.7/struts2-dwr-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.7.jar> to org.apache.struts/struts2-dwr-plugin/2.1.7/struts2-dwr-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.1.7/struts2-dwr-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.1.7/struts2-rest-showcase-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.1.7/struts2-javatemplates-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.1.7/struts2-portlet-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.1.7/struts2-portlet-2.1.7.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.1.7/struts2-portlet-2.1.7-sources.jar
Compressed 6.79 MB of artifacts by 55.7% relative to #331
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.1.7/struts2-testng-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.1.7/struts2-blank-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.1.7/struts2-blank-2.1.7.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.1.7/struts2-blank-2.1.7-sources.jar
Compressed 2.64 MB of artifacts by 36.7% relative to #331
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.1.7/struts2-apps-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.1.7/struts2-dojo-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.7.jar> to org.apache.struts/struts2-dojo-plugin/2.1.7/struts2-dojo-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.1.7/struts2-dojo-plugin-2.1.7-sources.jar
Compressed 3.31 MB of artifacts by 28.3% relative to #331
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.1.7/struts2-oval-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.1.7/struts2-convention-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.1.7/struts2-parent-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.1.7/struts2-showcase-2.1.7.pom
No artifacts from Struts-JDK7-pull-request » Showcase Webapp #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.1.7/struts2-jasperreports-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.1.7/struts2-struts1-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.7.jar> to org.apache.struts/struts2-struts1-plugin/2.1.7/struts2-struts1-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.1.7/struts2-struts1-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.1.7/struts2-rest-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.1.7/struts2-osgi-bundles-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.1.7/struts2-config-browser-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.7.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.7/struts2-config-browser-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.7/struts2-config-browser-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.1.7/struts2-jsf-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.7.jar> to org.apache.struts/struts2-jsf-plugin/2.1.7/struts2-jsf-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.1.7/struts2-jsf-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.1.7/struts2-pell-multipart-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.1.7/struts2-osgi-admin-bundle-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.1.7/struts2-sitemesh-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.7.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.7/struts2-sitemesh-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.7/struts2-sitemesh-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.1.7/struts2-plugins-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.1.7/struts2-plexus-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.1.7/struts2-sitegraph-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.1.7/struts2-tiles-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.7.jar> to org.apache.struts/struts2-tiles-plugin/2.1.7/struts2-tiles-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.1.7/struts2-tiles-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.1.7/struts2-spring-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.7.jar> to org.apache.struts/struts2-spring-plugin/2.1.7/struts2-spring-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-spring-plugin/2.1.7/struts2-spring-plugin-2.1.7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.1.7/struts2-codebehind-plugin-2.1.7.pom
No artifacts from Struts-JDK7-pull-request » Struts 2 Codebehind Plugin #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.1.7/struts2-jfreechart-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.1.7/struts2-osgi-demo-bundle-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.1.7/struts2-junit-plugin-2.1.7.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.7.jar> to org.apache.struts/struts2-junit-plugin/2.1.7/struts2-junit-plugin-2.1.7.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.7-sources.jar> to org.apache.struts/struts2-junit-plugin/2.1.7/struts2-junit-plugin-2.1.7-sources.jar
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Build failed in Jenkins: Struts-JDK7-pull-request #331

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/331/display/redirect>

------------------------------------------
[...truncated 270.00 KB...]
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-source) < generate-sources @ struts2-sitemesh-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-source) @ struts2-sitemesh-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.6-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Tiles Plugin 2.1.6
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-tiles-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 5 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-tiles-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-tiles-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-tiles-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.3:test (default-test) @ struts2-tiles-plugin ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.6.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-source) > generate-sources @ struts2-tiles-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-source) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-source) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.6-sources.jar>
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Codebehind Plugin 2.1.6
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 7 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/classes>
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/main/java/org/apache/struts2/codebehind/CodebehindUnknownHandler.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ struts2-codebehind-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-codebehind-plugin ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-codebehind-plugin ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/target/test-classes>
An exception has occurred in the compiler (1.7.0_80). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
java.lang.IllegalAccessError: tried to access class com.sun.tools.javac.comp.Lower$7 from class com.sun.tools.javac.comp.Lower
	at com.sun.tools.javac.comp.Lower.needPackageInfoClass(Lower.java:2229)
	at com.sun.tools.javac.comp.Lower.visitTopLevel(Lower.java:2205)
	at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:459)
	at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2160)
	at com.sun.tools.javac.comp.Lower.translate(Lower.java:2180)
	at com.sun.tools.javac.comp.Lower.translateTopLevelClass(Lower.java:3658)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1352)
	at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1273)
	at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:870)
	at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:829)
	at com.sun.tools.javac.main.Main.compile(Main.java:439)
	at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:132)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:169)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:785)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [  3.462 s]
[INFO] Struts 2 Core ...................................... SUCCESS [01:01 min]
[INFO] Struts Plugins ..................................... SUCCESS [  0.467 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  1.371 s]
[INFO] Webapps ............................................ SUCCESS [  0.804 s]
[INFO] Blank Webapp ....................................... SUCCESS [  4.575 s]
[INFO] Starter Webapp ..................................... SUCCESS [  1.617 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  1.690 s]
[INFO] Struts 2 Portlet Plugin ............................ SUCCESS [  9.631 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  1.367 s]
[INFO] Portlet Webapp ..................................... SUCCESS [ 13.645 s]
[INFO] Struts 2 Struts 1 Plugin ........................... SUCCESS [  4.309 s]
[INFO] Struts 2 Dojo Plugin ............................... SUCCESS [  9.998 s]
[INFO] Struts 2 JSF Plugin ................................ SUCCESS [  1.418 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.160 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  2.824 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  0.992 s]
[INFO] Struts 2 Codebehind Plugin ......................... FAILURE [  0.835 s]
[INFO] Showcase Webapp .................................... SKIPPED
[INFO] Struts 2 REST Plugin ............................... SKIPPED
[INFO] Struts 2 Convention Plugin ......................... SKIPPED
[INFO] Struts 2 Rest Showcase Example ..................... SKIPPED
[INFO] Struts 2 Java Templates Plugin ..................... SKIPPED
[INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED
[INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED
[INFO] Struts 2 Pell Multipart Plugin ..................... SKIPPED
[INFO] Struts 2 Plexus Plugin ............................. SKIPPED
[INFO] Struts 2 Sitegraph Plugin .......................... SKIPPED
[INFO] Struts 2 TestNG Plugin ............................. SKIPPED
[INFO] Struts 2 Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:35 min
[INFO] Finished at: 2017-06-16T14:53:14Z
[INFO] Final Memory: 55M/268M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project struts2-codebehind-plugin: Compilation failure
[ERROR] An unknown compilation problem occurred
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-codebehind-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.1.6/struts2-portlet-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.6.jar> to org.apache.struts/struts2-portlet-plugin/2.1.6/struts2-portlet-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/target/struts2-portlet-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-portlet-plugin/2.1.6/struts2-portlet-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/pom.xml> to org.apache.struts/struts2-mailreader/2.1.6/struts2-mailreader-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader.war> to org.apache.struts/struts2-mailreader/2.1.6/struts2-mailreader-2.1.6.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/mailreader/target/struts2-mailreader-sources.jar> to org.apache.struts/struts2-mailreader/2.1.6/struts2-mailreader-2.1.6-sources.jar
Compressed 4.50 MB of artifacts by 82.7% relative to #330
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.1.6/struts2-core-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.6.jar> to org.apache.struts/struts2-core/2.1.6/struts2-core-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.1.6-sources.jar> to org.apache.struts/struts2-core/2.1.6/struts2-core-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.1.6/struts2-dwr-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.6.jar> to org.apache.struts/struts2-dwr-plugin/2.1.6/struts2-dwr-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.1.6/struts2-dwr-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.1.6/struts2-rest-showcase-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.1.6/struts2-javatemplates-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/pom.xml> to org.apache.struts/struts2-portlet/2.1.6/struts2-portlet-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet.war> to org.apache.struts/struts2-portlet/2.1.6/struts2-portlet-2.1.6.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/portlet/target/struts2-portlet-sources.jar> to org.apache.struts/struts2-portlet/2.1.6/struts2-portlet-2.1.6-sources.jar
Compressed 8.18 MB of artifacts by 87.9% relative to #330
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.1.6/struts2-testng-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/assembly/pom.xml> to org.apache.struts/struts2-assembly/2.1.6/struts2-assembly-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/pom.xml> to org.apache.struts/struts2-blank/2.1.6/struts2-blank-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank.war> to org.apache.struts/struts2-blank/2.1.6/struts2-blank-2.1.6.war
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/blank/target/struts2-blank-sources.jar> to org.apache.struts/struts2-blank/2.1.6/struts2-blank-2.1.6-sources.jar
Compressed 4.38 MB of artifacts by 83.4% relative to #330
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.1.6/struts2-apps-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/pom.xml> to org.apache.struts/struts2-dojo-plugin/2.1.6/struts2-dojo-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.6.jar> to org.apache.struts/struts2-dojo-plugin/2.1.6/struts2-dojo-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dojo/target/struts2-dojo-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-dojo-plugin/2.1.6/struts2-dojo-plugin-2.1.6-sources.jar
Compressed 3.31 MB of artifacts by 26.4% relative to #330
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.1.6/struts2-convention-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.1.6/struts2-parent-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.1.6/struts2-showcase-2.1.6.pom
No artifacts from Struts-JDK7-pull-request » Showcase Webapp #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.1.6/struts2-jasperreports-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/pom.xml> to org.apache.struts/struts2-struts1-plugin/2.1.6/struts2-struts1-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.6.jar> to org.apache.struts/struts2-struts1-plugin/2.1.6/struts2-struts1-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/struts1/target/struts2-struts1-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-struts1-plugin/2.1.6/struts2-struts1-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.1.6/struts2-rest-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.1.6/struts2-config-browser-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.6.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.6/struts2-config-browser-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.1.6/struts2-config-browser-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/pom.xml> to org.apache.struts/struts2-jsf-plugin/2.1.6/struts2-jsf-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.6.jar> to org.apache.struts/struts2-jsf-plugin/2.1.6/struts2-jsf-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jsf/target/struts2-jsf-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-jsf-plugin/2.1.6/struts2-jsf-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.1.6/struts2-pell-multipart-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.1.6/struts2-sitemesh-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.6.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.6/struts2-sitemesh-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.1.6/struts2-sitemesh-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.1.6/struts2-plugins-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.1.6/struts2-plexus-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.1.6/struts2-sitegraph-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.1.6/struts2-tiles-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.6.jar> to org.apache.struts/struts2-tiles-plugin/2.1.6/struts2-tiles-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.1.6/struts2-tiles-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.1.6/struts2-spring-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.6.jar> to org.apache.struts/struts2-spring-plugin/2.1.6/struts2-spring-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-spring-plugin/2.1.6/struts2-spring-plugin-2.1.6-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/codebehind/pom.xml> to org.apache.struts/struts2-codebehind-plugin/2.1.6/struts2-codebehind-plugin-2.1.6.pom
No artifacts from Struts-JDK7-pull-request » Struts 2 Codebehind Plugin #327 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.1.6/struts2-jfreechart-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.1.6/struts2-junit-plugin-2.1.6.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.6.jar> to org.apache.struts/struts2-junit-plugin/2.1.6/struts2-junit-plugin-2.1.6.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.1.6-sources.jar> to org.apache.struts/struts2-junit-plugin/2.1.6/struts2-junit-plugin-2.1.6-sources.jar
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org