See <https://builds.apache.org/job/Struts-JDK7-pull-request/351/display/redirect?page=changes>
Changes: [Lukasz Lenart] Uses OGNL without #context magical key [Lukasz Lenart] Adjusts OGNL usage to avoid modify immutable context [Lukasz Lenart] Uses stable OGNL version [Lukasz Lenart] Uses OGNL 3.2.2 which always requires MemberAccess [Lukasz Lenart] Reuses existing context instead of creating a new MemberAccess each time ------------------------------------------ [...truncated 721 B...] > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Pruning obsolete local branches Fetching upstream changes from git://github.com/apache/struts.git > git --version # timeout=10 > git fetch --tags --progress git://github.com/apache/struts.git > +refs/heads/*:refs/remotes/origin/* --prune > git config core.sparsecheckout # timeout=10 > git checkout -f origin/master > git branch -a -v --no-abbrev # timeout=10 > git branch -D master # timeout=10 > git checkout -b master origin/master Opening connection Done: 0 Counting objects Done: 50 Finding sources Done: 50 Getting sizes Done: 48 Compressing objects Done: 148290 Writing objects Done: 50 remote: Updating references Merging refs/tags/changes/351 > git rev-parse refs/tags/changes/351^{commit} # timeout=10 > git merge 3788abaf81b487b2fe8f5118c8905d9ce39a81b0 # timeout=10 > git rev-parse master^{commit} # timeout=10 Checking out Revision 3788abaf81b487b2fe8f5118c8905d9ce39a81b0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3788abaf81b487b2fe8f5118c8905d9ce39a81b0 > git rev-parse origin/master^{commit} # timeout=10 > git rev-list cf7bfe63e25589edf2cb1a7ed23bb134348a90e4 # timeout=10 [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 39149 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [Struts-JDK7-pull-request] $ /home/jenkins/tools/java/latest1.7/bin/java -Xms128m -Xmx768m -XX:MaxPermSize=256m -XX:PermSize=128m -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3/ /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 39149 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 package -DskipAssembly [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Struts 2 Bill of Materials [INFO] Struts 2 [INFO] Struts 2 Core [INFO] Struts Plugins [INFO] Struts 2 Configuration Browser Plugin [INFO] Struts 2 Sitemesh Plugin [INFO] Struts 2 Tiles Plugin [INFO] Struts 2 DWR Plugin [INFO] Struts 2 Spring Plugin [INFO] Struts 2 Convention Plugin [INFO] Struts 2 JUnit Plugin [INFO] Struts 2 JSON Plugin [INFO] Struts 2 Bean Validation Plugin [INFO] Struts 2 Webapps [INFO] Struts 2 Showcase Webapp [INFO] Struts 2 REST Plugin [INFO] Struts 2 Rest Showcase Webapp [INFO] Struts 2 CDI Plugin [INFO] Struts 2 Embedded JSP Plugin [INFO] Struts 2 GXP Plugin [INFO] Struts 2 Jasper Reports Plugin [INFO] Struts 2 Java Templates Plugin [INFO] Struts 2 JFreeChart Plugin [INFO] Struts 2 OSGi Plugin [INFO] Struts 2 OVal Plugin [INFO] Struts 2 Pell Multipart Plugin [INFO] Struts 2 Plexus Plugin [INFO] Struts 2 Portlet Plugin [INFO] Struts 2 Portlet Tiles Plugin [INFO] DEPRECATED: Struts 2 Sitegraph Plugin [INFO] Struts 2 TestNG Plugin [INFO] Struts OSGi Bundles [INFO] Struts 2 OSGi Admin Bundle [INFO] Struts 2 OSGi Demo Bundle [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Struts 2 Bill of Materials 2.5.13-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ struts2-bom --- [INFO] [INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ struts2-bom --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Struts 2 2.5.13-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ struts2-parent --- [INFO] [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] >>> maven-source-plugin:2.3:jar (attach-sources) > generate-sources @ struts2-parent >>> [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.3:jar (attach-sources) < generate-sources @ struts2-parent <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.3:jar (attach-sources) @ struts2-parent --- [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ struts2-parent --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Struts 2 Core 2.5.13-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: https://repo.maven.apache.org/maven2/ognl/ognl/3.2.2/ognl-3.2.2.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/ognl/ognl/3.2.2/ognl-3.2.2.pom (5.9 kB at 9.8 kB/s) [INFO] Downloading: https://repo.maven.apache.org/maven2/ognl/ognl/3.2.2/ognl-3.2.2.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/ognl/ognl/3.2.2/ognl-3.2.2.jar (247 kB at 1.2 MB/s) [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ struts2-core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 198 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 761 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/classes> [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/util/logging/jdk/JdkLoggerFactory.java>: Some input files use or override a deprecated API. [WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/util/logging/jdk/JdkLoggerFactory.java>: Recompile with -Xlint:deprecation for details. [WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.java>: Some input files use unchecked or unsafe operations. [WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/ognl/accessor/XWorkCollectionPropertyAccessor.java>: Recompile with -Xlint:unchecked for details. [INFO] 4 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/ognl/SecurityMemberAccess.java>:[20,12] cannot find symbol symbol: class DefaultMemberAccess location: package ognl [ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/ognl/SecurityMemberAccess.java>:[20,12] cannot find symbol symbol: class DefaultMemberAccess location: package ognl [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Struts 2 Bill of Materials ......................... SUCCESS [ 2.696 s] [INFO] Struts 2 ........................................... SUCCESS [ 1.969 s] [INFO] Struts 2 Core ...................................... FAILURE [ 11.978 s] [INFO] Struts Plugins ..................................... SKIPPED [INFO] Struts 2 Configuration Browser Plugin .............. SKIPPED [INFO] Struts 2 Sitemesh Plugin ........................... SKIPPED [INFO] Struts 2 Tiles Plugin .............................. SKIPPED [INFO] Struts 2 DWR Plugin ................................ SKIPPED [INFO] Struts 2 Spring Plugin ............................. SKIPPED [INFO] Struts 2 Convention Plugin ......................... SKIPPED [INFO] Struts 2 JUnit Plugin .............................. SKIPPED [INFO] Struts 2 JSON Plugin ............................... SKIPPED [INFO] Struts 2 Bean Validation Plugin .................... SKIPPED [INFO] Struts 2 Webapps ................................... SKIPPED [INFO] Struts 2 Showcase Webapp ........................... SKIPPED [INFO] Struts 2 REST Plugin ............................... SKIPPED [INFO] Struts 2 Rest Showcase Webapp ...................... SKIPPED [INFO] Struts 2 CDI Plugin ................................ SKIPPED [INFO] Struts 2 Embedded JSP Plugin ....................... SKIPPED [INFO] Struts 2 GXP Plugin ................................ SKIPPED [INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED [INFO] Struts 2 Java Templates Plugin ..................... SKIPPED [INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED [INFO] Struts 2 OSGi Plugin ............................... SKIPPED [INFO] Struts 2 OVal Plugin ............................... SKIPPED [INFO] Struts 2 Pell Multipart Plugin ..................... SKIPPED [INFO] Struts 2 Plexus Plugin ............................. SKIPPED [INFO] Struts 2 Portlet Plugin ............................ SKIPPED [INFO] Struts 2 Portlet Tiles Plugin ...................... SKIPPED [INFO] DEPRECATED: Struts 2 Sitegraph Plugin .............. SKIPPED [INFO] Struts 2 TestNG 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: 25.764 s [INFO] Finished at: 2017-07-07T13:25:32Z [INFO] Final Memory: 43M/363M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project struts2-core: Compilation failure: Compilation failure: [ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/ognl/SecurityMemberAccess.java>:[20,12] cannot find symbol [ERROR] symbol: class DefaultMemberAccess [ERROR] location: package ognl [ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/src/main/java/com/opensymphony/xwork2/ognl/SecurityMemberAccess.java>:[20,12] cannot find symbol [ERROR] symbol: class DefaultMemberAccess [ERROR] location: package ognl [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-core [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.5.13-SNAPSHOT/struts2-portlet-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet-tiles/pom.xml> to org.apache.struts/struts2-portlet-tiles-plugin/2.5.13-SNAPSHOT/struts2-portlet-tiles-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.5.13-SNAPSHOT/struts2-core-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.5.13-SNAPSHOT/struts2-osgi-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-dwr-plugin-2.5.13-SNAPSHOT.pom [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.5.13-SNAPSHOT/struts2-rest-showcase-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.5.13-SNAPSHOT/struts2-gxp-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-javatemplates-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.5.13-SNAPSHOT/struts2-testng-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.5.13-SNAPSHOT/struts2-apps-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bom/pom.xml> to org.apache.struts/struts2-bom/2.5.13-SNAPSHOT/struts2-bom-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.5.13-SNAPSHOT/struts2-oval-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-convention-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.5.13-SNAPSHOT/struts2-parent-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/target/struts2-parent-2.5.13-SNAPSHOT-site.xml> to org.apache.struts/struts2-parent/2.5.13-SNAPSHOT/struts2-parent-2.5.13-SNAPSHOT-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.5.13-SNAPSHOT/struts2-showcase-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.5.13-SNAPSHOT/struts2-jasperreports-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.5.13-SNAPSHOT/struts2-rest-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.5.13-SNAPSHOT/struts2-osgi-bundles-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-config-browser-plugin-2.5.13-SNAPSHOT.pom [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.5.13-SNAPSHOT/struts2-pell-multipart-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-osgi-admin-bundle-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-sitemesh-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.5.13-SNAPSHOT/struts2-plugins-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/bean-validation/pom.xml> to org.apache.struts/struts2-bean-validation-plugin/2.5.13-SNAPSHOT/struts2-bean-validation-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-plexus-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-sitegraph-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/cdi/pom.xml> to org.apache.struts/struts2-cdi-plugin/2.5.13-SNAPSHOT/struts2-cdi-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-json-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-tiles-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.5.13-SNAPSHOT/struts2-spring-plugin-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.5.13-SNAPSHOT/struts2-jfreechart-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-osgi-demo-bundle-2.5.13-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.5.13-SNAPSHOT/struts2-embeddedjsp-plugin-2.5.13-SNAPSHOT.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.5.13-SNAPSHOT/struts2-junit-plugin-2.5.13-SNAPSHOT.pom [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released channel stopped Putting comment on the pull request --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org