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 2018/10/14 22:42:04 UTC

Build failed in Jenkins: Struts-master-JDK7-dependency-check #109

See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/109/display/redirect>

------------------------------------------
[...truncated 1.42 MB...]
	at com.opensymphony.xwork2.util.ClassLoaderUtil.loadClass(ClassLoaderUtil.java:179) ~[classes/:?]
	at com.opensymphony.xwork2.ObjectFactory.getClassInstance(ObjectFactory.java:129) ~[classes/:?]
	at com.opensymphony.xwork2.ObjectFactory.buildBean(ObjectFactory.java:190) ~[classes/:?]
	at com.opensymphony.xwork2.ObjectFactory.buildBean(ObjectFactory.java:177) ~[classes/:?]
	at com.opensymphony.xwork2.factory.DefaultInterceptorFactory.buildInterceptor(DefaultInterceptorFactory.java:65) ~[classes/:?]
	... 47 more
Oct 14, 2018 10:41:43 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@da9e0f7: startup date [Sun Oct 14 22:41:43 UTC 2018]; root of context hierarchy
Oct 14, 2018 10:41:43 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
Oct 14, 2018 10:41:43 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@517e4191: startup date [Sun Oct 14 22:41:43 UTC 2018]; root of context hierarchy
Oct 14, 2018 10:41:43 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
Oct 14, 2018 10:41:43 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6073c0bd: startup date [Sun Oct 14 22:41:43 UTC 2018]; root of context hierarchy
Oct 14, 2018 10:41:43 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
2018-10-14 22:41:43,908 INFO  [main] struts2.TestResult (TestResult.java:74) - executing TestResult.
org.testng.TestNGException: 
Failure in JUnit mode for class org.apache.struts2.config.entities.ConstantConfigTest: could not create/run JUnit test suite: 
Cannot find JUnit method class junit.framework.TestSuite$1.warning
	at org.testng.junit.JUnitTestRunner.runFailed(JUnitTestRunner.java:237)
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:230)
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211)
	at org.testng.TestRunner$1.run(TestRunner.java:659)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690)
	at org.testng.TestRunner.run(TestRunner.java:597)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
	at org.testng.SuiteRunner.run(SuiteRunner.java:223)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
	at org.testng.TestNG.run(TestNG.java:900)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
2018-10-14 22:41:44,905 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - 2test did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-10-14 22:41:44,906 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - %{exp} did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-10-14 22:41:44,906 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - ${%{foo}} did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-10-14 22:41:44,906 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - ${#foo='method',#foo} did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-10-14 22:41:46,009 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:437) - ${action} did not match allowed action names [a-zA-Z0-9._!/\-]* - default action index will be used!
2018-10-14 22:41:46,010 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:437) - ${${%{action}}} did not match allowed action names [a-zA-Z0-9._!/\-]* - default action index will be used!
2018-10-14 22:41:46,010 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:437) - ${#foo='action',#foo} did not match allowed action names [a-zA-Z0-9._!/\-]* - default action index will be used!
2018-10-14 22:41:47,212 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:419) - ${namespace} did not match allowed namespace names [a-zA-Z0-9._/\-]* - default namespace / will be used!
2018-10-14 22:41:47,213 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:419) - ${${%{namespace}}} did not match allowed namespace names [a-zA-Z0-9._/\-]* - default namespace / will be used!
2018-10-14 22:41:47,213 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:419) - ${#foo='namespace',#foo} did not match allowed namespace names [a-zA-Z0-9._/\-]* - default namespace / will be used!
2018-10-14 22:41:47,414 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:102) - Package [package org.apache.struts2] of target class [class org.apache.struts2.TestAction] of target [org.apache.struts2.TestAction@2d183bf6] or package [package javax.servlet.jsp.tagext, JavaServer Pages(TM) Specification, version 2.1] of member [public int javax.servlet.jsp.tagext.TagSupport.doStartTag() throws javax.servlet.jsp.JspException] are excluded!
org.testng.TestNGException: 
Failure in JUnit mode for class org.apache.struts2.conversion.UploadedFileConverterTest: could not create/run JUnit test suite: 
Cannot find JUnit method class junit.framework.TestSuite$1.warning
	at org.testng.junit.JUnitTestRunner.runFailed(JUnitTestRunner.java:237)
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:230)
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211)
	at org.testng.TestRunner$1.run(TestRunner.java:659)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690)
	at org.testng.TestRunner.run(TestRunner.java:597)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
	at org.testng.SuiteRunner.run(SuiteRunner.java:223)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
	at org.testng.TestNG.run(TestNG.java:900)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
Oct 14, 2018 10:41:47 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@c67ce1: startup date [Sun Oct 14 22:41:47 UTC 2018]; root of context hierarchy
Oct 14, 2018 10:41:47 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
2018-10-14 22:41:47,806 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:118) - Access to proxy is blocked! Target class [class com.opensymphony.xwork2.TestSubBean$$EnhancerBySpringCGLIB$$6f7a2af5] of target [com.opensymphony.xwork2.TestSubBean@37c04b6a], member [public final boolean com.opensymphony.xwork2.TestSubBean$$EnhancerBySpringCGLIB$$6f7a2af5.isExposeProxy()]
Oct 14, 2018 10:41:47 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@77093e3b: startup date [Sun Oct 14 22:41:47 UTC 2018]; root of context hierarchy
Oct 14, 2018 10:41:47 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
2018-10-14 22:41:48,357 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:212) - Detected container provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@27e11f7] needs to be reloaded. Reloading all providers.
2018-10-14 22:41:48,421 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:201) - Detected package provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@27e11f7] needs to be reloaded. Reloading all providers.
2018-10-14 22:41:48,474 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:212) - Detected container provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@1457b937] needs to be reloaded. Reloading all providers.
2018-10-14 22:41:48,606 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:201) - Detected package provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@1457b937] needs to be reloaded. Reloading all providers.
2018-10-14 22:41:48,650 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:212) - Detected container provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@631eed80] needs to be reloaded. Reloading all providers.
2018-10-14 22:41:48,731 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:201) - Detected package provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@631eed80] needs to be reloaded. Reloading all providers.
2018-10-14 22:41:48,774 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:212) - Detected container provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@6654dd24] needs to be reloaded. Reloading all providers.
2018-10-14 22:41:48,875 INFO  [main] config.ConfigurationManager (ConfigurationManager.java:201) - Detected package provider [org.apache.struts2.views.jsp.ui.DebugTagTest$2@6654dd24] needs to be reloaded. Reloading all providers.
[INFO] Tests run: 1802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 95.368 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1802, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1572 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1565 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.1.1:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Check for updates complete (175 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Central Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished Cpe Suppression Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (5 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

spring-core-4.3.13.RELEASE.jar (cpe:/a:pivotal_software:spring_framework:4.3.13, cpe:/a:pivotal:spring_framework:4.3.13, org.springframework:spring-core:4.3.13.RELEASE) : CVE-2018-1270, CVE-2018-1271, CVE-2018-1199, CVE-2018-1272, CVE-2018-11039, CVE-2018-1257, CVE-2018-11040, CVE-2018-1275
bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.750 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [11:16 min]
[INFO] Struts 2 Core ...................................... FAILURE [02:19 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:40 min
[INFO] Finished at: 2018-10-14T22:42:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.1.1:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-core-4.3.13.RELEASE.jar: CVE-2018-1270, CVE-2018-1275
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Re: Jenkins build is back to normal : Struts-master-JDK7-dependency-check #133

Posted by Yasser Zamani <ya...@apache.org>.

On 1/11/2019 10:24 AM, Lukasz Lenart wrote:
> czw., 10 sty 2019 o 23:39 Apache Jenkins Server
> <je...@builds.apache.org> napisał(a):
>>
>> See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/133/display/redirect?page=changes>
> 
> This is a great news!!!

Yes :) we're grateful to James for this [1]!.

[1] https://github.com/apache/struts/pull/307

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


Re: Jenkins build is back to normal : Struts-master-JDK7-dependency-check #133

Posted by Lukasz Lenart <lu...@apache.org>.
czw., 10 sty 2019 o 23:39 Apache Jenkins Server
<je...@builds.apache.org> napisał(a):
>
> See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/133/display/redirect?page=changes>

This is a great news!!!


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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


Jenkins build is back to normal : Struts-master-JDK7-dependency-check #133

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/133/display/redirect?page=changes>


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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #132

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/132/display/redirect?page=changes>

Changes:

[lukaszlenart] WW-4972 Switches incompatible_improvements to VERSION_2_3_28

[lukaszlenart] WW-4972 Uses built-in auto escaping instead of escaping each parameter

[lukaszlenart] WW-4972 Uses proper statement to escape JS related events

[lukaszlenart] WW-4972 Adds two simple test cases to cover incompatible improvements

[lukaszlenart] WW-4996 Refactors creator to use ObjectFactory#buildConverter method

[lukaszlenart] WW-4996 Renames and moves class to proper package to better expose its

[lukaszlenart] WW-4996 Reduces code duplication

[lukaszlenart] WW-4996 Uses Struts* naming pattern instead of Default*

[lukaszlenart] WW-4996 Fixes post rebase file name changes

[lukaszlenart] WW-4972 Adds another test case to cover escaping

------------------------------------------
[...truncated 479.15 KB...]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
2019-01-06 22:30:16,608 WARN  [main] interceptor.ExceptionMappingInterceptor (ExceptionMappingInterceptor.java:254) - test
java.lang.Exception: test
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest.testThrownExceptionNoMatchLoggingCategoryLevelWarn(ExceptionMappingInterceptorTest.java:179) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Running com.opensymphony.xwork2.DefaultActionInvocationTest
2019-01-06 22:30:16,928 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2019-01-06 22:30:16,929 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
2019-01-06 22:30:16,992 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action ExceptionFoo
2019-01-06 22:30:16,992 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action ExceptionFoo
2019-01-06 22:30:17,023 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2019-01-06 22:30:17,241 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action NullFoo
2019-01-06 22:30:17,242 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action NullFoo
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in com.opensymphony.xwork2.DefaultActionInvocationTest
[INFO] Running com.opensymphony.xwork2.ChainResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in com.opensymphony.xwork2.ChainResultTest
[INFO] Running com.opensymphony.xwork2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in com.opensymphony.xwork2.ActionContextTest
[INFO] Running com.opensymphony.xwork2.test.annotations.PersonActionTest
Address: com.opensymphony.xwork2.test.annotations.Address@1a4996a6
Person: com.opensymphony.xwork2.test.annotations.Person@14052902
Address: com.opensymphony.xwork2.test.annotations.Address@6f64ade3
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.opensymphony.xwork2.test.annotations.PersonActionTest
[INFO] Running com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Running com.opensymphony.xwork2.ActionSupportTest
2019-01-06 22:30:17,509 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,510 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,511 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,511 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,511 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,512 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,512 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,512 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-06 22:30:17,512 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in com.opensymphony.xwork2.ActionSupportTest
[INFO] Running com.opensymphony.xwork2.ProxyInvocationTest
2019-01-06 22:30:17,580 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:163) - The use of the default (unnamed) package is discouraged!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in com.opensymphony.xwork2.ProxyInvocationTest
[INFO] Running com.opensymphony.xwork2.DefaultClasstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in com.opensymphony.xwork2.DefaultClasstTest
[INFO] Running com.opensymphony.xwork2.ActionInvocationTest
2019-01-06 22:30:17,649 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2019-01-06 22:30:17,650 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2019-01-06 22:30:17,720 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2019-01-06 22:30:17,720 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2019-01-06 22:30:17,788 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2019-01-06 22:30:17,795 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in com.opensymphony.xwork2.ActionInvocationTest
[INFO] Running com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.LocaleAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in com.opensymphony.xwork2.LocaleAwareTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1849, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1590 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1583 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-core ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (14 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510
slf4j-api-1.7.25.jar (cpe:/a:slf4j:slf4j:1.7.25, org.slf4j:slf4j-api:1.7.25) : CVE-2018-8088


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Struts 2 2.6-SNAPSHOT:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.677 s]
[INFO] Struts 2 ........................................... SUCCESS [ 17.223 s]
[INFO] Struts 2 Core ...................................... FAILURE [01:57 min]
[INFO] Struts 2 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 Async 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] DEPRECATED: 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 2 OSGi Bundles .............................. SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:18 min
[INFO] Finished at: 2019-01-06T22:30:26Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] slf4j-api-1.7.25.jar: CVE-2018-8088
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #131

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/131/display/redirect?page=changes>

Changes:

[Sebastian.Peters] Make MILLISECOND_FORMAT static final

[Sebastian.Peters] Remove the thrown NumberFormatException which is a runtime exception

[Sebastian.Peters] Remove commented-out lines of code

[Sebastian.Peters] Fix warning: Use "BigDecimal.valueOf" instead

[Sebastian.Peters] Add the "@Override" annotation

[Sebastian.Peters] Simplify nested else/if

[Sebastian.Peters] Add test for convertValue with BigDecimal

[Sebastian.Peters] Use parameterized Class<?> instead of raw type

[Sebastian.Peters] Add test for convertValue with BigInteger

[Sebastian.Peters] Fix behaviour for convertValue with value null

[github] introduce integration tests with minimum needed changes (#301)

[yasserzamani] downgrade htmlunit to 2.24 to keep java 7 compatibility

------------------------------------------
[...truncated 481.71 KB...]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
2019-01-03 22:34:49,059 WARN  [main] interceptor.ExceptionMappingInterceptor (ExceptionMappingInterceptor.java:254) - test
java.lang.Exception: test
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest.testThrownExceptionNoMatchLoggingCategoryLevelWarn(ExceptionMappingInterceptorTest.java:179) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Running com.opensymphony.xwork2.DefaultActionInvocationTest
2019-01-03 22:34:49,372 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2019-01-03 22:34:49,373 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
2019-01-03 22:34:49,437 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action ExceptionFoo
2019-01-03 22:34:49,437 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action ExceptionFoo
2019-01-03 22:34:49,469 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2019-01-03 22:34:49,695 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action NullFoo
2019-01-03 22:34:49,696 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action NullFoo
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s - in com.opensymphony.xwork2.DefaultActionInvocationTest
[INFO] Running com.opensymphony.xwork2.ChainResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in com.opensymphony.xwork2.ChainResultTest
[INFO] Running com.opensymphony.xwork2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in com.opensymphony.xwork2.ActionContextTest
[INFO] Running com.opensymphony.xwork2.test.annotations.PersonActionTest
Address: com.opensymphony.xwork2.test.annotations.Address@793358ac
Person: com.opensymphony.xwork2.test.annotations.Person@741656c7
Address: com.opensymphony.xwork2.test.annotations.Address@260c6531
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.opensymphony.xwork2.test.annotations.PersonActionTest
[INFO] Running com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Running com.opensymphony.xwork2.ActionSupportTest
2019-01-03 22:34:49,965 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,966 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,966 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,967 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,967 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,967 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,968 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,968 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2019-01-03 22:34:49,968 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in com.opensymphony.xwork2.ActionSupportTest
[INFO] Running com.opensymphony.xwork2.ProxyInvocationTest
2019-01-03 22:34:50,028 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:163) - The use of the default (unnamed) package is discouraged!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.opensymphony.xwork2.ProxyInvocationTest
[INFO] Running com.opensymphony.xwork2.DefaultClasstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in com.opensymphony.xwork2.DefaultClasstTest
[INFO] Running com.opensymphony.xwork2.ActionInvocationTest
2019-01-03 22:34:50,095 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2019-01-03 22:34:50,095 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2019-01-03 22:34:50,164 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2019-01-03 22:34:50,165 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2019-01-03 22:34:50,259 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2019-01-03 22:34:50,267 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in com.opensymphony.xwork2.ActionInvocationTest
[INFO] Running com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.LocaleAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in com.opensymphony.xwork2.LocaleAwareTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1846, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1589 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1582 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-core ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (12 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510
slf4j-api-1.7.25.jar (cpe:/a:slf4j:slf4j:1.7.25, org.slf4j:slf4j-api:1.7.25) : CVE-2018-8088


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Struts 2 2.6-SNAPSHOT:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.784 s]
[INFO] Struts 2 ........................................... SUCCESS [04:47 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:58 min]
[INFO] Struts 2 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 Async 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] DEPRECATED: 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 2 OSGi Bundles .............................. SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:50 min
[INFO] Finished at: 2019-01-03T22:34:59Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] slf4j-api-1.7.25.jar: CVE-2018-8088
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #130

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/130/display/redirect?page=changes>

Changes:

[lukaszlenart] WW-4938 Adds missing test case and properly fix injecting internal beans

[lukaszlenart] WW-4975 Upgrades commons-fileupload to version 1.4

------------------------------------------
[...truncated 480.38 KB...]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
2018-12-30 22:30:23,871 WARN  [main] interceptor.ExceptionMappingInterceptor (ExceptionMappingInterceptor.java:254) - test
java.lang.Exception: test
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest.testThrownExceptionNoMatchLoggingCategoryLevelWarn(ExceptionMappingInterceptorTest.java:179) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Running com.opensymphony.xwork2.DefaultActionInvocationTest
2018-12-30 22:30:24,112 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-30 22:30:24,113 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
2018-12-30 22:30:24,162 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action ExceptionFoo
2018-12-30 22:30:24,163 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action ExceptionFoo
2018-12-30 22:30:24,187 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-30 22:30:24,358 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action NullFoo
2018-12-30 22:30:24,359 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action NullFoo
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in com.opensymphony.xwork2.DefaultActionInvocationTest
[INFO] Running com.opensymphony.xwork2.ChainResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in com.opensymphony.xwork2.ChainResultTest
[INFO] Running com.opensymphony.xwork2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in com.opensymphony.xwork2.ActionContextTest
[INFO] Running com.opensymphony.xwork2.test.annotations.PersonActionTest
Address: com.opensymphony.xwork2.test.annotations.Address@6e3584cd
Person: com.opensymphony.xwork2.test.annotations.Person@34ff74a5
Address: com.opensymphony.xwork2.test.annotations.Address@793358ac
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in com.opensymphony.xwork2.test.annotations.PersonActionTest
[INFO] Running com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Running com.opensymphony.xwork2.ActionSupportTest
2018-12-30 22:30:24,570 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,571 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,571 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,571 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,571 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,572 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,572 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,572 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-30 22:30:24,572 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in com.opensymphony.xwork2.ActionSupportTest
[INFO] Running com.opensymphony.xwork2.ProxyInvocationTest
2018-12-30 22:30:24,622 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:163) - The use of the default (unnamed) package is discouraged!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.opensymphony.xwork2.ProxyInvocationTest
[INFO] Running com.opensymphony.xwork2.DefaultClasstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in com.opensymphony.xwork2.DefaultClasstTest
[INFO] Running com.opensymphony.xwork2.ActionInvocationTest
2018-12-30 22:30:24,679 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2018-12-30 22:30:24,679 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2018-12-30 22:30:24,736 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2018-12-30 22:30:24,736 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2018-12-30 22:30:24,804 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-30 22:30:24,810 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in com.opensymphony.xwork2.ActionInvocationTest
[INFO] Running com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.LocaleAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in com.opensymphony.xwork2.LocaleAwareTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1844, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1589 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1582 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-core ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (14 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510
slf4j-api-1.7.25.jar (cpe:/a:slf4j:slf4j:1.7.25, org.slf4j:slf4j-api:1.7.25) : CVE-2018-8088


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Struts 2 2.6-SNAPSHOT:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.679 s]
[INFO] Struts 2 ........................................... SUCCESS [ 24.465 s]
[INFO] Struts 2 Core ...................................... FAILURE [01:56 min]
[INFO] Struts 2 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 Async 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] DEPRECATED: 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 2 OSGi Bundles .............................. SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:25 min
[INFO] Finished at: 2018-12-30T22:30:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] slf4j-api-1.7.25.jar: CVE-2018-8088
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #129

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/129/display/redirect?page=changes>

Changes:

[aleksandr.7m] WW-4995 Add trimBody attribute to set tag

[amashchenko] Add generated tag html

[lukaszlenart] WW-4938 Reverts dropping injecting internal beans in Spring Factory

------------------------------------------
[...truncated 477.15 KB...]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
2018-12-27 22:37:21,730 WARN  [main] interceptor.ExceptionMappingInterceptor (ExceptionMappingInterceptor.java:254) - test
java.lang.Exception: test
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest.testThrownExceptionNoMatchLoggingCategoryLevelWarn(ExceptionMappingInterceptorTest.java:179) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Running com.opensymphony.xwork2.DefaultActionInvocationTest
2018-12-27 22:37:21,999 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-27 22:37:22,000 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
2018-12-27 22:37:22,056 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action ExceptionFoo
2018-12-27 22:37:22,057 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action ExceptionFoo
2018-12-27 22:37:22,085 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-27 22:37:22,281 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action NullFoo
2018-12-27 22:37:22,282 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action NullFoo
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s - in com.opensymphony.xwork2.DefaultActionInvocationTest
[INFO] Running com.opensymphony.xwork2.ChainResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in com.opensymphony.xwork2.ChainResultTest
[INFO] Running com.opensymphony.xwork2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in com.opensymphony.xwork2.ActionContextTest
[INFO] Running com.opensymphony.xwork2.test.annotations.PersonActionTest
Address: com.opensymphony.xwork2.test.annotations.Address@6b50fa5a
Person: com.opensymphony.xwork2.test.annotations.Person@b546a38
Address: com.opensymphony.xwork2.test.annotations.Address@66f8bfb9
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in com.opensymphony.xwork2.test.annotations.PersonActionTest
[INFO] Running com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Running com.opensymphony.xwork2.ActionSupportTest
2018-12-27 22:37:22,516 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,517 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,517 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,518 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,518 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,518 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,518 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,519 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-27 22:37:22,519 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in com.opensymphony.xwork2.ActionSupportTest
[INFO] Running com.opensymphony.xwork2.ProxyInvocationTest
2018-12-27 22:37:22,573 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:163) - The use of the default (unnamed) package is discouraged!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in com.opensymphony.xwork2.ProxyInvocationTest
[INFO] Running com.opensymphony.xwork2.DefaultClasstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in com.opensymphony.xwork2.DefaultClasstTest
[INFO] Running com.opensymphony.xwork2.ActionInvocationTest
2018-12-27 22:37:22,633 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2018-12-27 22:37:22,634 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2018-12-27 22:37:22,695 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2018-12-27 22:37:22,696 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2018-12-27 22:37:22,752 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-27 22:37:22,757 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in com.opensymphony.xwork2.ActionInvocationTest
[INFO] Running com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.LocaleAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in com.opensymphony.xwork2.LocaleAwareTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1843, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1589 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1582 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-core ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (10 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510
slf4j-api-1.7.25.jar (cpe:/a:slf4j:slf4j:1.7.25, org.slf4j:slf4j-api:1.7.25) : CVE-2018-8088


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.929 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [07:11 min]
[INFO] Struts 2 Core ...................................... FAILURE [02:00 min]
[INFO] Struts 2 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 Async 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] DEPRECATED: 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 2 OSGi Bundles .............................. SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:15 min
[INFO] Finished at: 2018-12-27T22:37:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] slf4j-api-1.7.25.jar: CVE-2018-8088
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #128

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/128/display/redirect?page=changes>

Changes:

[lukaszlenart] Adds example Jenkinsfile

[github] Increases PermSize for Maven

[43964333+JCgH4164838Gh792C124B5] Update Struts 2.6 to the latest OGNL 3.2.x version available.

[yasserzamani] fix environment location

[yasser.zamani] [WW-4938] Uses container to create an instance of the class (#295)

[yasser.zamani] Updates and cleanup for some configuration-related items (2.6.x) (#292)

------------------------------------------
[...truncated 473.95 KB...]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
2018-12-20 22:34:32,363 WARN  [main] interceptor.ExceptionMappingInterceptor (ExceptionMappingInterceptor.java:254) - test
java.lang.Exception: test
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest.testThrownExceptionNoMatchLoggingCategoryLevelWarn(ExceptionMappingInterceptorTest.java:179) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Running com.opensymphony.xwork2.DefaultActionInvocationTest
2018-12-20 22:34:32,613 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-20 22:34:32,614 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
2018-12-20 22:34:32,669 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action ExceptionFoo
2018-12-20 22:34:32,670 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action ExceptionFoo
2018-12-20 22:34:32,697 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-20 22:34:32,918 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action NullFoo
2018-12-20 22:34:32,919 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action NullFoo
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s - in com.opensymphony.xwork2.DefaultActionInvocationTest
[INFO] Running com.opensymphony.xwork2.ChainResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in com.opensymphony.xwork2.ChainResultTest
[INFO] Running com.opensymphony.xwork2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in com.opensymphony.xwork2.ActionContextTest
[INFO] Running com.opensymphony.xwork2.test.annotations.PersonActionTest
Address: com.opensymphony.xwork2.test.annotations.Address@740cd489
Person: com.opensymphony.xwork2.test.annotations.Person@39a37d0a
Address: com.opensymphony.xwork2.test.annotations.Address@70fdd99b
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.opensymphony.xwork2.test.annotations.PersonActionTest
[INFO] Running com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in com.opensymphony.xwork2.ObjectFactoryTest
[INFO] Running com.opensymphony.xwork2.ActionSupportTest
2018-12-20 22:34:33,177 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,178 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,178 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,179 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,179 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,179 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,179 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,180 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-20 22:34:33,180 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in com.opensymphony.xwork2.ActionSupportTest
[INFO] Running com.opensymphony.xwork2.ProxyInvocationTest
2018-12-20 22:34:33,235 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:163) - The use of the default (unnamed) package is discouraged!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in com.opensymphony.xwork2.ProxyInvocationTest
[INFO] Running com.opensymphony.xwork2.DefaultClasstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in com.opensymphony.xwork2.DefaultClasstTest
[INFO] Running com.opensymphony.xwork2.ActionInvocationTest
2018-12-20 22:34:33,297 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2018-12-20 22:34:33,297 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2018-12-20 22:34:33,356 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2018-12-20 22:34:33,357 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2018-12-20 22:34:33,411 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-20 22:34:33,417 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in com.opensymphony.xwork2.ActionInvocationTest
[INFO] Running com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.LocaleAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in com.opensymphony.xwork2.LocaleAwareTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1842, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1589 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1582 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-core ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (10 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510
slf4j-api-1.7.25.jar (cpe:/a:slf4j:slf4j:1.7.25, org.slf4j:slf4j-api:1.7.25) : CVE-2018-8088


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.603 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [01:54 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:54 min]
[INFO] Struts 2 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 Async 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] DEPRECATED: 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 2 OSGi Bundles .............................. SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:53 min
[INFO] Finished at: 2018-12-20T22:34:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] slf4j-api-1.7.25.jar: CVE-2018-8088
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #127

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/127/display/redirect?page=changes>

Changes:

[lukaszlenart] WW-4992 Marks Embedded JSP plugin as deprecated

[yasser.zamani] [WW-4989] Uses JacksonXML handler a default handler for XML in the REST

[yasserzamani] revert f48c962 partially to decrease waste output log size for travis

------------------------------------------
[...truncated 440.52 KB...]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
2018-12-16 22:32:21,811 WARN  [main] interceptor.ExceptionMappingInterceptor (ExceptionMappingInterceptor.java:254) - test
java.lang.Exception: test
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest.testThrownExceptionNoMatchLoggingCategoryLevelWarn(ExceptionMappingInterceptorTest.java:179) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Running com.opensymphony.xwork2.DefaultActionInvocationTest
2018-12-16 22:32:22,078 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-16 22:32:22,079 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
2018-12-16 22:32:22,133 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action ExceptionFoo
2018-12-16 22:32:22,133 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action ExceptionFoo
2018-12-16 22:32:22,160 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-16 22:32:22,345 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action NullFoo
2018-12-16 22:32:22,346 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action NullFoo
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s - in com.opensymphony.xwork2.DefaultActionInvocationTest
[INFO] Running com.opensymphony.xwork2.ChainResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in com.opensymphony.xwork2.ChainResultTest
[INFO] Running com.opensymphony.xwork2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in com.opensymphony.xwork2.ActionContextTest
[INFO] Running com.opensymphony.xwork2.test.annotations.PersonActionTest
Address: com.opensymphony.xwork2.test.annotations.Address@592652bb
Person: com.opensymphony.xwork2.test.annotations.Person@46cbf06f
Address: com.opensymphony.xwork2.test.annotations.Address@14741d8a
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.opensymphony.xwork2.test.annotations.PersonActionTest
[INFO] Running com.opensymphony.xwork2.ActionSupportTest
2018-12-16 22:32:22,540 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,541 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,541 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,541 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,542 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,542 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,542 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,542 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-16 22:32:22,543 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in com.opensymphony.xwork2.ActionSupportTest
[INFO] Running com.opensymphony.xwork2.ProxyInvocationTest
2018-12-16 22:32:22,631 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:163) - The use of the default (unnamed) package is discouraged!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.opensymphony.xwork2.ProxyInvocationTest
[INFO] Running com.opensymphony.xwork2.DefaultClasstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in com.opensymphony.xwork2.DefaultClasstTest
[INFO] Running com.opensymphony.xwork2.ActionInvocationTest
2018-12-16 22:32:22,746 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2018-12-16 22:32:22,746 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2018-12-16 22:32:22,805 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2018-12-16 22:32:22,806 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2018-12-16 22:32:22,858 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-16 22:32:22,863 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in com.opensymphony.xwork2.ActionInvocationTest
[INFO] Running com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.LocaleAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in com.opensymphony.xwork2.LocaleAwareTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1839, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1582 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1575 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-core ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (9 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510
slf4j-api-1.7.25.jar (cpe:/a:slf4j:slf4j:1.7.25, org.slf4j:slf4j-api:1.7.25) : CVE-2018-8088


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.863 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [01:33 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:55 min]
[INFO] Struts 2 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 Async 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] DEPRECATED: 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 2 OSGi Bundles .............................. SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:33 min
[INFO] Finished at: 2018-12-16T22:32:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] slf4j-api-1.7.25.jar: CVE-2018-8088
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #126

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/126/display/redirect?page=changes>

Changes:

[lukaszlenart] WW-4889 Adds XML handler based on Apache Juneau

[lukaszlenart] WW-4889 Uses proper order of params in assertEquals

[lukaszlenart] WW-4889 Uses .contains to avoid issues with serialisation order

[lukaszlenart] Activates update-impact plugin on JDK7

[lukaszlenart] Uses validate phase to submit update-impact report

[lukaszlenart] Drops unused property

[lukaszlenart] Uses JDK8 to submit update-impact report

[lukaszlenart] Updates update-impact api key

[lukaszlenart] WW-4964 Drops duplicated import of utils.js it should be already

[lukaszlenart] Disables update-impact plugin

[yasserzamani] disable update-impact plugin for Pull Requests

[yasserzamani] fix update-impact plugin for Pull Requests if statement

[yasserzamani] disable maven download progress indication to decrease travis log size

------------------------------------------
[...truncated 1.18 MB...]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
2018-12-13 22:32:00,494 WARN  [main] interceptor.ExceptionMappingInterceptor (ExceptionMappingInterceptor.java:254) - test
java.lang.Exception: test
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest.testThrownExceptionNoMatchLoggingCategoryLevelWarn(ExceptionMappingInterceptorTest.java:179) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:128) [junit-4.12.jar:4.12]
	at org.junit.runners.Suite.runChild(Suite.java:27) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) [surefire-junit47-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.1.jar:2.22.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.1.jar:2.22.1]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in com.opensymphony.xwork2.interceptor.ModelDrivenInterceptorTest
[INFO] Running com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptorTest
[INFO] Running com.opensymphony.xwork2.DefaultActionInvocationTest
2018-12-13 22:32:00,769 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-13 22:32:00,770 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
2018-12-13 22:32:00,824 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action ExceptionFoo
2018-12-13 22:32:00,825 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action ExceptionFoo
2018-12-13 22:32:00,853 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-13 22:32:01,044 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action NullFoo
2018-12-13 22:32:01,045 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action NullFoo
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s - in com.opensymphony.xwork2.DefaultActionInvocationTest
[INFO] Running com.opensymphony.xwork2.ChainResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in com.opensymphony.xwork2.ChainResultTest
[INFO] Running com.opensymphony.xwork2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in com.opensymphony.xwork2.ActionContextTest
[INFO] Running com.opensymphony.xwork2.test.annotations.PersonActionTest
Address: com.opensymphony.xwork2.test.annotations.Address@2be3d72b
Person: com.opensymphony.xwork2.test.annotations.Person@3fc3fd66
Address: com.opensymphony.xwork2.test.annotations.Address@3b792dc4
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in com.opensymphony.xwork2.test.annotations.PersonActionTest
[INFO] Running com.opensymphony.xwork2.ActionSupportTest
2018-12-13 22:32:01,239 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,240 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,240 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,240 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,241 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,241 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,242 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,242 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-12-13 22:32:01,243 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in com.opensymphony.xwork2.ActionSupportTest
[INFO] Running com.opensymphony.xwork2.ProxyInvocationTest
2018-12-13 22:32:01,300 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:163) - The use of the default (unnamed) package is discouraged!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in com.opensymphony.xwork2.ProxyInvocationTest
[INFO] Running com.opensymphony.xwork2.DefaultClasstTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in com.opensymphony.xwork2.DefaultClasstTest
[INFO] Running com.opensymphony.xwork2.ActionInvocationTest
2018-12-13 22:32:01,363 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2018-12-13 22:32:01,364 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2018-12-13 22:32:01,425 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2018-12-13 22:32:01,425 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2018-12-13 22:32:01,478 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-12-13 22:32:01,483 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in com.opensymphony.xwork2.ActionInvocationTest
[INFO] Running com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in com.opensymphony.xwork2.security.DefaultExcludedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in com.opensymphony.xwork2.security.DefaultAcceptedPatternsCheckerTest
[INFO] Running com.opensymphony.xwork2.LocaleAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in com.opensymphony.xwork2.LocaleAwareTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1839, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1582 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1575 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-core ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (10 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510
slf4j-api-1.7.25.jar (cpe:/a:slf4j:slf4j:1.7.25, org.slf4j:slf4j-api:1.7.25) : CVE-2018-8088


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  2.854 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [01:37 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:56 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:39 min
[INFO] Finished at: 2018-12-13T22:32:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] slf4j-api-1.7.25.jar: CVE-2018-8088
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #125

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/125/display/redirect>

------------------------------------------
[...truncated 1.39 MB...]
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 10 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 9 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-cdi-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/cdi/target/struts2-cdi-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-cdi-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-cdi-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-cdi-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-cdi-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/cdi/target/struts2-cdi-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-cdi-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-cdi-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (9 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] ------------< org.apache.struts:struts2-embeddedjsp-plugin >------------
[INFO] Building Struts 2 Embedded JSP Plugin 2.6-SNAPSHOT               [20/36]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ struts2-embeddedjsp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ struts2-embeddedjsp-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 177 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/jasper/el/VariableResolverImpl.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/jasper/el/VariableResolverImpl.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/el/lang/ELSupport.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/el/lang/ELSupport.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0: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:3.7.0:testCompile (default-testCompile) @ struts2-embeddedjsp-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/test-classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java>: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.EmbeddedJSPResultTest
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.84 s - in org.apache.struts2.EmbeddedJSPResultTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-embeddedjsp-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 207 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 206 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-embeddedjsp-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-embeddedjsp-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-embeddedjsp-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (7 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Embedded JSP Plugin:

juli-6.0.53.jar (cpe:/a:apache:tomcat:6.0.53, cpe:/a:apache_software_foundation:tomcat:6.0.53, org.apache.tomcat:juli:6.0.53, cpe:/a:apache_tomcat:apache_tomcat:6.0.53) : CVE-2017-6056, CVE-2013-4444, CVE-2012-5568, CVE-2013-2185, CVE-2016-5425, CVE-2016-6325


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.621 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [01:21 min]
[INFO] Struts 2 Core ...................................... SUCCESS [02:02 min]
[INFO] Struts Plugins ..................................... SUCCESS [  2.907 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.876 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.417 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  4.586 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  2.795 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  4.138 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [ 11.864 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  8.616 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [ 11.057 s]
[INFO] Struts 2 Bean Validation Plugin .................... SUCCESS [  6.570 s]
[INFO] Struts 2 Async Plugin .............................. SUCCESS [  3.801 s]
[INFO] Struts 2 Webapps ................................... SUCCESS [  2.769 s]
[INFO] Struts 2 Showcase Webapp ........................... SUCCESS [  8.866 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [  6.454 s]
[INFO] Struts 2 Rest Showcase Webapp ...................... SUCCESS [  3.630 s]
[INFO] Struts 2 CDI Plugin ................................ SUCCESS [  5.332 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... FAILURE [ 10.002 s]
[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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:08 min
[INFO] Finished at: 2018-12-09T22:33:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-embeddedjsp-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] juli-6.0.53.jar: CVE-2013-2185, CVE-2016-5425, CVE-2016-6325
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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-embeddedjsp-plugin
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #124

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/124/display/redirect?page=changes>

Changes:

[yasserzamani] upgrade to DWR 3 with a showcase

[amashchenko] WW-4987 Add listCssClass to optgroup tag

[amashchenko] WW-4987 Add test for listCssClass in optgroup tag

[amashchenko] Add listCssStyle to optgroup tag

[amashchenko] Add listTitle to optgroup tag

[amashchenko] Improve optgroup template

[amashchenko] Improve optgroup list attributes test

[lukaszlenart] Fixes ActionMapper javadocs and references

------------------------------------------
[...truncated 1.39 MB...]
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 10 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 9 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-cdi-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/cdi/target/struts2-cdi-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-cdi-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-cdi-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-cdi-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-cdi-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/cdi/target/struts2-cdi-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-cdi-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-cdi-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (12 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] ------------< org.apache.struts:struts2-embeddedjsp-plugin >------------
[INFO] Building Struts 2 Embedded JSP Plugin 2.6-SNAPSHOT               [20/36]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ struts2-embeddedjsp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ struts2-embeddedjsp-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 177 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/jasper/el/VariableResolverImpl.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/jasper/el/VariableResolverImpl.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/el/lang/ELSupport.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/el/lang/ELSupport.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0: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:3.7.0:testCompile (default-testCompile) @ struts2-embeddedjsp-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/test-classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java>: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.EmbeddedJSPResultTest
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.391 s - in org.apache.struts2.EmbeddedJSPResultTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-embeddedjsp-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 207 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 206 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-embeddedjsp-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-embeddedjsp-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-embeddedjsp-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (7 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Embedded JSP Plugin:

juli-6.0.53.jar (cpe:/a:apache:tomcat:6.0.53, cpe:/a:apache_software_foundation:tomcat:6.0.53, org.apache.tomcat:juli:6.0.53, cpe:/a:apache_tomcat:apache_tomcat:6.0.53) : CVE-2017-6056, CVE-2013-4444, CVE-2012-5568, CVE-2013-2185, CVE-2016-5425, CVE-2016-6325


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  3.028 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [02:06 min]
[INFO] Struts 2 Core ...................................... SUCCESS [02:17 min]
[INFO] Struts Plugins ..................................... SUCCESS [  3.333 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  3.091 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.830 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  5.025 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  3.624 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  5.705 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [ 14.733 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  9.332 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [ 11.846 s]
[INFO] Struts 2 Bean Validation Plugin .................... SUCCESS [  6.933 s]
[INFO] Struts 2 Async Plugin .............................. SUCCESS [  3.969 s]
[INFO] Struts 2 Webapps ................................... SUCCESS [  3.115 s]
[INFO] Struts 2 Showcase Webapp ........................... SUCCESS [  9.688 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [  7.441 s]
[INFO] Struts 2 Rest Showcase Webapp ...................... SUCCESS [  4.553 s]
[INFO] Struts 2 CDI Plugin ................................ SUCCESS [  7.206 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... FAILURE [ 10.971 s]
[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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:23 min
[INFO] Finished at: 2018-12-06T22:34:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-embeddedjsp-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] juli-6.0.53.jar: CVE-2013-2185, CVE-2016-5425, CVE-2016-6325
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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-embeddedjsp-plugin
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #123

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/123/display/redirect?page=changes>

Changes:

[43964333+JCgH4164838Gh792C124B5] Upgrade DWR from 1.x to 2.x - intended to resolve Jenkins build failure

------------------------------------------
[...truncated 1.50 MB...]
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] ------------< org.apache.struts:struts2-embeddedjsp-plugin >------------
[INFO] Building Struts 2 Embedded JSP Plugin 2.6-SNAPSHOT               [20/36]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/taglibs/request/1.0.1/request-1.0.1.pom
Progress (1): 148 B                   Downloaded from central: https://repo.maven.apache.org/maven2/taglibs/request/1.0.1/request-1.0.1.pom (148 B at 9.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/juli/6.0.53/juli-6.0.53.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/juli/6.0.53/juli-6.0.53.pom (1.3 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/taglibs/standard/1.1.2/standard-1.1.2.pom
Progress (1): 149 B                   Downloaded from central: https://repo.maven.apache.org/maven2/taglibs/standard/1.1.2/standard-1.1.2.pom (149 B at 5.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/jstl/1.1.2/jstl-1.1.2.pom
Progress (1): 358 B                   Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/jstl/1.1.2/jstl-1.1.2.pom (358 B at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper/6.0.53/jasper-6.0.53.pom
Progress (1): 2.2/2.6 kBProgress (1): 2.6 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper/6.0.53/jasper-6.0.53.pom (2.6 kB at 187 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/servlet-api/6.0.53/servlet-api-6.0.53.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/servlet-api/6.0.53/servlet-api-6.0.53.pom (1.4 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jsp-api/6.0.53/jsp-api-6.0.53.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jsp-api/6.0.53/jsp-api-6.0.53.pom (1.7 kB at 122 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/el-api/6.0.53/el-api-6.0.53.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/el-api/6.0.53/el-api-6.0.53.pom (1.3 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/catalina/6.0.53/catalina-6.0.53.pom
Progress (1): 2.1 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/catalina/6.0.53/catalina-6.0.53.pom (2.1 kB at 153 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/coyote/6.0.53/coyote-6.0.53.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/coyote/6.0.53/coyote-6.0.53.pom (1.7 kB at 133 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/annotations-api/6.0.53/annotations-api-6.0.53.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/annotations-api/6.0.53/annotations-api-6.0.53.pom (1.3 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1/ecj-4.3.1.pom
Progress (1): 1.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1/ecj-4.3.1.pom (1.5 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper-el/6.0.53/jasper-el-6.0.53.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper-el/6.0.53/jasper-el-6.0.53.pom (1.6 kB at 67 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/taglibs/request/1.0.1/request-1.0.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/juli/6.0.53/juli-6.0.53.jar
Downloading from central: https://repo.maven.apache.org/maven2/taglibs/standard/1.1.2/standard-1.1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper/6.0.53/jasper-6.0.53.jar
Progress (1): 2.2/39 kBProgress (1): 5.0/39 kBProgress (2): 5.0/39 kB | 2.2/32 kBProgress (2): 7.7/39 kB | 2.2/32 kBProgress (2): 7.7/39 kB | 5.0/32 kBProgress (2): 10/39 kB | 5.0/32 kB Progress (2): 10/39 kB | 7.7/32 kBProgress (2): 13/39 kB | 7.7/32 kBProgress (2): 13/39 kB | 10/32 kB Progress (3): 13/39 kB | 10/32 kB | 2.2/21 kBProgress (3): 13/39 kB | 13/32 kB | 2.2/21 kBProgress (3): 16/39 kB | 13/32 kB | 2.2/21 kBProgress (3): 16/39 kB | 16/32 kB | 2.2/21 kBProgress (3): 16/39 kB | 16/32 kB | 5.0/21 kBProgress (3): 16/39 kB | 19/32 kB | 5.0/21 kBProgress (3): 19/39 kB | 19/32 kB | 5.0/21 kBProgress (3): 19/39 kB | 21/32 kB | 5.0/21 kBProgress (3): 19/39 kB | 21/32 kB | 7.7/21 kBProgress (3): 19/39 kB | 24/32 kB | 7.7/21 kBProgress (3): 21/39 kB | 24/32 kB | 7.7/21 kBProgress (3): 21/39 kB | 27/32 kB | 7.7/21 kBProgress (3): 21/39 kB | 27/32 kB | 10/21 kB Progress (3): 21/39 kB | 30/32 kB | 10/21 kBProgress (3): 24/39 kB | 30/32 kB | 10/21 kBProgress (3): 24/39 kB | 32/32 kB | 10/21 kBProgress (3): 24/39 kB | 32/32 kB | 13/21 kBProgress (3): 24/39 kB | 32 kB | 13/21 kB   Progress (4): 24/39 kB | 32 kB | 13/21 kB | 2.2/393 kBProgress (4): 27/39 kB | 32 kB | 13/21 kB | 2.2/393 kBProgress (4): 27/39 kB | 32 kB | 16/21 kB | 2.2/393 kBProgress (4): 30/39 kB | 32 kB | 16/21 kB | 2.2/393 kBProgress (4): 30/39 kB | 32 kB | 16/21 kB | 5.0/393 kBProgress (4): 32/39 kB | 32 kB | 16/21 kB | 5.0/393 kBProgress (4): 32/39 kB | 32 kB | 19/21 kB | 5.0/393 kBProgress (4): 35/39 kB | 32 kB | 19/21 kB | 5.0/393 kBProgress (4): 35/39 kB | 32 kB | 19/21 kB | 7.7/393 kBProgress (4): 38/39 kB | 32 kB | 19/21 kB | 7.7/393 kBProgress (4): 38/39 kB | 32 kB | 21 kB | 7.7/393 kB   Progress (4): 39 kB | 32 kB | 21 kB | 7.7/393 kB   Progress (4): 39 kB | 32 kB | 21 kB | 10/393 kB Progress (4): 39 kB | 32 kB | 21 kB | 13/393 kBProgress (4): 39 kB | 32 kB | 21 kB | 16/393 kBProgress (4): 39 kB | 32 kB | 21 kB | 19/393 kBProgress (4): 39 kB | 32 kB | 21 kB | 21/393 kBProgress (4): 39 kB | 32 kB | 21 kB | 24/393 kBProgress (4): 39 kB | 32 kB | 21 kB | 27/393 kBProgress (4): 39 kB | 32 kB | 21 kB | 30/393 kBProgress (4): 39 kB | 32 kB | 21 kB | 32/393 kB                                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/juli/6.0.53/juli-6.0.53.jar (32 kB at 1.5 MB/s)
Progress (3): 39 kB | 21 kB | 36/393 kB                                       Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/servlet-api/6.0.53/servlet-api-6.0.53.jar
Progress (3): 39 kB | 21 kB | 40/393 kBProgress (3): 39 kB | 21 kB | 45/393 kBProgress (4): 39 kB | 21 kB | 45/393 kB | 2.2/529 kBProgress (4): 39 kB | 21 kB | 49/393 kB | 2.2/529 kBProgress (4): 39 kB | 21 kB | 49/393 kB | 5.0/529 kBProgress (4): 39 kB | 21 kB | 53/393 kB | 5.0/529 kBProgress (4): 39 kB | 21 kB | 53/393 kB | 7.7/529 kBProgress (4): 39 kB | 21 kB | 57/393 kB | 7.7/529 kBProgress (4): 39 kB | 21 kB | 57/393 kB | 10/529 kB                                                    Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar (21 kB at 795 kB/s)
Progress (3): 39 kB | 57/393 kB | 13/529 kBProgress (3): 39 kB | 61/393 kB | 13/529 kBProgress (3): 39 kB | 61/393 kB | 16/529 kB                                           Downloaded from central: https://repo.maven.apache.org/maven2/taglibs/request/1.0.1/request-1.0.1.jar (39 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jsp-api/6.0.53/jsp-api-6.0.53.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/catalina/6.0.53/catalina-6.0.53.jar
Progress (2): 61/393 kB | 19/529 kBProgress (2): 65/393 kB | 19/529 kBProgress (2): 65/393 kB | 21/529 kBProgress (2): 65/393 kB | 24/529 kBProgress (2): 69/393 kB | 24/529 kBProgress (2): 69/393 kB | 27/529 kBProgress (2): 73/393 kB | 27/529 kBProgress (2): 73/393 kB | 30/529 kBProgress (2): 77/393 kB | 30/529 kBProgress (2): 77/393 kB | 32/529 kBProgress (2): 81/393 kB | 32/529 kBProgress (2): 81/393 kB | 36/529 kBProgress (2): 85/393 kB | 36/529 kBProgress (2): 85/393 kB | 40/529 kBProgress (2): 90/393 kB | 40/529 kBProgress (2): 90/393 kB | 45/529 kBProgress (2): 94/393 kB | 45/529 kBProgress (2): 94/393 kB | 49/529 kBProgress (2): 98/393 kB | 49/529 kBProgress (2): 98/393 kB | 53/529 kBProgress (2): 102/393 kB | 53/529 kBProgress (2): 102/393 kB | 57/529 kBProgress (2): 106/393 kB | 57/529 kBProgress (2): 106/393 kB | 61/529 kBProgress (2): 110/393 kB | 61/529 kBProgress (2): 110/393 kB | 65/529 kBProgress (2): 114/393 kB | 65/529 kBProgress (2): 118/393 kB | 65/529 kBProgress (2): 122/393 kB | 65/529 kBProgress (2): 126/393 kB | 65/529 kBProgress (2): 131/393 kB | 65/529 kBProgress (2): 131/393 kB | 69/529 kBProgress (2): 131/393 kB | 73/529 kBProgress (2): 135/393 kB | 73/529 kBProgress (2): 135/393 kB | 77/529 kBProgress (2): 139/393 kB | 77/529 kBProgress (2): 139/393 kB | 81/529 kBProgress (2): 143/393 kB | 81/529 kBProgress (2): 147/393 kB | 81/529 kBProgress (2): 147/393 kB | 85/529 kBProgress (2): 147/393 kB | 90/529 kBProgress (2): 151/393 kB | 90/529 kBProgress (2): 151/393 kB | 94/529 kBProgress (2): 155/393 kB | 94/529 kBProgress (2): 155/393 kB | 98/529 kBProgress (2): 159/393 kB | 98/529 kBProgress (2): 163/393 kB | 98/529 kBProgress (2): 163/393 kB | 102/529 kBProgress (2): 163/393 kB | 106/529 kBProgress (2): 167/393 kB | 106/529 kBProgress (2): 167/393 kB | 110/529 kBProgress (2): 171/393 kB | 110/529 kBProgress (2): 171/393 kB | 114/529 kBProgress (2): 176/393 kB | 114/529 kBProgress (2): 180/393 kB | 114/529 kBProgress (2): 180/393 kB | 118/529 kBProgress (2): 180/393 kB | 122/529 kBProgress (2): 184/393 kB | 122/529 kBProgress (2): 184/393 kB | 126/529 kBProgress (2): 188/393 kB | 126/529 kBProgress (2): 188/393 kB | 131/529 kBProgress (2): 192/393 kB | 131/529 kBProgress (2): 196/393 kB | 131/529 kBProgress (2): 196/393 kB | 135/529 kBProgress (2): 196/393 kB | 139/529 kBProgress (2): 200/393 kB | 139/529 kBProgress (2): 200/393 kB | 143/529 kBProgress (2): 204/393 kB | 143/529 kBProgress (2): 204/393 kB | 147/529 kBProgress (2): 208/393 kB | 147/529 kBProgress (2): 212/393 kB | 147/529 kBProgress (2): 212/393 kB | 151/529 kBProgress (2): 212/393 kB | 155/529 kBProgress (2): 217/393 kB | 155/529 kBProgress (2): 217/393 kB | 159/529 kBProgress (2): 221/393 kB | 159/529 kBProgress (2): 221/393 kB | 163/529 kBProgress (2): 225/393 kB | 163/529 kBProgress (2): 229/393 kB | 163/529 kBProgress (2): 229/393 kB | 167/529 kBProgress (3): 229/393 kB | 167/529 kB | 2.2/133 kBProgress (3): 229/393 kB | 171/529 kB | 2.2/133 kBProgress (3): 233/393 kB | 171/529 kB | 2.2/133 kBProgress (3): 233/393 kB | 176/529 kB | 2.2/133 kBProgress (3): 233/393 kB | 176/529 kB | 5.0/133 kBProgress (3): 233/393 kB | 180/529 kB | 5.0/133 kBProgress (3): 237/393 kB | 180/529 kB | 5.0/133 kBProgress (3): 237/393 kB | 180/529 kB | 7.7/133 kBProgress (3): 237/393 kB | 184/529 kB | 7.7/133 kBProgress (3): 241/393 kB | 184/529 kB | 7.7/133 kBProgress (3): 241/393 kB | 188/529 kB | 7.7/133 kBProgress (3): 241/393 kB | 192/529 kB | 7.7/133 kBProgress (3): 241/393 kB | 192/529 kB | 10/133 kB Progress (3): 241/393 kB | 196/529 kB | 10/133 kBProgress (3): 245/393 kB | 196/529 kB | 10/133 kBProgress (3): 245/393 kB | 196/529 kB | 13/133 kBProgress (3): 245/393 kB | 200/529 kB | 13/133 kBProgress (3): 249/393 kB | 200/529 kB | 13/133 kBProgress (3): 249/393 kB | 200/529 kB | 16/133 kBProgress (3): 253/393 kB | 200/529 kB | 16/133 kBProgress (3): 253/393 kB | 204/529 kB | 16/133 kBProgress (3): 258/393 kB | 204/529 kB | 16/133 kBProgress (3): 258/393 kB | 204/529 kB | 19/133 kBProgress (3): 262/393 kB | 204/529 kB | 19/133 kBProgress (3): 262/393 kB | 208/529 kB | 19/133 kBProgress (3): 262/393 kB | 208/529 kB | 21/133 kBProgress (3): 262/393 kB | 212/529 kB | 21/133 kBProgress (3): 266/393 kB | 212/529 kB | 21/133 kBProgress (3): 266/393 kB | 212/529 kB | 24/133 kBProgress (3): 266/393 kB | 217/529 kB | 24/133 kBProgress (3): 270/393 kB | 217/529 kB | 24/133 kBProgress (3): 270/393 kB | 221/529 kB | 24/133 kBProgress (3): 270/393 kB | 221/529 kB | 27/133 kBProgress (3): 270/393 kB | 225/529 kB | 27/133 kBProgress (3): 274/393 kB | 225/529 kB | 27/133 kBProgress (3): 274/393 kB | 229/529 kB | 27/133 kBProgress (3): 274/393 kB | 229/529 kB | 30/133 kBProgress (3): 278/393 kB | 229/529 kB | 30/133 kBProgress (3): 278/393 kB | 229/529 kB | 32/133 kBProgress (3): 278/393 kB | 233/529 kB | 32/133 kBProgress (4): 278/393 kB | 233/529 kB | 32/133 kB | 0/1.3 MBProgress (4): 278/393 kB | 233/529 kB | 36/133 kB | 0/1.3 MBProgress (4): 278/393 kB | 237/529 kB | 36/133 kB | 0/1.3 MBProgress (4): 282/393 kB | 237/529 kB | 36/133 kB | 0/1.3 MBProgress (4): 282/393 kB | 241/529 kB | 36/133 kB | 0/1.3 MBProgress (4): 282/393 kB | 241/529 kB | 40/133 kB | 0/1.3 MBProgress (4): 282/393 kB | 241/529 kB | 40/133 kB | 0/1.3 MBProgress (4): 282/393 kB | 241/529 kB | 45/133 kB | 0/1.3 MBProgress (4): 282/393 kB | 245/529 kB | 45/133 kB | 0/1.3 MBProgress (4): 286/393 kB | 245/529 kB | 45/133 kB | 0/1.3 MBProgress (4): 286/393 kB | 245/529 kB | 49/133 kB | 0/1.3 MBProgress (4): 286/393 kB | 245/529 kB | 49/133 kB | 0/1.3 MBProgress (4): 286/393 kB | 249/529 kB | 49/133 kB | 0/1.3 MBProgress (4): 290/393 kB | 249/529 kB | 49/133 kB | 0/1.3 MBProgress (4): 290/393 kB | 253/529 kB | 49/133 kB | 0/1.3 MBProgress (4): 290/393 kB | 253/529 kB | 49/133 kB | 0/1.3 MBProgress (4): 290/393 kB | 253/529 kB | 53/133 kB | 0/1.3 MBProgress (4): 290/393 kB | 253/529 kB | 53/133 kB | 0/1.3 MBProgress (4): 290/393 kB | 258/529 kB | 53/133 kB | 0/1.3 MBProgress (4): 294/393 kB | 258/529 kB | 53/133 kB | 0/1.3 MBProgress (4): 294/393 kB | 262/529 kB | 53/133 kB | 0/1.3 MBProgress (4): 294/393 kB | 262/529 kB | 53/133 kB | 0/1.3 MBProgress (4): 294/393 kB | 262/529 kB | 57/133 kB | 0/1.3 MBProgress (4): 294/393 kB | 262/529 kB | 57/133 kB | 0/1.3 MBProgress (4): 294/393 kB | 266/529 kB | 57/133 kB | 0/1.3 MBProgress (4): 298/393 kB | 266/529 kB | 57/133 kB | 0/1.3 MBProgress (4): 298/393 kB | 270/529 kB | 57/133 kB | 0/1.3 MBProgress (4): 298/393 kB | 270/529 kB | 57/133 kB | 0/1.3 MBProgress (4): 298/393 kB | 270/529 kB | 61/133 kB | 0/1.3 MBProgress (4): 298/393 kB | 270/529 kB | 61/133 kB | 0/1.3 MBProgress (4): 298/393 kB | 274/529 kB | 61/133 kB | 0/1.3 MBProgress (4): 303/393 kB | 274/529 kB | 61/133 kB | 0/1.3 MBProgress (4): 303/393 kB | 278/529 kB | 61/133 kB | 0/1.3 MBProgress (4): 303/393 kB | 278/529 kB | 61/133 kB | 0/1.3 MBProgress (4): 303/393 kB | 278/529 kB | 65/133 kB | 0/1.3 MBProgress (4): 303/393 kB | 278/529 kB | 65/133 kB | 0/1.3 MBProgress (4): 303/393 kB | 282/529 kB | 65/133 kB | 0/1.3 MBProgress (4): 307/393 kB | 282/529 kB | 65/133 kB | 0/1.3 MBProgress (4): 307/393 kB | 286/529 kB | 65/133 kB | 0/1.3 MBProgress (4): 307/393 kB | 286/529 kB | 65/133 kB | 0/1.3 MBProgress (4): 307/393 kB | 286/529 kB | 69/133 kB | 0/1.3 MBProgress (4): 307/393 kB | 290/529 kB | 69/133 kB | 0/1.3 MBProgress (4): 311/393 kB | 290/529 kB | 69/133 kB | 0/1.3 MBProgress (4): 311/393 kB | 294/529 kB | 69/133 kB | 0/1.3 MBProgress (4): 315/393 kB | 294/529 kB | 69/133 kB | 0/1.3 MBProgress (4): 315/393 kB | 294/529 kB | 69/133 kB | 0/1.3 MBProgress (4): 315/393 kB | 294/529 kB | 73/133 kB | 0/1.3 MBProgress (4): 315/393 kB | 294/529 kB | 73/133 kB | 0/1.3 MBProgress (4): 319/393 kB | 294/529 kB | 73/133 kB | 0/1.3 MBProgress (4): 319/393 kB | 298/529 kB | 73/133 kB | 0/1.3 MBProgress (4): 323/393 kB | 298/529 kB | 73/133 kB | 0/1.3 MBProgress (4): 323/393 kB | 298/529 kB | 73/133 kB | 0/1.3 MBProgress (4): 323/393 kB | 298/529 kB | 77/133 kB | 0/1.3 MBProgress (4): 323/393 kB | 298/529 kB | 77/133 kB | 0/1.3 MBProgress (4): 327/393 kB | 298/529 kB | 77/133 kB | 0/1.3 MBProgress (4): 327/393 kB | 303/529 kB | 77/133 kB | 0/1.3 MBProgress (4): 331/393 kB | 303/529 kB | 77/133 kB | 0/1.3 MBProgress (4): 331/393 kB | 303/529 kB | 77/133 kB | 0.1/1.3 MBProgress (4): 331/393 kB | 303/529 kB | 81/133 kB | 0.1/1.3 MBProgress (4): 331/393 kB | 303/529 kB | 81/133 kB | 0.1/1.3 MBProgress (4): 331/393 kB | 303/529 kB | 85/133 kB | 0.1/1.3 MBProgress (4): 335/393 kB | 303/529 kB | 85/133 kB | 0.1/1.3 MBProgress (4): 335/393 kB | 307/529 kB | 85/133 kB | 0.1/1.3 MBProgress (4): 339/393 kB | 307/529 kB | 85/133 kB | 0.1/1.3 MBProgress (4): 339/393 kB | 307/529 kB | 90/133 kB | 0.1/1.3 MBProgress (4): 339/393 kB | 307/529 kB | 90/133 kB | 0.1/1.3 MBProgress (4): 339/393 kB | 307/529 kB | 94/133 kB | 0.1/1.3 MBProgress (4): 344/393 kB | 307/529 kB | 94/133 kB | 0.1/1.3 MBProgress (4): 344/393 kB | 311/529 kB | 94/133 kB | 0.1/1.3 MBProgress (4): 344/393 kB | 311/529 kB | 98/133 kB | 0.1/1.3 MBProgress (4): 344/393 kB | 311/529 kB | 98/133 kB | 0.1/1.3 MBProgress (4): 344/393 kB | 311/529 kB | 102/133 kB | 0.1/1.3 MBProgress (4): 344/393 kB | 315/529 kB | 102/133 kB | 0.1/1.3 MBProgress (4): 348/393 kB | 315/529 kB | 102/133 kB | 0.1/1.3 MBProgress (4): 348/393 kB | 319/529 kB | 102/133 kB | 0.1/1.3 MBProgress (4): 348/393 kB | 319/529 kB | 102/133 kB | 0.1/1.3 MBProgress (4): 348/393 kB | 319/529 kB | 106/133 kB | 0.1/1.3 MBProgress (4): 348/393 kB | 319/529 kB | 106/133 kB | 0.1/1.3 MBProgress (4): 348/393 kB | 323/529 kB | 106/133 kB | 0.1/1.3 MBProgress (4): 352/393 kB | 323/529 kB | 106/133 kB | 0.1/1.3 MBProgress (4): 352/393 kB | 327/529 kB | 106/133 kB | 0.1/1.3 MBProgress (4): 352/393 kB | 327/529 kB | 106/133 kB | 0.1/1.3 MBProgress (4): 352/393 kB | 331/529 kB | 106/133 kB | 0.1/1.3 MBProgress (4): 352/393 kB | 331/529 kB | 110/133 kB | 0.1/1.3 MBProgress (4): 352/393 kB | 335/529 kB | 110/133 kB | 0.1/1.3 MBProgress (4): 352/393 kB | 335/529 kB | 110/133 kB | 0.1/1.3 MBProgress (4): 356/393 kB | 335/529 kB | 110/133 kB | 0.1/1.3 MBProgress (4): 356/393 kB | 339/529 kB | 110/133 kB | 0.1/1.3 MBProgress (5): 356/393 kB | 339/529 kB | 110/133 kB | 0.1/1.3 MB | 2.2/77 kBProgress (5): 356/393 kB | 339/529 kB | 114/133 kB | 0.1/1.3 MB | 2.2/77 kBProgress (5): 356/393 kB | 339/529 kB | 114/133 kB | 0.1/1.3 MB | 5.0/77 kBProgress (5): 356/393 kB | 344/529 kB | 114/133 kB | 0.1/1.3 MB | 5.0/77 kBProgress (5): 356/393 kB | 344/529 kB | 114/133 kB | 0.1/1.3 MB | 5.0/77 kBProgress (5): 360/393 kB | 344/529 kB | 114/133 kB | 0.1/1.3 MB | 5.0/77 kBProgress (5): 360/393 kB | 344/529 kB | 114/133 kB | 0.1/1.3 MB | 5.0/77 kBProgress (5): 360/393 kB | 348/529 kB | 114/133 kB | 0.1/1.3 MB | 5.0/77 kBProgress (5): 360/393 kB | 348/529 kB | 114/133 kB | 0.1/1.3 MB | 7.7/77 kBProgress (5): 360/393 kB | 348/529 kB | 118/133 kB | 0.1/1.3 MB | 7.7/77 kBProgress (5): 360/393 kB | 348/529 kB | 118/133 kB | 0.1/1.3 MB | 10/77 kB Progress (5): 360/393 kB | 352/529 kB | 118/133 kB | 0.1/1.3 MB | 10/77 kBProgress (5): 360/393 kB | 352/529 kB | 118/133 kB | 0.1/1.3 MB | 10/77 kBProgress (5): 364/393 kB | 352/529 kB | 118/133 kB | 0.1/1.3 MB | 10/77 kBProgress (5): 364/393 kB | 352/529 kB | 118/133 kB | 0.1/1.3 MB | 10/77 kBProgress (5): 364/393 kB | 356/529 kB | 118/133 kB | 0.1/1.3 MB | 10/77 kBProgress (5): 364/393 kB | 356/529 kB | 118/133 kB | 0.1/1.3 MB | 13/77 kBProgress (5): 364/393 kB | 356/529 kB | 122/133 kB | 0.1/1.3 MB | 13/77 kBProgress (5): 364/393 kB | 356/529 kB | 122/133 kB | 0.1/1.3 MB | 16/77 kBProgress (5): 364/393 kB | 356/529 kB | 122/133 kB | 0.1/1.3 MB | 16/77 kBProgress (5): 364/393 kB | 360/529 kB | 122/133 kB | 0.1/1.3 MB | 16/77 kBProgress (5): 368/393 kB | 360/529 kB | 122/133 kB | 0.1/1.3 MB | 16/77 kBProgress (5): 368/393 kB | 364/529 kB | 122/133 kB | 0.1/1.3 MB | 16/77 kBProgress (5): 368/393 kB | 364/529 kB | 122/133 kB | 0.1/1.3 MB | 16/77 kBProgress (5): 368/393 kB | 364/529 kB | 122/133 kB | 0.1/1.3 MB | 19/77 kBProgress (5): 368/393 kB | 364/529 kB | 126/133 kB | 0.1/1.3 MB | 19/77 kBProgress (5): 368/393 kB | 364/529 kB | 126/133 kB | 0.1/1.3 MB | 21/77 kBProgress (5): 368/393 kB | 364/529 kB | 126/133 kB | 0.1/1.3 MB | 21/77 kBProgress (5): 368/393 kB | 368/529 kB | 126/133 kB | 0.1/1.3 MB | 21/77 kBProgress (5): 372/393 kB | 368/529 kB | 126/133 kB | 0.1/1.3 MB | 21/77 kBProgress (5): 372/393 kB | 372/529 kB | 126/133 kB | 0.1/1.3 MB | 21/77 kBProgress (5): 372/393 kB | 372/529 kB | 126/133 kB | 0.1/1.3 MB | 21/77 kBProgress (5): 372/393 kB | 372/529 kB | 126/133 kB | 0.1/1.3 MB | 24/77 kBProgress (5): 372/393 kB | 372/529 kB | 131/133 kB | 0.1/1.3 MB | 24/77 kBProgress (5): 372/393 kB | 372/529 kB | 131/133 kB | 0.1/1.3 MB | 27/77 kBProgress (5): 372/393 kB | 372/529 kB | 131/133 kB | 0.1/1.3 MB | 27/77 kBProgress (5): 372/393 kB | 376/529 kB | 131/133 kB | 0.1/1.3 MB | 27/77 kBProgress (5): 376/393 kB | 376/529 kB | 131/133 kB | 0.1/1.3 MB | 27/77 kBProgress (5): 376/393 kB | 380/529 kB | 131/133 kB | 0.1/1.3 MB | 27/77 kBProgress (5): 380/393 kB | 380/529 kB | 131/133 kB | 0.1/1.3 MB | 27/77 kBProgress (5): 380/393 kB | 380/529 kB | 131/133 kB | 0.1/1.3 MB | 27/77 kBProgress (5): 380/393 kB | 380/529 kB | 131/133 kB | 0.1/1.3 MB | 30/77 kBProgress (5): 380/393 kB | 380/529 kB | 133 kB | 0.1/1.3 MB | 30/77 kB    Progress (5): 380/393 kB | 380/529 kB | 133 kB | 0.1/1.3 MB | 32/77 kBProgress (5): 380/393 kB | 380/529 kB | 133 kB | 0.1/1.3 MB | 32/77 kBProgress (5): 384/393 kB | 380/529 kB | 133 kB | 0.1/1.3 MB | 32/77 kBProgress (5): 384/393 kB | 384/529 kB | 133 kB | 0.1/1.3 MB | 32/77 kBProgress (5): 389/393 kB | 384/529 kB | 133 kB | 0.1/1.3 MB | 32/77 kBProgress (5): 389/393 kB | 384/529 kB | 133 kB | 0.1/1.3 MB | 32/77 kBProgress (5): 389/393 kB | 384/529 kB | 133 kB | 0.1/1.3 MB | 36/77 kBProgress (5): 393/393 kB | 384/529 kB | 133 kB | 0.1/1.3 MB | 36/77 kBProgress (5): 393/393 kB | 389/529 kB | 133 kB | 0.1/1.3 MB | 36/77 kBProgress (5): 393 kB | 389/529 kB | 133 kB | 0.1/1.3 MB | 36/77 kB    Progress (5): 393 kB | 389/529 kB | 133 kB | 0.1/1.3 MB | 36/77 kBProgress (5): 393 kB | 389/529 kB | 133 kB | 0.1/1.3 MB | 40/77 kBProgress (5): 393 kB | 389/529 kB | 133 kB | 0.1/1.3 MB | 40/77 kBProgress (5): 393 kB | 393/529 kB | 133 kB | 0.1/1.3 MB | 40/77 kBProgress (5): 393 kB | 393/529 kB | 133 kB | 0.1/1.3 MB | 40/77 kBProgress (5): 393 kB | 393/529 kB | 133 kB | 0.1/1.3 MB | 45/77 kBProgress (5): 393 kB | 393/529 kB | 133 kB | 0.1/1.3 MB | 45/77 kBProgress (5): 393 kB | 397/529 kB | 133 kB | 0.1/1.3 MB | 45/77 kBProgress (5): 393 kB | 397/529 kB | 133 kB | 0.1/1.3 MB | 49/77 kBProgress (5): 393 kB | 401/529 kB | 133 kB | 0.1/1.3 MB | 49/77 kBProgress (5): 393 kB | 401/529 kB | 133 kB | 0.2/1.3 MB | 49/77 kBProgress (5): 393 kB | 405/529 kB | 133 kB | 0.2/1.3 MB | 49/77 kBProgress (5): 393 kB | 405/529 kB | 133 kB | 0.2/1.3 MB | 53/77 kBProgress (5): 393 kB | 409/529 kB | 133 kB | 0.2/1.3 MB | 53/77 kB                                                                  Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/servlet-api/6.0.53/servlet-api-6.0.53.jar (133 kB at 1.3 MB/s)
Progress (4): 393 kB | 409/529 kB | 0.2/1.3 MB | 53/77 kB                                                         Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/coyote/6.0.53/coyote-6.0.53.jar
Progress (4): 393 kB | 413/529 kB | 0.2/1.3 MB | 53/77 kBProgress (4): 393 kB | 413/529 kB | 0.2/1.3 MB | 57/77 kBProgress (4): 393 kB | 417/529 kB | 0.2/1.3 MB | 57/77 kBProgress (4): 393 kB | 417/529 kB | 0.2/1.3 MB | 57/77 kBProgress (4): 393 kB | 421/529 kB | 0.2/1.3 MB | 57/77 kBProgress (4): 393 kB | 421/529 kB | 0.2/1.3 MB | 61/77 kBProgress (4): 393 kB | 425/529 kB | 0.2/1.3 MB | 61/77 kBProgress (4): 393 kB | 425/529 kB | 0.2/1.3 MB | 61/77 kB                                                         Downloaded from central: https://repo.maven.apache.org/maven2/taglibs/standard/1.1.2/standard-1.1.2.jar (393 kB at 3.7 MB/s)
Progress (3): 425/529 kB | 0.2/1.3 MB | 65/77 kB                                                Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/annotations-api/6.0.53/annotations-api-6.0.53.jar
Progress (3): 425/529 kB | 0.2/1.3 MB | 65/77 kBProgress (3): 430/529 kB | 0.2/1.3 MB | 65/77 kBProgress (3): 430/529 kB | 0.2/1.3 MB | 65/77 kBProgress (3): 430/529 kB | 0.2/1.3 MB | 69/77 kBProgress (3): 430/529 kB | 0.2/1.3 MB | 69/77 kBProgress (3): 434/529 kB | 0.2/1.3 MB | 69/77 kBProgress (3): 434/529 kB | 0.2/1.3 MB | 69/77 kBProgress (3): 434/529 kB | 0.2/1.3 MB | 73/77 kBProgress (3): 438/529 kB | 0.2/1.3 MB | 73/77 kBProgress (3): 438/529 kB | 0.2/1.3 MB | 73/77 kBProgress (3): 438/529 kB | 0.2/1.3 MB | 77 kB   Progress (3): 438/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 442/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 442/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 442/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 446/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 450/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 450/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 454/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 454/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 458/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 458/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 458/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 462/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 466/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 466/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 470/529 kB | 0.2/1.3 MB | 77 kBProgress (3): 470/529 kB | 0.2/1.3 MB | 77 kBProgress (4): 470/529 kB | 0.2/1.3 MB | 77 kB | 2.8/15 kBProgress (4): 470/529 kB | 0.2/1.3 MB | 77 kB | 2.8/15 kBProgress (4): 475/529 kB | 0.2/1.3 MB | 77 kB | 2.8/15 kBProgress (4): 475/529 kB | 0.2/1.3 MB | 77 kB | 2.8/15 kBProgress (4): 475/529 kB | 0.2/1.3 MB | 77 kB | 5.5/15 kBProgress (4): 479/529 kB | 0.2/1.3 MB | 77 kB | 5.5/15 kBProgress (4): 479/529 kB | 0.2/1.3 MB | 77 kB | 8.3/15 kBProgress (4): 479/529 kB | 0.2/1.3 MB | 77 kB | 8.3/15 kBProgress (4): 479/529 kB | 0.2/1.3 MB | 77 kB | 11/15 kB Progress (4): 483/529 kB | 0.2/1.3 MB | 77 kB | 11/15 kBProgress (4): 483/529 kB | 0.2/1.3 MB | 77 kB | 14/15 kBProgress (4): 483/529 kB | 0.2/1.3 MB | 77 kB | 14/15 kBProgress (4): 483/529 kB | 0.2/1.3 MB | 77 kB | 15 kB                                                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jsp-api/6.0.53/jsp-api-6.0.53.jar (77 kB at 680 kB/s)
Progress (3): 487/529 kB | 0.2/1.3 MB | 15 kB                                             Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/el-api/6.0.53/el-api-6.0.53.jar
Progress (3): 487/529 kB | 0.2/1.3 MB | 15 kBProgress (3): 491/529 kB | 0.2/1.3 MB | 15 kBProgress (3): 491/529 kB | 0.2/1.3 MB | 15 kBProgress (3): 495/529 kB | 0.2/1.3 MB | 15 kBProgress (3): 495/529 kB | 0.2/1.3 MB | 15 kBProgress (3): 499/529 kB | 0.2/1.3 MB | 15 kBProgress (3): 499/529 kB | 0.3/1.3 MB | 15 kBProgress (3): 503/529 kB | 0.3/1.3 MB | 15 kBProgress (3): 503/529 kB | 0.3/1.3 MB | 15 kBProgress (3): 507/529 kB | 0.3/1.3 MB | 15 kBProgress (3): 507/529 kB | 0.3/1.3 MB | 15 kBProgress (3): 511/529 kB | 0.3/1.3 MB | 15 kBProgress (3): 511/529 kB | 0.3/1.3 MB | 15 kBProgress (3): 516/529 kB | 0.3/1.3 MB | 15 kBProgress (4): 516/529 kB | 0.3/1.3 MB | 15 kB | 4.1/824 kBProgress (4): 516/529 kB | 0.3/1.3 MB | 15 kB | 4.1/824 kBProgress (4): 516/529 kB | 0.3/1.3 MB | 15 kB | 7.7/824 kBProgress (4): 520/529 kB | 0.3/1.3 MB | 15 kB | 7.7/824 kBProgress (4): 520/529 kB | 0.3/1.3 MB | 15 kB | 12/824 kB Progress (4): 520/529 kB | 0.3/1.3 MB | 15 kB | 12/824 kBProgress (4): 520/529 kB | 0.3/1.3 MB | 15 kB | 16/824 kBProgress (4): 524/529 kB | 0.3/1.3 MB | 15 kB | 16/824 kBProgress (4): 524/529 kB | 0.3/1.3 MB | 15 kB | 16/824 kBProgress (4): 528/529 kB | 0.3/1.3 MB | 15 kB | 16/824 kBProgress (4): 528/529 kB | 0.3/1.3 MB | 15 kB | 20/824 kBProgress (4): 528/529 kB | 0.3/1.3 MB | 15 kB | 20/824 kBProgress (4): 529 kB | 0.3/1.3 MB | 15 kB | 20/824 kB    Progress (4): 529 kB | 0.3/1.3 MB | 15 kB | 20/824 kBProgress (4): 529 kB | 0.3/1.3 MB | 15 kB | 24/824 kB                                                     Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/annotations-api/6.0.53/annotations-api-6.0.53.jar (15 kB at 126 kB/s)
Progress (4): 529 kB | 0.3/1.3 MB | 24/824 kB | 4.1/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 28/824 kB | 4.1/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 28/824 kB | 4.1/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 32/824 kB | 4.1/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 32/824 kB | 7.7/35 kB                                                         Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1/ecj-4.3.1.jar
Progress (4): 529 kB | 0.3/1.3 MB | 32/824 kB | 12/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 36/824 kB | 12/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 36/824 kB | 12/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 40/824 kB | 12/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 40/824 kB | 16/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 40/824 kB | 16/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 45/824 kB | 16/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 45/824 kB | 20/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 45/824 kB | 20/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 45/824 kB | 24/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 49/824 kB | 24/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 49/824 kB | 28/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 53/824 kB | 28/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 53/824 kB | 28/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 57/824 kB | 28/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 57/824 kB | 32/35 kBProgress (4): 529 kB | 0.3/1.3 MB | 61/824 kB | 32/35 kB                                                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper/6.0.53/jasper-6.0.53.jar (529 kB at 4.1 MB/s)
Progress (3): 0.3/1.3 MB | 61/824 kB | 32/35 kB                                               Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper-el/6.0.53/jasper-el-6.0.53.jar
Progress (3): 0.3/1.3 MB | 65/824 kB | 32/35 kBProgress (3): 0.3/1.3 MB | 65/824 kB | 35 kB   Progress (3): 0.3/1.3 MB | 65/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 69/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 69/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 73/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 73/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 77/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 77/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 81/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 81/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 85/824 kB | 35 kBProgress (3): 0.3/1.3 MB | 85/824 kB | 35 kBProgress (4): 0.3/1.3 MB | 85/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.3/1.3 MB | 85/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.3/1.3 MB | 90/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.3/1.3 MB | 90/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.3/1.3 MB | 90/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.3/1.3 MB | 90/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.3/1.3 MB | 94/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 94/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 94/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 94/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 98/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 98/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 98/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 102/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 102/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 102/824 kB | 35 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 102/824 kB | 35 kB | 0/1.8 MB                                                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/el-api/6.0.53/el-api-6.0.53.jar (35 kB at 249 kB/s)
Progress (3): 0.4/1.3 MB | 106/824 kB | 0/1.8 MBProgress (4): 0.4/1.3 MB | 106/824 kB | 0/1.8 MB | 4.1/113 kBProgress (4): 0.4/1.3 MB | 106/824 kB | 0/1.8 MB | 4.1/113 kBProgress (4): 0.4/1.3 MB | 106/824 kB | 0/1.8 MB | 4.1/113 kBProgress (4): 0.4/1.3 MB | 106/824 kB | 0/1.8 MB | 4.1/113 kBProgress (4): 0.4/1.3 MB | 106/824 kB | 0/1.8 MB | 7.7/113 kBProgress (4): 0.4/1.3 MB | 110/824 kB | 0/1.8 MB | 7.7/113 kBProgress (4): 0.4/1.3 MB | 110/824 kB | 0/1.8 MB | 12/113 kB Progress (4): 0.4/1.3 MB | 110/824 kB | 0/1.8 MB | 12/113 kBProgress (4): 0.4/1.3 MB | 110/824 kB | 0/1.8 MB | 12/113 kBProgress (4): 0.4/1.3 MB | 110/824 kB | 0/1.8 MB | 12/113 kBProgress (4): 0.4/1.3 MB | 110/824 kB | 0/1.8 MB | 12/113 kBProgress (4): 0.4/1.3 MB | 110/824 kB | 0/1.8 MB | 16/113 kBProgress (4): 0.4/1.3 MB | 114/824 kB | 0/1.8 MB | 16/113 kBProgress (4): 0.4/1.3 MB | 114/824 kB | 0/1.8 MB | 16/113 kBProgress (4): 0.4/1.3 MB | 114/824 kB | 0/1.8 MB | 16/113 kBProgress (4): 0.4/1.3 MB | 114/824 kB | 0/1.8 MB | 16/113 kBProgress (4): 0.4/1.3 MB | 118/824 kB | 0/1.8 MB | 16/113 kBProgress (4): 0.4/1.3 MB | 118/824 kB | 0/1.8 MB | 20/113 kBProgress (4): 0.4/1.3 MB | 122/824 kB | 0/1.8 MB | 20/113 kBProgress (4): 0.4/1.3 MB | 122/824 kB | 0/1.8 MB | 20/113 kBProgress (4): 0.4/1.3 MB | 122/824 kB | 0/1.8 MB | 20/113 kBProgress (4): 0.4/1.3 MB | 122/824 kB | 0/1.8 MB | 20/113 kBProgress (4): 0.4/1.3 MB | 126/824 kB | 0/1.8 MB | 20/113 kBProgress (4): 0.4/1.3 MB | 126/824 kB | 0/1.8 MB | 24/113 kBProgress (4): 0.4/1.3 MB | 131/824 kB | 0/1.8 MB | 24/113 kBProgress (4): 0.4/1.3 MB | 131/824 kB | 0/1.8 MB | 24/113 kBProgress (4): 0.4/1.3 MB | 131/824 kB | 0/1.8 MB | 24/113 kBProgress (4): 0.4/1.3 MB | 131/824 kB | 0/1.8 MB | 24/113 kBProgress (4): 0.4/1.3 MB | 135/824 kB | 0/1.8 MB | 24/113 kBProgress (4): 0.4/1.3 MB | 135/824 kB | 0/1.8 MB | 28/113 kBProgress (4): 0.4/1.3 MB | 139/824 kB | 0/1.8 MB | 28/113 kBProgress (4): 0.4/1.3 MB | 139/824 kB | 0.1/1.8 MB | 28/113 kBProgress (4): 0.4/1.3 MB | 139/824 kB | 0.1/1.8 MB | 28/113 kBProgress (4): 0.4/1.3 MB | 139/824 kB | 0.1/1.8 MB | 28/113 kBProgress (4): 0.4/1.3 MB | 143/824 kB | 0.1/1.8 MB | 28/113 kBProgress (4): 0.4/1.3 MB | 143/824 kB | 0.1/1.8 MB | 32/113 kBProgress (4): 0.4/1.3 MB | 147/824 kB | 0.1/1.8 MB | 32/113 kBProgress (4): 0.4/1.3 MB | 147/824 kB | 0.1/1.8 MB | 32/113 kBProgress (4): 0.4/1.3 MB | 147/824 kB | 0.1/1.8 MB | 32/113 kBProgress (4): 0.4/1.3 MB | 147/824 kB | 0.1/1.8 MB | 32/113 kBProgress (4): 0.4/1.3 MB | 151/824 kB | 0.1/1.8 MB | 32/113 kBProgress (4): 0.4/1.3 MB | 151/824 kB | 0.1/1.8 MB | 36/113 kBProgress (4): 0.4/1.3 MB | 155/824 kB | 0.1/1.8 MB | 36/113 kBProgress (4): 0.4/1.3 MB | 155/824 kB | 0.1/1.8 MB | 36/113 kBProgress (4): 0.4/1.3 MB | 155/824 kB | 0.1/1.8 MB | 36/113 kBProgress (4): 0.4/1.3 MB | 155/824 kB | 0.1/1.8 MB | 36/113 kBProgress (4): 0.4/1.3 MB | 159/824 kB | 0.1/1.8 MB | 36/113 kBProgress (4): 0.4/1.3 MB | 159/824 kB | 0.1/1.8 MB | 40/113 kBProgress (4): 0.4/1.3 MB | 163/824 kB | 0.1/1.8 MB | 40/113 kBProgress (4): 0.4/1.3 MB | 163/824 kB | 0.1/1.8 MB | 40/113 kBProgress (4): 0.4/1.3 MB | 163/824 kB | 0.1/1.8 MB | 40/113 kBProgress (4): 0.4/1.3 MB | 167/824 kB | 0.1/1.8 MB | 40/113 kBProgress (4): 0.4/1.3 MB | 167/824 kB | 0.1/1.8 MB | 40/113 kBProgress (4): 0.4/1.3 MB | 167/824 kB | 0.1/1.8 MB | 45/113 kBProgress (4): 0.4/1.3 MB | 171/824 kB | 0.1/1.8 MB | 45/113 kBProgress (4): 0.4/1.3 MB | 171/824 kB | 0.1/1.8 MB | 45/113 kBProgress (4): 0.4/1.3 MB | 176/824 kB | 0.1/1.8 MB | 45/113 kBProgress (4): 0.4/1.3 MB | 176/824 kB | 0.1/1.8 MB | 45/113 kBProgress (4): 0.4/1.3 MB | 176/824 kB | 0.1/1.8 MB | 49/113 kBProgress (4): 0.4/1.3 MB | 176/824 kB | 0.1/1.8 MB | 49/113 kBProgress (4): 0.4/1.3 MB | 176/824 kB | 0.1/1.8 MB | 49/113 kBProgress (4): 0.4/1.3 MB | 180/824 kB | 0.1/1.8 MB | 49/113 kBProgress (4): 0.4/1.3 MB | 180/824 kB | 0.1/1.8 MB | 49/113 kBProgress (4): 0.4/1.3 MB | 180/824 kB | 0.1/1.8 MB | 49/113 kBProgress (4): 0.4/1.3 MB | 180/824 kB | 0.1/1.8 MB | 53/113 kBProgress (4): 0.4/1.3 MB | 180/824 kB | 0.1/1.8 MB | 53/113 kBProgress (4): 0.4/1.3 MB | 184/824 kB | 0.1/1.8 MB | 53/113 kBProgress (4): 0.4/1.3 MB | 184/824 kB | 0.1/1.8 MB | 53/113 kBProgress (4): 0.4/1.3 MB | 188/824 kB | 0.1/1.8 MB | 53/113 kBProgress (4): 0.4/1.3 MB | 188/824 kB | 0.1/1.8 MB | 53/113 kBProgress (4): 0.4/1.3 MB | 188/824 kB | 0.1/1.8 MB | 57/113 kBProgress (4): 0.4/1.3 MB | 188/824 kB | 0.1/1.8 MB | 57/113 kBProgress (4): 0.4/1.3 MB | 192/824 kB | 0.1/1.8 MB | 57/113 kBProgress (4): 0.4/1.3 MB | 192/824 kB | 0.1/1.8 MB | 57/113 kBProgress (4): 0.4/1.3 MB | 196/824 kB | 0.1/1.8 MB | 57/113 kBProgress (4): 0.4/1.3 MB | 196/824 kB | 0.1/1.8 MB | 57/113 kBProgress (4): 0.4/1.3 MB | 196/824 kB | 0.1/1.8 MB | 61/113 kBProgress (4): 0.4/1.3 MB | 196/824 kB | 0.1/1.8 MB | 61/113 kBProgress (4): 0.4/1.3 MB | 200/824 kB | 0.1/1.8 MB | 61/113 kBProgress (4): 0.4/1.3 MB | 200/824 kB | 0.1/1.8 MB | 61/113 kBProgress (4): 0.4/1.3 MB | 204/824 kB | 0.1/1.8 MB | 61/113 kBProgress (4): 0.4/1.3 MB | 204/824 kB | 0.1/1.8 MB | 61/113 kBProgress (4): 0.4/1.3 MB | 204/824 kB | 0.1/1.8 MB | 65/113 kBProgress (4): 0.4/1.3 MB | 208/824 kB | 0.1/1.8 MB | 65/113 kBProgress (4): 0.4/1.3 MB | 208/824 kB | 0.1/1.8 MB | 65/113 kBProgress (4): 0.4/1.3 MB | 212/824 kB | 0.1/1.8 MB | 65/113 kBProgress (4): 0.4/1.3 MB | 212/824 kB | 0.1/1.8 MB | 69/113 kBProgress (4): 0.4/1.3 MB | 212/824 kB | 0.1/1.8 MB | 69/113 kBProgress (4): 0.4/1.3 MB | 212/824 kB | 0.1/1.8 MB | 73/113 kBProgress (4): 0.4/1.3 MB | 217/824 kB | 0.1/1.8 MB | 73/113 kBProgress (4): 0.4/1.3 MB | 217/824 kB | 0.1/1.8 MB | 73/113 kBProgress (4): 0.4/1.3 MB | 221/824 kB | 0.1/1.8 MB | 73/113 kBProgress (4): 0.4/1.3 MB | 221/824 kB | 0.1/1.8 MB | 73/113 kBProgress (4): 0.4/1.3 MB | 221/824 kB | 0.1/1.8 MB | 77/113 kBProgress (4): 0.4/1.3 MB | 221/824 kB | 0.1/1.8 MB | 77/113 kBProgress (4): 0.4/1.3 MB | 221/824 kB | 0.1/1.8 MB | 81/113 kBProgress (4): 0.5/1.3 MB | 221/824 kB | 0.1/1.8 MB | 81/113 kBProgress (4): 0.5/1.3 MB | 225/824 kB | 0.1/1.8 MB | 81/113 kBProgress (4): 0.5/1.3 MB | 225/824 kB | 0.1/1.8 MB | 81/113 kBProgress (4): 0.5/1.3 MB | 225/824 kB | 0.1/1.8 MB | 85/113 kBProgress (4): 0.5/1.3 MB | 225/824 kB | 0.1/1.8 MB | 85/113 kBProgress (4): 0.5/1.3 MB | 225/824 kB | 0.1/1.8 MB | 90/113 kBProgress (4): 0.5/1.3 MB | 225/824 kB | 0.1/1.8 MB | 90/113 kBProgress (4): 0.5/1.3 MB | 229/824 kB | 0.1/1.8 MB | 90/113 kBProgress (4): 0.5/1.3 MB | 229/824 kB | 0.1/1.8 MB | 90/113 kBProgress (4): 0.5/1.3 MB | 229/824 kB | 0.1/1.8 MB | 94/113 kBProgress (4): 0.5/1.3 MB | 229/824 kB | 0.1/1.8 MB | 94/113 kBProgress (4): 0.5/1.3 MB | 229/824 kB | 0.1/1.8 MB | 98/113 kBProgress (4): 0.5/1.3 MB | 233/824 kB | 0.1/1.8 MB | 98/113 kBProgress (4): 0.5/1.3 MB | 233/824 kB | 0.1/1.8 MB | 98/113 kBProgress (4): 0.5/1.3 MB | 237/824 kB | 0.1/1.8 MB | 98/113 kBProgress (4): 0.5/1.3 MB | 237/824 kB | 0.1/1.8 MB | 102/113 kBProgress (4): 0.5/1.3 MB | 237/824 kB | 0.1/1.8 MB | 102/113 kBProgress (4): 0.5/1.3 MB | 237/824 kB | 0.1/1.8 MB | 106/113 kBProgress (4): 0.5/1.3 MB | 241/824 kB | 0.1/1.8 MB | 106/113 kBProgress (4): 0.5/1.3 MB | 241/824 kB | 0.1/1.8 MB | 106/113 kBProgress (4): 0.5/1.3 MB | 245/824 kB | 0.1/1.8 MB | 106/113 kBProgress (4): 0.5/1.3 MB | 245/824 kB | 0.1/1.8 MB | 110/113 kBProgress (4): 0.5/1.3 MB | 245/824 kB | 0.1/1.8 MB | 110/113 kBProgress (4): 0.5/1.3 MB | 245/824 kB | 0.1/1.8 MB | 113 kB    Progress (4): 0.5/1.3 MB | 249/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 249/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 253/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 253/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 253/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 258/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 258/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 258/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 258/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 262/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 262/824 kB | 0.1/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 262/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 266/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 266/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 266/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 266/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 270/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 270/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 270/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 270/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 274/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 274/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 278/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 278/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 278/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 278/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 282/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 282/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 282/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 282/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 286/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 286/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 290/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 290/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 294/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 294/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 294/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 298/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 298/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 298/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 298/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 303/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 303/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 303/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 307/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 307/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.5/1.3 MB | 307/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 307/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 311/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 311/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 311/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 315/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 315/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 319/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 319/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 323/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 323/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 327/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 327/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 327/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 331/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 331/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 335/824 kB | 0.2/1.8 MB | 113 kBProgress (4): 0.6/1.3 MB | 335/824 kB | 0.2/1.8 MB | 113 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/jasper-el/6.0.53/jasper-el-6.0.53.jar (113 kB at 581 kB/s)
Progress (3): 0.6/1.3 MB | 339/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 339/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 344/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 344/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 344/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 348/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 348/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 352/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 352/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 356/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 356/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 360/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 360/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 360/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 364/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 364/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 364/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 368/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 368/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 368/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 368/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 372/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 372/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 372/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 372/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 376/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 376/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 376/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 380/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 380/824 kB | 0.2/1.8 MBProgress (3): 0.6/1.3 MB | 380/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 380/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 384/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 384/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 384/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 384/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 389/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 389/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 389/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 393/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 393/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 393/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 397/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 397/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 401/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 401/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 405/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 405/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 409/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 409/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 409/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 413/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 413/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 413/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 417/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 417/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 417/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 417/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 421/824 kB | 0.3/1.8 MBProgress (3): 0.6/1.3 MB | 421/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 421/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 425/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 425/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 425/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 430/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 430/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 430/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 434/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 434/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 434/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 434/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 438/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 438/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 438/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 442/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 442/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 442/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 446/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 446/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 450/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 450/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 454/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 454/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 458/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 458/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 458/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 462/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 462/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 462/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 466/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 466/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 466/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 466/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 470/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 470/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 470/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 470/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 475/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 475/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 475/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 479/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 479/824 kB | 0.3/1.8 MBProgress (3): 0.7/1.3 MB | 479/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 479/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 483/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 483/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 483/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 483/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 487/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 487/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 487/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 491/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 491/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 491/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 495/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 495/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 499/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 499/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 503/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 503/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 507/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 507/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 507/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 511/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 511/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 511/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 516/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 516/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 516/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 516/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 520/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 520/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 520/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 524/824 kB | 0.4/1.8 MBProgress (3): 0.7/1.3 MB | 524/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 524/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 524/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 528/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 528/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 528/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 528/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 532/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 532/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 532/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 532/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 536/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 536/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 540/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 540/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 540/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 544/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 544/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 548/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 548/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 552/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 552/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 557/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 557/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 557/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 561/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 561/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 561/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 565/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 565/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 565/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 565/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 569/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 569/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 569/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 573/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 573/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 573/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 577/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 577/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 577/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 581/824 kB | 0.4/1.8 MBProgress (3): 0.8/1.3 MB | 581/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 581/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 581/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 585/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 585/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 585/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 589/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 589/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 589/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 593/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 593/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 597/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 597/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 602/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 602/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 606/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 606/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 606/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 610/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 610/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 610/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 614/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 614/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 614/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 614/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 618/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 618/824 kB | 0.5/1.8 MBProgress (3): 0.8/1.3 MB | 618/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 618/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 622/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 622/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 622/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 626/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 626/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 626/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 626/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 630/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 630/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 630/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 630/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 634/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 634/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 634/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 638/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 638/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 638/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 643/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 643/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 647/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 647/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 651/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 651/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 655/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 655/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 655/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 659/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 659/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 659/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 663/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 663/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 663/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 663/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 667/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 667/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 667/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 671/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 671/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 671/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 675/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 675/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 675/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 679/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 679/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 679/824 kB | 0.5/1.8 MBProgress (3): 0.9/1.3 MB | 679/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 683/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 683/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 683/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 688/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 688/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 688/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 692/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 692/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 696/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 696/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 700/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 700/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 704/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 704/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 704/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 704/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 708/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 708/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 708/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 712/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 712/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 712/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 712/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 716/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 716/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 716/824 kB | 0.6/1.8 MBProgress (3): 0.9/1.3 MB | 720/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 720/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 720/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 724/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 724/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 724/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 729/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 729/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 729/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 729/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 733/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 733/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 733/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 737/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 737/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 737/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 741/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 741/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 745/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 745/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 749/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 749/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 753/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 753/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 753/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 757/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 757/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 761/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 761/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 761/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 765/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 765/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 765/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 765/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 770/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 770/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 770/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 774/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 774/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 774/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 774/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 778/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 778/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 778/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 778/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 782/824 kB | 0.6/1.8 MBProgress (3): 1.0/1.3 MB | 782/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 782/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 782/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 786/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 786/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 786/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 790/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 790/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 794/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 794/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 798/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 798/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 802/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 802/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 802/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 806/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 806/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 806/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 810/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 810/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 810/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 810/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 815/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 815/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 815/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 815/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 819/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 819/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 819/824 kB | 0.7/1.8 MBProgress (3): 1.0/1.3 MB | 823/824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 823/824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 823/824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 823/824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MB    Progress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.7/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.1/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.8/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.2/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3/1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MB    Progress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 0.9/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MBProgress (3): 1.3 MB | 824 kB | 1.0/1.8 MB                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/catalina/6.0.53/catalina-6.0.53.jar (1.3 MB at 4.5 MB/s)
Progress (2): 824 kB | 1.0/1.8 MBProgress (2): 824 kB | 1.0/1.8 MBProgress (2): 824 kB | 1.0/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MBProgress (2): 824 kB | 1.1/1.8 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/coyote/6.0.53/coyote-6.0.53.jar (824 kB at 2.9 MB/s)
Progress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.3.1/ecj-4.3.1.jar (1.8 MB at 5.6 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ struts2-embeddedjsp-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ struts2-embeddedjsp-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 177 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/jasper/el/VariableResolverImpl.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/jasper/el/VariableResolverImpl.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/el/lang/ELSupport.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/main/java/org/apache/struts2/el/lang/ELSupport.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0: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:3.7.0:testCompile (default-testCompile) @ struts2-embeddedjsp-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/test-classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java>: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/src/test/java/org/apache/struts2/EmbeddedJSPResultTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.EmbeddedJSPResultTest
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.719 s - in org.apache.struts2.EmbeddedJSPResultTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-embeddedjsp-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 207 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 206 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-embeddedjsp-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-embeddedjsp-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-embeddedjsp-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-embeddedjsp-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/embeddedjsp/target/struts2-embeddedjsp-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-embeddedjsp-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-embeddedjsp-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (7 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Embedded JSP Plugin:

juli-6.0.53.jar (cpe:/a:apache:tomcat:6.0.53, cpe:/a:apache_software_foundation:tomcat:6.0.53, org.apache.tomcat:juli:6.0.53, cpe:/a:apache_tomcat:apache_tomcat:6.0.53) : CVE-2017-6056, CVE-2013-4444, CVE-2012-5568, CVE-2013-2185, CVE-2016-5425, CVE-2016-6325


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  3.307 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [05:52 min]
[INFO] Struts 2 Core ...................................... SUCCESS [01:56 min]
[INFO] Struts Plugins ..................................... SUCCESS [  3.066 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.830 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.381 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  4.338 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  2.999 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  4.510 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [ 11.290 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  8.253 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [ 10.819 s]
[INFO] Struts 2 Bean Validation Plugin .................... SUCCESS [  6.413 s]
[INFO] Struts 2 Async Plugin .............................. SUCCESS [  3.468 s]
[INFO] Struts 2 Webapps ................................... SUCCESS [  2.573 s]
[INFO] Struts 2 Showcase Webapp ........................... SUCCESS [  8.842 s]
[INFO] Struts 2 REST Plugin ............................... SUCCESS [  7.253 s]
[INFO] Struts 2 Rest Showcase Webapp ...................... SUCCESS [  3.722 s]
[INFO] Struts 2 CDI Plugin ................................ SUCCESS [  5.849 s]
[INFO] Struts 2 Embedded JSP Plugin ....................... FAILURE [  9.920 s]
[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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:35 min
[INFO] Finished at: 2018-12-02T22:37:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-embeddedjsp-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] juli-6.0.53.jar: CVE-2013-2185, CVE-2016-5425, CVE-2016-6325
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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-embeddedjsp-plugin
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #122

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/122/display/redirect?page=changes>

Changes:

[Sebastian.Peters] Fix warning: "container" hides the field declared at line 46

[Sebastian.Peters] Fix warning: Add the "@Override" annotation above this method signature

[Sebastian.Peters] Fix warning: Add a nested comment explaining why this method is empty

------------------------------------------
[...truncated 1.45 KB...]
 > git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
Checking out Revision 4e7ed1f40a93345db233bd6dcd247fe72e9b0b75 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4e7ed1f40a93345db233bd6dcd247fe72e9b0b75
Commit message: "Merge pull request #284 from sepe81/fix-sonar-warnings-for-ActionSupport"
 > git rev-list --no-walk 7530042ead8013205569e9a8fe7a66ca3cc927a0 # timeout=10
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
[Struts-master-JDK7-dependency-check] $ /bin/bash -xe /tmp/jenkins538876574105618529.sh
+ export 'MAVEN_OPTS=-Xms2g -Xmx2g -XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2'
+ MAVEN_OPTS='-Xms2g -Xmx2g -XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2'
+ /home/jenkins/tools/maven/latest3//bin/mvn verify -Pdependency-check
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Struts 2 Bill of Materials                                         [pom]
[INFO] Struts 2                                                           [pom]
[INFO] Struts 2 Core                                                      [jar]
[INFO] Struts Plugins                                                     [pom]
[INFO] Struts 2 Configuration Browser Plugin                              [jar]
[INFO] Struts 2 Sitemesh Plugin                                           [jar]
[INFO] Struts 2 Tiles Plugin                                              [jar]
[INFO] Struts 2 DWR Plugin                                                [jar]
[INFO] Struts 2 Spring Plugin                                             [jar]
[INFO] Struts 2 Convention Plugin                                         [jar]
[INFO] Struts 2 JUnit Plugin                                              [jar]
[INFO] Struts 2 JSON Plugin                                               [jar]
[INFO] Struts 2 Bean Validation Plugin                                    [jar]
[INFO] Struts 2 Async Plugin                                              [jar]
[INFO] Struts 2 Webapps                                                   [pom]
[INFO] Struts 2 Showcase Webapp                                           [war]
[INFO] Struts 2 REST Plugin                                               [jar]
[INFO] Struts 2 Rest Showcase Webapp                                      [war]
[INFO] Struts 2 CDI Plugin                                                [jar]
[INFO] Struts 2 Embedded JSP Plugin                                       [jar]
[INFO] Struts 2 GXP Plugin                                                [jar]
[INFO] Struts 2 Jasper Reports Plugin                                     [jar]
[INFO] Struts 2 Java Templates Plugin                                     [jar]
[INFO] Struts 2 JFreeChart Plugin                                         [jar]
[INFO] Struts 2 OSGi Plugin                                               [jar]
[INFO] Struts 2 OVal Plugin                                               [jar]
[INFO] Struts 2 Pell Multipart Plugin                                     [jar]
[INFO] Struts 2 Plexus Plugin                                             [jar]
[INFO] Struts 2 Portlet Plugin                                            [jar]
[INFO] Struts 2 Portlet Tiles Plugin                                      [jar]
[INFO] DEPRECATED: Struts 2 Sitegraph Plugin                              [jar]
[INFO] Struts 2 TestNG Plugin                                             [jar]
[INFO] Struts OSGi Bundles                                                [pom]
[INFO] Struts 2 OSGi Admin Bundle                                      [bundle]
[INFO] Struts 2 OSGi Demo Bundle                                       [bundle]
[INFO] Struts 2 Assembly                                                  [pom]
[INFO] 
[INFO] -------------------< org.apache.struts:struts2-bom >--------------------
[INFO] Building Struts 2 Bill of Materials 2.6-SNAPSHOT                  [1/36]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-bom ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-bom ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-bom ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] ------------------< org.apache.struts:struts2-parent >------------------
[INFO] Building Struts 2 2.6-SNAPSHOT                                    [2/36]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ struts2-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 114 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-parent >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-parent ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-parent ---
[INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-parent ---
Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/3.3.4/dependency-check-core-3.3.4.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/3.3.4/dependency-check-core-3.3.4.pom (25 kB at 50 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/vdurmont/semver4j/2.2.0/semver4j-2.2.0.pom
Progress (1): 2.2/6.1 kBProgress (1): 5.0/6.1 kBProgress (1): 6.1 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/vdurmont/semver4j/2.2.0/semver4j-2.2.0.pom (6.1 kB at 307 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/3.3.4/dependency-check-utils-3.3.4.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/3.3.4/dependency-check-utils-3.3.4.pom (2.7 kB at 108 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.196/h2-1.4.196.pom
Progress (1): 960 B                   Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.196/h2-1.4.196.pom (960 B at 56 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.pom
Progress (1): 2.2/7.4 kBProgress (1): 5.0/7.4 kBProgress (1): 7.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.pom (7.4 kB at 274 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.1/retirejs-core-3.0.1.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.1/retirejs-core-3.0.1.pom (1.6 kB at 99 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-root-pom/3.0.1/retirejs-root-pom-3.0.1.pom
Progress (1): 2.2/8.9 kBProgress (1): 5.0/8.9 kBProgress (1): 7.8/8.9 kBProgress (1): 8.9 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-root-pom/3.0.1/retirejs-root-pom-3.0.1.pom (8.9 kB at 469 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20140107/json-20140107.pom
Progress (1): 2.2/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/json/json/20140107/json-20140107.pom (4.2 kB at 262 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3/minlog-1.3.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3/minlog-1.3.pom (4.3 kB at 267 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.8.17/compiler-0.8.17.pom
Progress (1): 2.2/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.8.17/compiler-0.8.17.pom (4.2 kB at 261 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/mustache.java/0.8.17/mustache.java-0.8.17.pom
Progress (1): 2.2/3.7 kBProgress (1): 3.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/mustache.java/0.8.17/mustache.java-0.8.17.pom (3.7 kB at 244 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom
Progress (1): 2.8/12 kBProgress (1): 5.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 609 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/3.3.4/dependency-check-core-3.3.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/vdurmont/semver4j/2.2.0/semver4j-2.2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.196/h2-1.4.196.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.1/retirejs-core-3.0.1.jar
Progress (1): 2.2/688 kBProgress (1): 5.0/688 kBProgress (1): 7.7/688 kBProgress (1): 10/688 kB Progress (1): 13/688 kBProgress (1): 16/688 kBProgress (1): 19/688 kBProgress (1): 21/688 kBProgress (1): 24/688 kBProgress (1): 27/688 kBProgress (1): 30/688 kBProgress (1): 32/688 kBProgress (1): 36/688 kBProgress (1): 40/688 kBProgress (1): 45/688 kBProgress (1): 49/688 kBProgress (2): 49/688 kB | 2.2/27 kBProgress (2): 53/688 kB | 2.2/27 kBProgress (2): 53/688 kB | 5.0/27 kBProgress (2): 57/688 kB | 5.0/27 kBProgress (2): 57/688 kB | 7.7/27 kBProgress (3): 57/688 kB | 7.7/27 kB | 2.2/301 kBProgress (3): 57/688 kB | 10/27 kB | 2.2/301 kB Progress (3): 61/688 kB | 10/27 kB | 2.2/301 kBProgress (3): 61/688 kB | 10/27 kB | 5.0/301 kBProgress (3): 61/688 kB | 13/27 kB | 5.0/301 kBProgress (3): 61/688 kB | 13/27 kB | 7.7/301 kBProgress (3): 65/688 kB | 13/27 kB | 7.7/301 kBProgress (3): 65/688 kB | 13/27 kB | 10/301 kB Progress (4): 65/688 kB | 13/27 kB | 10/301 kB | 0/1.8 MBProgress (4): 65/688 kB | 16/27 kB | 10/301 kB | 0/1.8 MBProgress (4): 65/688 kB | 16/27 kB | 10/301 kB | 0/1.8 MBProgress (4): 69/688 kB | 16/27 kB | 10/301 kB | 0/1.8 MBProgress (4): 69/688 kB | 16/27 kB | 13/301 kB | 0/1.8 MBProgress (5): 69/688 kB | 16/27 kB | 13/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 69/688 kB | 16/27 kB | 16/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 73/688 kB | 16/27 kB | 16/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 73/688 kB | 16/27 kB | 16/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 73/688 kB | 19/27 kB | 16/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 73/688 kB | 19/27 kB | 16/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 77/688 kB | 19/27 kB | 16/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 77/688 kB | 19/27 kB | 19/301 kB | 0/1.8 MB | 2.2/27 kBProgress (5): 77/688 kB | 19/27 kB | 19/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 77/688 kB | 19/27 kB | 21/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 81/688 kB | 19/27 kB | 21/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 81/688 kB | 19/27 kB | 21/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 81/688 kB | 21/27 kB | 21/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 81/688 kB | 21/27 kB | 21/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 85/688 kB | 21/27 kB | 21/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 85/688 kB | 21/27 kB | 24/301 kB | 0/1.8 MB | 5.0/27 kBProgress (5): 85/688 kB | 21/27 kB | 24/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 85/688 kB | 21/27 kB | 27/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 90/688 kB | 21/27 kB | 27/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 90/688 kB | 21/27 kB | 27/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 90/688 kB | 24/27 kB | 27/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 90/688 kB | 24/27 kB | 27/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 94/688 kB | 24/27 kB | 27/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 94/688 kB | 24/27 kB | 30/301 kB | 0/1.8 MB | 7.7/27 kBProgress (5): 94/688 kB | 24/27 kB | 30/301 kB | 0/1.8 MB | 10/27 kB Progress (5): 94/688 kB | 24/27 kB | 32/301 kB | 0/1.8 MB | 10/27 kBProgress (5): 98/688 kB | 24/27 kB | 32/301 kB | 0/1.8 MB | 10/27 kBProgress (5): 98/688 kB | 24/27 kB | 32/301 kB | 0/1.8 MB | 10/27 kBProgress (5): 98/688 kB | 27/27 kB | 32/301 kB | 0/1.8 MB | 10/27 kBProgress (5): 98/688 kB | 27/27 kB | 32/301 kB | 0/1.8 MB | 10/27 kBProgress (5): 102/688 kB | 27/27 kB | 32/301 kB | 0/1.8 MB | 10/27 kBProgress (5): 102/688 kB | 27/27 kB | 36/301 kB | 0/1.8 MB | 10/27 kBProgress (5): 102/688 kB | 27/27 kB | 36/301 kB | 0/1.8 MB | 13/27 kBProgress (5): 102/688 kB | 27/27 kB | 40/301 kB | 0/1.8 MB | 13/27 kBProgress (5): 106/688 kB | 27/27 kB | 40/301 kB | 0/1.8 MB | 13/27 kBProgress (5): 106/688 kB | 27/27 kB | 40/301 kB | 0/1.8 MB | 13/27 kBProgress (5): 106/688 kB | 27 kB | 40/301 kB | 0/1.8 MB | 13/27 kB   Progress (5): 106/688 kB | 27 kB | 40/301 kB | 0/1.8 MB | 13/27 kBProgress (5): 110/688 kB | 27 kB | 40/301 kB | 0/1.8 MB | 13/27 kBProgress (5): 110/688 kB | 27 kB | 45/301 kB | 0/1.8 MB | 13/27 kBProgress (5): 110/688 kB | 27 kB | 45/301 kB | 0/1.8 MB | 16/27 kBProgress (5): 110/688 kB | 27 kB | 49/301 kB | 0/1.8 MB | 16/27 kBProgress (5): 114/688 kB | 27 kB | 49/301 kB | 0/1.8 MB | 16/27 kBProgress (5): 114/688 kB | 27 kB | 49/301 kB | 0/1.8 MB | 16/27 kBProgress (5): 114/688 kB | 27 kB | 53/301 kB | 0/1.8 MB | 16/27 kBProgress (5): 114/688 kB | 27 kB | 53/301 kB | 0/1.8 MB | 19/27 kBProgress (5): 114/688 kB | 27 kB | 57/301 kB | 0/1.8 MB | 19/27 kBProgress (5): 114/688 kB | 27 kB | 57/301 kB | 0/1.8 MB | 19/27 kBProgress (5): 118/688 kB | 27 kB | 57/301 kB | 0/1.8 MB | 19/27 kBProgress (5): 118/688 kB | 27 kB | 57/301 kB | 0/1.8 MB | 19/27 kBProgress (5): 118/688 kB | 27 kB | 61/301 kB | 0/1.8 MB | 19/27 kB                                                                  Downloaded from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.1/retirejs-core-3.0.1.jar (27 kB at 352 kB/s)
Progress (4): 118/688 kB | 61/301 kB | 0/1.8 MB | 21/27 kB                                                          Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20140107/json-20140107.jar
Progress (4): 118/688 kB | 65/301 kB | 0/1.8 MB | 21/27 kBProgress (4): 118/688 kB | 65/301 kB | 0/1.8 MB | 21/27 kBProgress (4): 122/688 kB | 65/301 kB | 0/1.8 MB | 21/27 kBProgress (4): 122/688 kB | 69/301 kB | 0/1.8 MB | 21/27 kBProgress (4): 122/688 kB | 69/301 kB | 0/1.8 MB | 24/27 kBProgress (4): 122/688 kB | 73/301 kB | 0/1.8 MB | 24/27 kBProgress (4): 122/688 kB | 73/301 kB | 0.1/1.8 MB | 24/27 kBProgress (4): 126/688 kB | 73/301 kB | 0.1/1.8 MB | 24/27 kBProgress (4): 126/688 kB | 73/301 kB | 0.1/1.8 MB | 24/27 kBProgress (4): 126/688 kB | 77/301 kB | 0.1/1.8 MB | 24/27 kBProgress (4): 126/688 kB | 77/301 kB | 0.1/1.8 MB | 27 kB   Progress (4): 126/688 kB | 77/301 kB | 0.1/1.8 MB | 27 kBProgress (5): 126/688 kB | 77/301 kB | 0.1/1.8 MB | 27 kB | 2.2/65 kBProgress (5): 131/688 kB | 77/301 kB | 0.1/1.8 MB | 27 kB | 2.2/65 kBProgress (5): 131/688 kB | 77/301 kB | 0.1/1.8 MB | 27 kB | 5.0/65 kBProgress (5): 131/688 kB | 77/301 kB | 0.1/1.8 MB | 27 kB | 5.0/65 kBProgress (5): 131/688 kB | 81/301 kB | 0.1/1.8 MB | 27 kB | 5.0/65 kBProgress (5): 131/688 kB | 81/301 kB | 0.1/1.8 MB | 27 kB | 7.7/65 kBProgress (5): 135/688 kB | 81/301 kB | 0.1/1.8 MB | 27 kB | 7.7/65 kBProgress (5): 135/688 kB | 81/301 kB | 0.1/1.8 MB | 27 kB | 10/65 kB Progress (5): 135/688 kB | 85/301 kB | 0.1/1.8 MB | 27 kB | 10/65 kBProgress (5): 135/688 kB | 85/301 kB | 0.1/1.8 MB | 27 kB | 10/65 kBProgress (5): 135/688 kB | 90/301 kB | 0.1/1.8 MB | 27 kB | 10/65 kBProgress (5): 135/688 kB | 90/301 kB | 0.1/1.8 MB | 27 kB | 13/65 kBProgress (5): 139/688 kB | 90/301 kB | 0.1/1.8 MB | 27 kB | 13/65 kBProgress (5): 139/688 kB | 90/301 kB | 0.1/1.8 MB | 27 kB | 16/65 kBProgress (5): 139/688 kB | 94/301 kB | 0.1/1.8 MB | 27 kB | 16/65 kBProgress (5): 139/688 kB | 94/301 kB | 0.1/1.8 MB | 27 kB | 16/65 kB                                                                    Downloaded from central: https://repo.maven.apache.org/maven2/com/vdurmont/semver4j/2.2.0/semver4j-2.2.0.jar (27 kB at 268 kB/s)
Progress (4): 139/688 kB | 94/301 kB | 0.1/1.8 MB | 16/65 kBProgress (4): 139/688 kB | 98/301 kB | 0.1/1.8 MB | 16/65 kBProgress (4): 139/688 kB | 98/301 kB | 0.1/1.8 MB | 19/65 kBProgress (4): 143/688 kB | 98/301 kB | 0.1/1.8 MB | 19/65 kBProgress (4): 143/688 kB | 98/301 kB | 0.1/1.8 MB | 21/65 kBProgress (4): 143/688 kB | 102/301 kB | 0.1/1.8 MB | 21/65 kBProgress (4): 143/688 kB | 102/301 kB | 0.1/1.8 MB | 21/65 kB                                                             Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3/minlog-1.3.jar
Progress (4): 143/688 kB | 106/301 kB | 0.1/1.8 MB | 21/65 kBProgress (4): 143/688 kB | 106/301 kB | 0.1/1.8 MB | 24/65 kBProgress (4): 147/688 kB | 106/301 kB | 0.1/1.8 MB | 24/65 kBProgress (4): 147/688 kB | 110/301 kB | 0.1/1.8 MB | 24/65 kBProgress (4): 147/688 kB | 110/301 kB | 0.1/1.8 MB | 24/65 kBProgress (4): 151/688 kB | 110/301 kB | 0.1/1.8 MB | 24/65 kBProgress (4): 151/688 kB | 110/301 kB | 0.1/1.8 MB | 27/65 kBProgress (4): 151/688 kB | 110/301 kB | 0.1/1.8 MB | 27/65 kBProgress (4): 151/688 kB | 114/301 kB | 0.1/1.8 MB | 27/65 kBProgress (4): 151/688 kB | 114/301 kB | 0.1/1.8 MB | 30/65 kBProgress (4): 155/688 kB | 114/301 kB | 0.1/1.8 MB | 30/65 kBProgress (4): 155/688 kB | 114/301 kB | 0.1/1.8 MB | 32/65 kBProgress (4): 155/688 kB | 118/301 kB | 0.1/1.8 MB | 32/65 kBProgress (4): 155/688 kB | 118/301 kB | 0.1/1.8 MB | 32/65 kBProgress (4): 155/688 kB | 118/301 kB | 0.1/1.8 MB | 36/65 kBProgress (5): 155/688 kB | 118/301 kB | 0.1/1.8 MB | 36/65 kB | 2.2/5.6 kBProgress (5): 159/688 kB | 118/301 kB | 0.1/1.8 MB | 36/65 kB | 2.2/5.6 kBProgress (5): 159/688 kB | 118/301 kB | 0.1/1.8 MB | 36/65 kB | 5.0/5.6 kBProgress (5): 159/688 kB | 118/301 kB | 0.1/1.8 MB | 40/65 kB | 5.0/5.6 kBProgress (5): 159/688 kB | 118/301 kB | 0.1/1.8 MB | 40/65 kB | 5.0/5.6 kBProgress (5): 159/688 kB | 122/301 kB | 0.1/1.8 MB | 40/65 kB | 5.0/5.6 kBProgress (5): 159/688 kB | 122/301 kB | 0.1/1.8 MB | 45/65 kB | 5.0/5.6 kBProgress (5): 159/688 kB | 122/301 kB | 0.1/1.8 MB | 45/65 kB | 5.6 kB    Progress (5): 163/688 kB | 122/301 kB | 0.1/1.8 MB | 45/65 kB | 5.6 kBProgress (5): 163/688 kB | 122/301 kB | 0.1/1.8 MB | 49/65 kB | 5.6 kBProgress (5): 163/688 kB | 126/301 kB | 0.1/1.8 MB | 49/65 kB | 5.6 kBProgress (5): 163/688 kB | 126/301 kB | 0.1/1.8 MB | 49/65 kB | 5.6 kBProgress (5): 163/688 kB | 131/301 kB | 0.1/1.8 MB | 49/65 kB | 5.6 kBProgress (5): 163/688 kB | 131/301 kB | 0.1/1.8 MB | 53/65 kB | 5.6 kBProgress (5): 167/688 kB | 131/301 kB | 0.1/1.8 MB | 53/65 kB | 5.6 kBProgress (5): 167/688 kB | 131/301 kB | 0.1/1.8 MB | 57/65 kB | 5.6 kBProgress (5): 167/688 kB | 135/301 kB | 0.1/1.8 MB | 57/65 kB | 5.6 kBProgress (5): 167/688 kB | 135/301 kB | 0.1/1.8 MB | 61/65 kB | 5.6 kBProgress (5): 167/688 kB | 135/301 kB | 0.1/1.8 MB | 61/65 kB | 5.6 kBProgress (5): 167/688 kB | 135/301 kB | 0.1/1.8 MB | 65 kB | 5.6 kB   Progress (5): 167/688 kB | 139/301 kB | 0.1/1.8 MB | 65 kB | 5.6 kBProgress (5): 171/688 kB | 139/301 kB | 0.1/1.8 MB | 65 kB | 5.6 kBProgress (5): 171/688 kB | 143/301 kB | 0.1/1.8 MB | 65 kB | 5.6 kBProgress (5): 171/688 kB | 143/301 kB | 0.1/1.8 MB | 65 kB | 5.6 kBProgress (5): 171/688 kB | 147/301 kB | 0.1/1.8 MB | 65 kB | 5.6 kBProgress (5): 176/688 kB | 147/301 kB | 0.1/1.8 MB | 65 kB | 5.6 kB                                                                   Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3/minlog-1.3.jar (5.6 kB at 47 kB/s)
Progress (4): 176/688 kB | 147/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 180/688 kB | 147/301 kB | 0.1/1.8 MB | 65 kB                                                          Downloading from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.8.17/compiler-0.8.17.jar
Progress (4): 180/688 kB | 147/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 180/688 kB | 151/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 180/688 kB | 151/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 184/688 kB | 151/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 184/688 kB | 151/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 184/688 kB | 155/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 184/688 kB | 155/301 kB | 0.1/1.8 MB | 65 kBProgress (4): 188/688 kB | 155/301 kB | 0.1/1.8 MB | 65 kB                                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/json/json/20140107/json-20140107.jar (65 kB at 507 kB/s)
Progress (3): 192/688 kB | 155/301 kB | 0.1/1.8 MBProgress (3): 192/688 kB | 155/301 kB | 0.1/1.8 MBProgress (3): 196/688 kB | 155/301 kB | 0.1/1.8 MBProgress (3): 196/688 kB | 159/301 kB | 0.1/1.8 MBProgress (3): 196/688 kB | 159/301 kB | 0.1/1.8 MB                                                  Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/3.3.4/dependency-check-utils-3.3.4.jar
Progress (3): 196/688 kB | 163/301 kB | 0.1/1.8 MBProgress (3): 200/688 kB | 163/301 kB | 0.1/1.8 MBProgress (3): 200/688 kB | 163/301 kB | 0.1/1.8 MBProgress (3): 200/688 kB | 167/301 kB | 0.1/1.8 MBProgress (4): 200/688 kB | 167/301 kB | 0.1/1.8 MB | 2.2/116 kBProgress (4): 200/688 kB | 171/301 kB | 0.1/1.8 MB | 2.2/116 kBProgress (4): 200/688 kB | 171/301 kB | 0.1/1.8 MB | 2.2/116 kBProgress (4): 204/688 kB | 171/301 kB | 0.1/1.8 MB | 2.2/116 kBProgress (4): 204/688 kB | 176/301 kB | 0.1/1.8 MB | 2.2/116 kBProgress (4): 204/688 kB | 176/301 kB | 0.1/1.8 MB | 5.0/116 kBProgress (4): 204/688 kB | 180/301 kB | 0.1/1.8 MB | 5.0/116 kBProgress (4): 208/688 kB | 180/301 kB | 0.1/1.8 MB | 5.0/116 kBProgress (4): 208/688 kB | 180/301 kB | 0.2/1.8 MB | 5.0/116 kBProgress (4): 212/688 kB | 180/301 kB | 0.2/1.8 MB | 5.0/116 kBProgress (4): 212/688 kB | 184/301 kB | 0.2/1.8 MB | 5.0/116 kBProgress (4): 212/688 kB | 184/301 kB | 0.2/1.8 MB | 7.7/116 kBProgress (4): 212/688 kB | 188/301 kB | 0.2/1.8 MB | 7.7/116 kBProgress (4): 217/688 kB | 188/301 kB | 0.2/1.8 MB | 7.7/116 kBProgress (4): 217/688 kB | 188/301 kB | 0.2/1.8 MB | 7.7/116 kBProgress (4): 221/688 kB | 188/301 kB | 0.2/1.8 MB | 7.7/116 kBProgress (5): 221/688 kB | 188/301 kB | 0.2/1.8 MB | 7.7/116 kB | 4.1/38 kBProgress (5): 221/688 kB | 192/301 kB | 0.2/1.8 MB | 7.7/116 kB | 4.1/38 kBProgress (5): 221/688 kB | 192/301 kB | 0.2/1.8 MB | 10/116 kB | 4.1/38 kB Progress (5): 221/688 kB | 196/301 kB | 0.2/1.8 MB | 10/116 kB | 4.1/38 kBProgress (5): 221/688 kB | 196/301 kB | 0.2/1.8 MB | 10/116 kB | 7.7/38 kBProgress (5): 225/688 kB | 196/301 kB | 0.2/1.8 MB | 10/116 kB | 7.7/38 kBProgress (5): 225/688 kB | 196/301 kB | 0.2/1.8 MB | 10/116 kB | 7.7/38 kBProgress (5): 229/688 kB | 196/301 kB | 0.2/1.8 MB | 10/116 kB | 7.7/38 kBProgress (5): 229/688 kB | 196/301 kB | 0.2/1.8 MB | 10/116 kB | 12/38 kB Progress (5): 229/688 kB | 200/301 kB | 0.2/1.8 MB | 10/116 kB | 12/38 kBProgress (5): 229/688 kB | 200/301 kB | 0.2/1.8 MB | 13/116 kB | 12/38 kBProgress (5): 229/688 kB | 204/301 kB | 0.2/1.8 MB | 13/116 kB | 12/38 kBProgress (5): 229/688 kB | 204/301 kB | 0.2/1.8 MB | 13/116 kB | 16/38 kBProgress (5): 233/688 kB | 204/301 kB | 0.2/1.8 MB | 13/116 kB | 16/38 kBProgress (5): 233/688 kB | 204/301 kB | 0.2/1.8 MB | 13/116 kB | 16/38 kBProgress (5): 237/688 kB | 204/301 kB | 0.2/1.8 MB | 13/116 kB | 16/38 kBProgress (5): 237/688 kB | 204/301 kB | 0.2/1.8 MB | 13/116 kB | 20/38 kBProgress (5): 237/688 kB | 208/301 kB | 0.2/1.8 MB | 13/116 kB | 20/38 kBProgress (5): 237/688 kB | 208/301 kB | 0.2/1.8 MB | 16/116 kB | 20/38 kBProgress (5): 237/688 kB | 212/301 kB | 0.2/1.8 MB | 16/116 kB | 20/38 kBProgress (5): 237/688 kB | 212/301 kB | 0.2/1.8 MB | 16/116 kB | 24/38 kBProgress (5): 241/688 kB | 212/301 kB | 0.2/1.8 MB | 16/116 kB | 24/38 kBProgress (5): 241/688 kB | 212/301 kB | 0.2/1.8 MB | 16/116 kB | 24/38 kBProgress (5): 245/688 kB | 212/301 kB | 0.2/1.8 MB | 16/116 kB | 24/38 kBProgress (5): 245/688 kB | 212/301 kB | 0.2/1.8 MB | 16/116 kB | 28/38 kBProgress (5): 245/688 kB | 217/301 kB | 0.2/1.8 MB | 16/116 kB | 28/38 kBProgress (5): 245/688 kB | 217/301 kB | 0.2/1.8 MB | 19/116 kB | 28/38 kBProgress (5): 245/688 kB | 221/301 kB | 0.2/1.8 MB | 19/116 kB | 28/38 kBProgress (5): 245/688 kB | 221/301 kB | 0.2/1.8 MB | 19/116 kB | 32/38 kBProgress (5): 249/688 kB | 221/301 kB | 0.2/1.8 MB | 19/116 kB | 32/38 kBProgress (5): 249/688 kB | 221/301 kB | 0.2/1.8 MB | 19/116 kB | 32/38 kBProgress (5): 253/688 kB | 221/301 kB | 0.2/1.8 MB | 19/116 kB | 32/38 kBProgress (5): 253/688 kB | 221/301 kB | 0.2/1.8 MB | 19/116 kB | 36/38 kBProgress (5): 253/688 kB | 225/301 kB | 0.2/1.8 MB | 19/116 kB | 36/38 kBProgress (5): 253/688 kB | 225/301 kB | 0.2/1.8 MB | 21/116 kB | 36/38 kBProgress (5): 253/688 kB | 229/301 kB | 0.2/1.8 MB | 21/116 kB | 36/38 kBProgress (5): 253/688 kB | 229/301 kB | 0.2/1.8 MB | 21/116 kB | 38 kB   Progress (5): 258/688 kB | 229/301 kB | 0.2/1.8 MB | 21/116 kB | 38 kBProgress (5): 258/688 kB | 229/301 kB | 0.2/1.8 MB | 21/116 kB | 38 kBProgress (5): 262/688 kB | 229/301 kB | 0.2/1.8 MB | 21/116 kB | 38 kBProgress (5): 262/688 kB | 233/301 kB | 0.2/1.8 MB | 21/116 kB | 38 kBProgress (5): 262/688 kB | 233/301 kB | 0.2/1.8 MB | 24/116 kB | 38 kBProgress (5): 262/688 kB | 237/301 kB | 0.2/1.8 MB | 24/116 kB | 38 kBProgress (5): 266/688 kB | 237/301 kB | 0.2/1.8 MB | 24/116 kB | 38 kBProgress (5): 266/688 kB | 237/301 kB | 0.2/1.8 MB | 24/116 kB | 38 kBProgress (5): 270/688 kB | 237/301 kB | 0.2/1.8 MB | 24/116 kB | 38 kBProgress (5): 270/688 kB | 241/301 kB | 0.2/1.8 MB | 24/116 kB | 38 kBProgress (5): 270/688 kB | 241/301 kB | 0.2/1.8 MB | 27/116 kB | 38 kBProgress (5): 270/688 kB | 245/301 kB | 0.2/1.8 MB | 27/116 kB | 38 kBProgress (5): 274/688 kB | 245/301 kB | 0.2/1.8 MB | 27/116 kB | 38 kBProgress (5): 274/688 kB | 245/301 kB | 0.2/1.8 MB | 27/116 kB | 38 kB                                                                      Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/3.3.4/dependency-check-utils-3.3.4.jar (38 kB at 228 kB/s)
Progress (4): 278/688 kB | 245/301 kB | 0.2/1.8 MB | 27/116 kBProgress (4): 278/688 kB | 249/301 kB | 0.2/1.8 MB | 27/116 kBProgress (4): 278/688 kB | 249/301 kB | 0.2/1.8 MB | 30/116 kBProgress (4): 278/688 kB | 253/301 kB | 0.2/1.8 MB | 30/116 kBProgress (4): 282/688 kB | 253/301 kB | 0.2/1.8 MB | 30/116 kB                                                              Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar
Progress (4): 282/688 kB | 253/301 kB | 0.2/1.8 MB | 30/116 kBProgress (4): 286/688 kB | 253/301 kB | 0.2/1.8 MB | 30/116 kBProgress (4): 286/688 kB | 258/301 kB | 0.2/1.8 MB | 30/116 kBProgress (4): 286/688 kB | 258/301 kB | 0.2/1.8 MB | 32/116 kBProgress (4): 286/688 kB | 262/301 kB | 0.2/1.8 MB | 32/116 kBProgress (4): 290/688 kB | 262/301 kB | 0.2/1.8 MB | 32/116 kBProgress (4): 290/688 kB | 262/301 kB | 0.2/1.8 MB | 32/116 kBProgress (4): 294/688 kB | 262/301 kB | 0.2/1.8 MB | 32/116 kBProgress (4): 294/688 kB | 266/301 kB | 0.2/1.8 MB | 32/116 kBProgress (4): 294/688 kB | 266/301 kB | 0.2/1.8 MB | 36/116 kBProgress (4): 294/688 kB | 270/301 kB | 0.2/1.8 MB | 36/116 kBProgress (4): 298/688 kB | 270/301 kB | 0.2/1.8 MB | 36/116 kBProgress (4): 298/688 kB | 270/301 kB | 0.2/1.8 MB | 36/116 kBProgress (4): 303/688 kB | 270/301 kB | 0.2/1.8 MB | 36/116 kBProgress (4): 303/688 kB | 274/301 kB | 0.2/1.8 MB | 36/116 kBProgress (4): 303/688 kB | 274/301 kB | 0.2/1.8 MB | 40/116 kBProgress (4): 303/688 kB | 278/301 kB | 0.2/1.8 MB | 40/116 kBProgress (4): 307/688 kB | 278/301 kB | 0.2/1.8 MB | 40/116 kBProgress (4): 307/688 kB | 278/301 kB | 0.2/1.8 MB | 40/116 kBProgress (5): 307/688 kB | 278/301 kB | 0.2/1.8 MB | 40/116 kB | 2.8/128 kBProgress (5): 311/688 kB | 278/301 kB | 0.2/1.8 MB | 40/116 kB | 2.8/128 kBProgress (5): 311/688 kB | 282/301 kB | 0.2/1.8 MB | 40/116 kB | 2.8/128 kBProgress (5): 311/688 kB | 282/301 kB | 0.2/1.8 MB | 45/116 kB | 2.8/128 kBProgress (5): 311/688 kB | 286/301 kB | 0.2/1.8 MB | 45/116 kB | 2.8/128 kBProgress (5): 315/688 kB | 286/301 kB | 0.2/1.8 MB | 45/116 kB | 2.8/128 kBProgress (5): 315/688 kB | 286/301 kB | 0.2/1.8 MB | 45/116 kB | 5.5/128 kBProgress (5): 315/688 kB | 286/301 kB | 0.2/1.8 MB | 45/116 kB | 5.5/128 kBProgress (5): 315/688 kB | 286/301 kB | 0.2/1.8 MB | 45/116 kB | 8.3/128 kBProgress (5): 319/688 kB | 286/301 kB | 0.2/1.8 MB | 45/116 kB | 8.3/128 kBProgress (5): 319/688 kB | 290/301 kB | 0.2/1.8 MB | 45/116 kB | 8.3/128 kBProgress (5): 319/688 kB | 290/301 kB | 0.2/1.8 MB | 49/116 kB | 8.3/128 kBProgress (5): 319/688 kB | 294/301 kB | 0.2/1.8 MB | 49/116 kB | 8.3/128 kBProgress (5): 323/688 kB | 294/301 kB | 0.2/1.8 MB | 49/116 kB | 8.3/128 kBProgress (5): 323/688 kB | 294/301 kB | 0.2/1.8 MB | 49/116 kB | 11/128 kB Progress (5): 323/688 kB | 294/301 kB | 0.2/1.8 MB | 49/116 kB | 11/128 kBProgress (5): 323/688 kB | 294/301 kB | 0.2/1.8 MB | 49/116 kB | 14/128 kBProgress (5): 327/688 kB | 294/301 kB | 0.2/1.8 MB | 49/116 kB | 14/128 kBProgress (5): 327/688 kB | 298/301 kB | 0.2/1.8 MB | 49/116 kB | 14/128 kBProgress (5): 327/688 kB | 298/301 kB | 0.2/1.8 MB | 53/116 kB | 14/128 kBProgress (5): 327/688 kB | 301 kB | 0.2/1.8 MB | 53/116 kB | 14/128 kB    Progress (5): 331/688 kB | 301 kB | 0.2/1.8 MB | 53/116 kB | 14/128 kBProgress (5): 331/688 kB | 301 kB | 0.2/1.8 MB | 53/116 kB | 16/128 kBProgress (5): 331/688 kB | 301 kB | 0.2/1.8 MB | 53/116 kB | 16/128 kBProgress (5): 331/688 kB | 301 kB | 0.2/1.8 MB | 53/116 kB | 19/128 kBProgress (5): 331/688 kB | 301 kB | 0.2/1.8 MB | 53/116 kB | 19/128 kBProgress (5): 335/688 kB | 301 kB | 0.2/1.8 MB | 53/116 kB | 19/128 kBProgress (5): 335/688 kB | 301 kB | 0.2/1.8 MB | 57/116 kB | 19/128 kBProgress (5): 339/688 kB | 301 kB | 0.2/1.8 MB | 57/116 kB | 19/128 kBProgress (5): 339/688 kB | 301 kB | 0.2/1.8 MB | 57/116 kB | 19/128 kBProgress (5): 339/688 kB | 301 kB | 0.2/1.8 MB | 57/116 kB | 22/128 kBProgress (5): 339/688 kB | 301 kB | 0.2/1.8 MB | 57/116 kB | 22/128 kBProgress (5): 344/688 kB | 301 kB | 0.2/1.8 MB | 57/116 kB | 22/128 kBProgress (5): 344/688 kB | 301 kB | 0.2/1.8 MB | 61/116 kB | 22/128 kBProgress (5): 348/688 kB | 301 kB | 0.2/1.8 MB | 61/116 kB | 22/128 kBProgress (5): 348/688 kB | 301 kB | 0.2/1.8 MB | 61/116 kB | 22/128 kBProgress (5): 348/688 kB | 301 kB | 0.2/1.8 MB | 61/116 kB | 25/128 kBProgress (5): 352/688 kB | 301 kB | 0.2/1.8 MB | 61/116 kB | 25/128 kBProgress (5): 352/688 kB | 301 kB | 0.2/1.8 MB | 65/116 kB | 25/128 kBProgress (5): 356/688 kB | 301 kB | 0.2/1.8 MB | 65/116 kB | 25/128 kBProgress (5): 356/688 kB | 301 kB | 0.2/1.8 MB | 65/116 kB | 27/128 kB                                                                      Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.jar (301 kB at 1.5 MB/s)
Progress (4): 356/688 kB | 0.2/1.8 MB | 65/116 kB | 27/128 kBProgress (4): 356/688 kB | 0.2/1.8 MB | 65/116 kB | 30/128 kBProgress (4): 360/688 kB | 0.2/1.8 MB | 65/116 kB | 30/128 kBProgress (4): 360/688 kB | 0.2/1.8 MB | 69/116 kB | 30/128 kBProgress (4): 360/688 kB | 0.2/1.8 MB | 69/116 kB | 33/128 kBProgress (4): 360/688 kB | 0.2/1.8 MB | 69/116 kB | 33/128 kBProgress (4): 360/688 kB | 0.2/1.8 MB | 73/116 kB | 33/128 kBProgress (4): 364/688 kB | 0.2/1.8 MB | 73/116 kB | 33/128 kBProgress (4): 364/688 kB | 0.2/1.8 MB | 77/116 kB | 33/128 kBProgress (4): 364/688 kB | 0.2/1.8 MB | 77/116 kB | 33/128 kBProgress (4): 364/688 kB | 0.2/1.8 MB | 77/116 kB | 37/128 kBProgress (4): 364/688 kB | 0.2/1.8 MB | 77/116 kB | 37/128 kBProgress (4): 364/688 kB | 0.2/1.8 MB | 81/116 kB | 37/128 kBProgress (4): 368/688 kB | 0.2/1.8 MB | 81/116 kB | 37/128 kBProgress (4): 368/688 kB | 0.2/1.8 MB | 81/116 kB | 37/128 kBProgress (4): 368/688 kB | 0.2/1.8 MB | 81/116 kB | 41/128 kBProgress (4): 368/688 kB | 0.3/1.8 MB | 81/116 kB | 41/128 kBProgress (4): 372/688 kB | 0.3/1.8 MB | 81/116 kB | 41/128 kBProgress (4): 372/688 kB | 0.3/1.8 MB | 85/116 kB | 41/128 kBProgress (4): 376/688 kB | 0.3/1.8 MB | 85/116 kB | 41/128 kBProgress (4): 376/688 kB | 0.3/1.8 MB | 85/116 kB | 41/128 kBProgress (4): 376/688 kB | 0.3/1.8 MB | 85/116 kB | 45/128 kBProgress (4): 376/688 kB | 0.3/1.8 MB | 85/116 kB | 45/128 kBProgress (4): 380/688 kB | 0.3/1.8 MB | 85/116 kB | 45/128 kBProgress (4): 380/688 kB | 0.3/1.8 MB | 90/116 kB | 45/128 kBProgress (4): 380/688 kB | 0.3/1.8 MB | 90/116 kB | 45/128 kBProgress (4): 384/688 kB | 0.3/1.8 MB | 90/116 kB | 45/128 kBProgress (4): 384/688 kB | 0.3/1.8 MB | 90/116 kB | 49/128 kBProgress (4): 389/688 kB | 0.3/1.8 MB | 90/116 kB | 49/128 kBProgress (4): 389/688 kB | 0.3/1.8 MB | 90/116 kB | 49/128 kBProgress (4): 389/688 kB | 0.3/1.8 MB | 94/116 kB | 49/128 kBProgress (4): 389/688 kB | 0.3/1.8 MB | 94/116 kB | 49/128 kBProgress (4): 393/688 kB | 0.3/1.8 MB | 94/116 kB | 49/128 kBProgress (4): 393/688 kB | 0.3/1.8 MB | 94/116 kB | 53/128 kBProgress (4): 393/688 kB | 0.3/1.8 MB | 94/116 kB | 53/128 kBProgress (4): 393/688 kB | 0.3/1.8 MB | 98/116 kB | 53/128 kBProgress (4): 393/688 kB | 0.3/1.8 MB | 98/116 kB | 57/128 kBProgress (4): 397/688 kB | 0.3/1.8 MB | 98/116 kB | 57/128 kBProgress (4): 397/688 kB | 0.3/1.8 MB | 98/116 kB | 61/128 kBProgress (4): 397/688 kB | 0.3/1.8 MB | 102/116 kB | 61/128 kBProgress (4): 397/688 kB | 0.3/1.8 MB | 102/116 kB | 61/128 kBProgress (4): 397/688 kB | 0.3/1.8 MB | 106/116 kB | 61/128 kBProgress (4): 397/688 kB | 0.3/1.8 MB | 106/116 kB | 66/128 kBProgress (4): 401/688 kB | 0.3/1.8 MB | 106/116 kB | 66/128 kBProgress (4): 401/688 kB | 0.3/1.8 MB | 106/116 kB | 70/128 kBProgress (4): 401/688 kB | 0.3/1.8 MB | 110/116 kB | 70/128 kBProgress (4): 401/688 kB | 0.3/1.8 MB | 110/116 kB | 70/128 kBProgress (4): 401/688 kB | 0.3/1.8 MB | 114/116 kB | 70/128 kBProgress (4): 401/688 kB | 0.3/1.8 MB | 114/116 kB | 74/128 kBProgress (4): 405/688 kB | 0.3/1.8 MB | 114/116 kB | 74/128 kBProgress (4): 405/688 kB | 0.3/1.8 MB | 114/116 kB | 78/128 kBProgress (4): 405/688 kB | 0.3/1.8 MB | 116 kB | 78/128 kB    Progress (4): 405/688 kB | 0.3/1.8 MB | 116 kB | 78/128 kBProgress (4): 405/688 kB | 0.3/1.8 MB | 116 kB | 82/128 kBProgress (4): 409/688 kB | 0.3/1.8 MB | 116 kB | 82/128 kBProgress (4): 409/688 kB | 0.3/1.8 MB | 116 kB | 82/128 kBProgress (4): 409/688 kB | 0.3/1.8 MB | 116 kB | 86/128 kBProgress (4): 413/688 kB | 0.3/1.8 MB | 116 kB | 86/128 kBProgress (4): 413/688 kB | 0.3/1.8 MB | 116 kB | 86/128 kBProgress (4): 413/688 kB | 0.3/1.8 MB | 116 kB | 90/128 kBProgress (4): 413/688 kB | 0.3/1.8 MB | 116 kB | 90/128 kBProgress (4): 417/688 kB | 0.3/1.8 MB | 116 kB | 90/128 kBProgress (4): 417/688 kB | 0.3/1.8 MB | 116 kB | 90/128 kBProgress (4): 417/688 kB | 0.3/1.8 MB | 116 kB | 94/128 kBProgress (4): 417/688 kB | 0.3/1.8 MB | 116 kB | 94/128 kBProgress (4): 421/688 kB | 0.3/1.8 MB | 116 kB | 94/128 kBProgress (4): 421/688 kB | 0.3/1.8 MB | 116 kB | 94/128 kBProgress (4): 421/688 kB | 0.3/1.8 MB | 116 kB | 98/128 kBProgress (4): 421/688 kB | 0.3/1.8 MB | 116 kB | 98/128 kBProgress (4): 425/688 kB | 0.3/1.8 MB | 116 kB | 98/128 kBProgress (4): 425/688 kB | 0.3/1.8 MB | 116 kB | 98/128 kBProgress (4): 425/688 kB | 0.3/1.8 MB | 116 kB | 102/128 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.8.17/compiler-0.8.17.jar (116 kB at 515 kB/s)
Progress (3): 425/688 kB | 0.3/1.8 MB | 102/128 kBProgress (3): 430/688 kB | 0.3/1.8 MB | 102/128 kBProgress (3): 430/688 kB | 0.3/1.8 MB | 106/128 kBProgress (3): 430/688 kB | 0.3/1.8 MB | 106/128 kBProgress (3): 434/688 kB | 0.3/1.8 MB | 106/128 kBProgress (3): 434/688 kB | 0.3/1.8 MB | 106/128 kBProgress (3): 434/688 kB | 0.3/1.8 MB | 111/128 kBProgress (3): 434/688 kB | 0.3/1.8 MB | 111/128 kBProgress (3): 438/688 kB | 0.3/1.8 MB | 111/128 kBProgress (3): 438/688 kB | 0.3/1.8 MB | 111/128 kBProgress (3): 438/688 kB | 0.3/1.8 MB | 115/128 kBProgress (3): 442/688 kB | 0.3/1.8 MB | 115/128 kBProgress (3): 442/688 kB | 0.3/1.8 MB | 115/128 kBProgress (3): 442/688 kB | 0.3/1.8 MB | 119/128 kBProgress (3): 446/688 kB | 0.3/1.8 MB | 119/128 kBProgress (3): 446/688 kB | 0.4/1.8 MB | 119/128 kBProgress (3): 450/688 kB | 0.4/1.8 MB | 119/128 kBProgress (3): 450/688 kB | 0.4/1.8 MB | 123/128 kBProgress (3): 454/688 kB | 0.4/1.8 MB | 123/128 kBProgress (3): 454/688 kB | 0.4/1.8 MB | 123/128 kBProgress (3): 458/688 kB | 0.4/1.8 MB | 123/128 kBProgress (3): 458/688 kB | 0.4/1.8 MB | 127/128 kBProgress (3): 458/688 kB | 0.4/1.8 MB | 127/128 kBProgress (3): 462/688 kB | 0.4/1.8 MB | 127/128 kBProgress (3): 462/688 kB | 0.4/1.8 MB | 128 kB    Progress (3): 462/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 466/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 466/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 470/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 470/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 475/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 475/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 479/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 479/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 483/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 483/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 487/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 487/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 491/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 491/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 495/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 495/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 499/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 499/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 503/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 503/688 kB | 0.4/1.8 MB | 128 kBProgress (3): 507/688 kB | 0.4/1.8 MB | 128 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 531 kB/s)
Progress (2): 507/688 kB | 0.4/1.8 MBProgress (2): 511/688 kB | 0.4/1.8 MBProgress (2): 516/688 kB | 0.4/1.8 MBProgress (2): 516/688 kB | 0.4/1.8 MBProgress (2): 520/688 kB | 0.4/1.8 MBProgress (2): 520/688 kB | 0.4/1.8 MBProgress (2): 524/688 kB | 0.4/1.8 MBProgress (2): 524/688 kB | 0.4/1.8 MBProgress (2): 524/688 kB | 0.4/1.8 MBProgress (2): 528/688 kB | 0.4/1.8 MBProgress (2): 532/688 kB | 0.4/1.8 MBProgress (2): 532/688 kB | 0.4/1.8 MBProgress (2): 536/688 kB | 0.4/1.8 MBProgress (2): 536/688 kB | 0.4/1.8 MBProgress (2): 540/688 kB | 0.4/1.8 MBProgress (2): 540/688 kB | 0.4/1.8 MBProgress (2): 540/688 kB | 0.4/1.8 MBProgress (2): 544/688 kB | 0.4/1.8 MBProgress (2): 548/688 kB | 0.4/1.8 MBProgress (2): 548/688 kB | 0.4/1.8 MBProgress (2): 552/688 kB | 0.4/1.8 MBProgress (2): 552/688 kB | 0.5/1.8 MBProgress (2): 557/688 kB | 0.5/1.8 MBProgress (2): 557/688 kB | 0.5/1.8 MBProgress (2): 557/688 kB | 0.5/1.8 MBProgress (2): 561/688 kB | 0.5/1.8 MBProgress (2): 565/688 kB | 0.5/1.8 MBProgress (2): 565/688 kB | 0.5/1.8 MBProgress (2): 569/688 kB | 0.5/1.8 MBProgress (2): 569/688 kB | 0.5/1.8 MBProgress (2): 573/688 kB | 0.5/1.8 MBProgress (2): 573/688 kB | 0.5/1.8 MBProgress (2): 573/688 kB | 0.5/1.8 MBProgress (2): 577/688 kB | 0.5/1.8 MBProgress (2): 577/688 kB | 0.5/1.8 MBProgress (2): 581/688 kB | 0.5/1.8 MBProgress (2): 581/688 kB | 0.5/1.8 MBProgress (2): 585/688 kB | 0.5/1.8 MBProgress (2): 585/688 kB | 0.5/1.8 MBProgress (2): 589/688 kB | 0.5/1.8 MBProgress (2): 589/688 kB | 0.5/1.8 MBProgress (2): 593/688 kB | 0.5/1.8 MBProgress (2): 593/688 kB | 0.5/1.8 MBProgress (2): 597/688 kB | 0.5/1.8 MBProgress (2): 597/688 kB | 0.5/1.8 MBProgress (2): 602/688 kB | 0.5/1.8 MBProgress (2): 602/688 kB | 0.5/1.8 MBProgress (2): 606/688 kB | 0.5/1.8 MBProgress (2): 606/688 kB | 0.5/1.8 MBProgress (2): 610/688 kB | 0.5/1.8 MBProgress (2): 610/688 kB | 0.5/1.8 MBProgress (2): 614/688 kB | 0.5/1.8 MBProgress (2): 614/688 kB | 0.5/1.8 MBProgress (2): 618/688 kB | 0.5/1.8 MBProgress (2): 618/688 kB | 0.5/1.8 MBProgress (2): 622/688 kB | 0.5/1.8 MBProgress (2): 622/688 kB | 0.5/1.8 MBProgress (2): 626/688 kB | 0.5/1.8 MBProgress (2): 626/688 kB | 0.5/1.8 MBProgress (2): 630/688 kB | 0.5/1.8 MBProgress (2): 630/688 kB | 0.5/1.8 MBProgress (2): 634/688 kB | 0.5/1.8 MBProgress (2): 634/688 kB | 0.5/1.8 MBProgress (2): 638/688 kB | 0.5/1.8 MBProgress (2): 638/688 kB | 0.5/1.8 MBProgress (2): 643/688 kB | 0.5/1.8 MBProgress (2): 643/688 kB | 0.5/1.8 MBProgress (2): 647/688 kB | 0.5/1.8 MBProgress (2): 647/688 kB | 0.5/1.8 MBProgress (2): 651/688 kB | 0.5/1.8 MBProgress (2): 651/688 kB | 0.6/1.8 MBProgress (2): 655/688 kB | 0.6/1.8 MBProgress (2): 655/688 kB | 0.6/1.8 MBProgress (2): 659/688 kB | 0.6/1.8 MBProgress (2): 659/688 kB | 0.6/1.8 MBProgress (2): 663/688 kB | 0.6/1.8 MBProgress (2): 663/688 kB | 0.6/1.8 MBProgress (2): 667/688 kB | 0.6/1.8 MBProgress (2): 667/688 kB | 0.6/1.8 MBProgress (2): 671/688 kB | 0.6/1.8 MBProgress (2): 671/688 kB | 0.6/1.8 MBProgress (2): 675/688 kB | 0.6/1.8 MBProgress (2): 675/688 kB | 0.6/1.8 MBProgress (2): 679/688 kB | 0.6/1.8 MBProgress (2): 679/688 kB | 0.6/1.8 MBProgress (2): 683/688 kB | 0.6/1.8 MBProgress (2): 683/688 kB | 0.6/1.8 MBProgress (2): 688/688 kB | 0.6/1.8 MBProgress (2): 688/688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MB    Progress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.6/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MBProgress (2): 688 kB | 0.7/1.8 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/3.3.4/dependency-check-core-3.3.4.jar (688 kB at 2.4 MB/s)
Progress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.7/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.8/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 0.9/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.0/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.1/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.2/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.3/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.4/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.5/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.6/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.7/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8/1.8 MBProgress (1): 1.8 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/1.4.196/h2-1.4.196.jar (1.8 MB at 5.0 MB/s)
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] starting getUpdatesNeeded() ...
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2014.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2014.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2018.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2018.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2012.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2012.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2011.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2011.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2007.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2007.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2006.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2006.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-Modified.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-Modified.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2016.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2016.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2005.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2005.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2013.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2013.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2010.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2010.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2008.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2008.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2004.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2004.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2003.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2003.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2015.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2015.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2009.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2009.xml.gz
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2002.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2002.xml.gz
[WARNING] Unable to download the NVD CVE data; the results may not include the most recent CPE/CVEs from the NVD.
[INFO] If you are behind a proxy you may need to configure dependency-check to use the proxy.
[WARNING] An old JRE is being used (Oracle Corporation 1.7.0_80), and likely does not have the correct root certificates or algorithms to connect to the NVD - consider upgrading your JRE.
[WARNING] Unable to update Cached Web DataSource, using local data instead. Results may not include recent vulnerabilities.
[ERROR] No documents exist

Unable to continue dependency-check analysis.
[ERROR] IO Exception connecting to https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2017.xml.gz: HEAD request returned a non-200 status code: https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2017.xml.gz
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.567 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. FAILURE [  5.375 s]
[INFO] Struts 2 Core ...................................... SKIPPED
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.527 s
[INFO] Finished at: 2018-11-29T22:28:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-parent: Fatal exception(s) analyzing Struts 2: Unable to continue dependency-check analysis.
[ERROR] 	Unable to download the NVD CVE data.
[ERROR] 	No documents exist
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-parent
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #121

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/121/display/redirect?page=changes>

Changes:

[43964333+JCgH4164838Gh792C124B5] Minor update to Struts 2.6 SecurityMemberAccess.

------------------------------------------
[...truncated 1.21 MB...]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-tiles-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-tiles-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 26 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-tiles-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-tiles-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-tiles-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-tiles-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (7 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] ----------------< org.apache.struts:struts2-dwr-plugin >----------------
[INFO] Building Struts 2 DWR Plugin 2.6-SNAPSHOT                         [8/36]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ struts2-dwr-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ struts2-dwr-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-dwr-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-dwr-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-dwr-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-dwr-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-dwr-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (7 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 DWR Plugin:

dwr-1.1.1.jar (uk.ltd.getahead:dwr:1.1.1, cpe:/a:getahead:direct_web_remoting:1.1.1) : CVE-2007-0185, CVE-2006-6916, CVE-2007-0184


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  2.025 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [01:27 min]
[INFO] Struts 2 Core ...................................... SUCCESS [01:55 min]
[INFO] Struts Plugins ..................................... SUCCESS [  2.893 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.918 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.485 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  4.221 s]
[INFO] Struts 2 DWR Plugin ................................ FAILURE [  2.758 s]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-11-25T22:31:55Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-dwr-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] dwr-1.1.1.jar: CVE-2006-6916, CVE-2007-0184
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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-dwr-plugin
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #120

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/120/display/redirect?page=changes>

Changes:

[Sebastian.Peters] Update maven-bundle-plugin to 3.5.0

[Sebastian.Peters] Remove inherited version for maven-bundle-plugin

[yasser.zamani] [WW-4981] Adds support for JDK11  (#270)

[yasserzamani] fix travis if statement syntax

[Sebastian.Peters] WW-4983 Set private access modifier for HttpParameters.toMap

[Sebastian.Peters] Fix: Resources should be closed

[Sebastian.Peters] Remove unused private methods

[Sebastian.Peters] Update persistence-api from 1.0 to 1.0.2

[Sebastian.Peters] Enhance after_success for Travis CI

------------------------------------------
[...truncated 1.25 MB...]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-tiles-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-tiles-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 26 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-tiles-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-tiles-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-tiles-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-tiles-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (7 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] ----------------< org.apache.struts:struts2-dwr-plugin >----------------
[INFO] Building Struts 2 DWR Plugin 2.6-SNAPSHOT                         [8/36]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ struts2-dwr-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ struts2-dwr-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-dwr-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-dwr-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-dwr-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-dwr-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-dwr-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (6 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 DWR Plugin:

dwr-1.1.1.jar (uk.ltd.getahead:dwr:1.1.1, cpe:/a:getahead:direct_web_remoting:1.1.1) : CVE-2007-0185, CVE-2006-6916, CVE-2007-0184


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  2.000 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [01:28 min]
[INFO] Struts 2 Core ...................................... SUCCESS [01:56 min]
[INFO] Struts Plugins ..................................... SUCCESS [  2.907 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  3.093 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.588 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  4.740 s]
[INFO] Struts 2 DWR Plugin ................................ FAILURE [  2.811 s]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:46 min
[INFO] Finished at: 2018-11-22T22:32:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-dwr-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] dwr-1.1.1.jar: CVE-2006-6916, CVE-2007-0184
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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-dwr-plugin
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #119

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/119/display/redirect?page=changes>

Changes:

[ordtesters] [WW-4977] Fixing flaky test in Jsr168DispatcherTest and

[Sebastian.Peters] Refactor environment dependant tests

[Sebastian.Peters] Replace deprecated classes StrLookup and StrSubstitutor

[Sebastian.Peters] WW-4982 Remove the deprecated JsonLibHandler and json-lib dependency

[Sebastian.Peters] Update maven-dependency-plugin to 3.1.1

[Sebastian.Peters] Update maven-war-plugin to 3.2.2

[Sebastian.Peters] Update updateimpact-maven-plugin to 1.0.12

[Sebastian.Peters] Migrate from outdated rat-maven-plugin to apache-rat-plugin

[Sebastian.Peters] Update maven-surefire-plugin to 2.22.1

[Sebastian.Peters] Update maven-project-info-reports-plugin to 3.0.0

------------------------------------------
[...truncated 1.42 MB...]
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-tiles-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 26 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-tiles-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-tiles-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-tiles-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-tiles-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (9 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] ----------------< org.apache.struts:struts2-dwr-plugin >----------------
[INFO] Building Struts 2 DWR Plugin 2.6-SNAPSHOT                         [8/36]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/uk/ltd/getahead/dwr/1.1.1/dwr-1.1.1.pom
Progress (1): 2.2/6.0 kBProgress (1): 5.0/6.0 kBProgress (1): 6.0 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/uk/ltd/getahead/dwr/1.1.1/dwr-1.1.1.pom (6.0 kB at 373 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/uk/ltd/getahead/dwr/1.1.1/dwr-1.1.1.jar
Progress (1): 2.2/185 kBProgress (1): 5.0/185 kBProgress (1): 7.7/185 kBProgress (1): 10/185 kB Progress (1): 13/185 kBProgress (1): 16/185 kBProgress (1): 19/185 kBProgress (1): 21/185 kBProgress (1): 24/185 kBProgress (1): 27/185 kBProgress (1): 30/185 kBProgress (1): 32/185 kBProgress (1): 36/185 kBProgress (1): 40/185 kBProgress (1): 45/185 kBProgress (1): 49/185 kBProgress (1): 53/185 kBProgress (1): 57/185 kBProgress (1): 61/185 kBProgress (1): 65/185 kBProgress (1): 69/185 kBProgress (1): 73/185 kBProgress (1): 77/185 kBProgress (1): 81/185 kBProgress (1): 85/185 kBProgress (1): 90/185 kBProgress (1): 94/185 kBProgress (1): 98/185 kBProgress (1): 102/185 kBProgress (1): 106/185 kBProgress (1): 110/185 kBProgress (1): 114/185 kBProgress (1): 118/185 kBProgress (1): 122/185 kBProgress (1): 126/185 kBProgress (1): 131/185 kBProgress (1): 135/185 kBProgress (1): 139/185 kBProgress (1): 143/185 kBProgress (1): 147/185 kBProgress (1): 151/185 kBProgress (1): 155/185 kBProgress (1): 159/185 kBProgress (1): 163/185 kBProgress (1): 167/185 kBProgress (1): 171/185 kBProgress (1): 176/185 kBProgress (1): 180/185 kBProgress (1): 184/185 kBProgress (1): 185 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/uk/ltd/getahead/dwr/1.1.1/dwr-1.1.1.jar (185 kB at 6.6 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ struts2-dwr-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-dwr-plugin ---
[WARNING] Warning in manifest for org.apache.struts:struts2-dwr-plugin:jar:2.6-SNAPSHOT : Superfluous export-package instructions: [org.apache, org.apache.struts2, org]
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ struts2-dwr-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-dwr-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-dwr-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-dwr-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-dwr-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-dwr-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (7 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 DWR Plugin:

dwr-1.1.1.jar (uk.ltd.getahead:dwr:1.1.1, cpe:/a:getahead:direct_web_remoting:1.1.1) : CVE-2007-0185, CVE-2006-6916, CVE-2007-0184


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.924 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [05:13 min]
[INFO] Struts 2 Core ...................................... SUCCESS [01:54 min]
[INFO] Struts Plugins ..................................... SUCCESS [  2.891 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  2.916 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.351 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  4.528 s]
[INFO] Struts 2 DWR Plugin ................................ FAILURE [  2.543 s]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:28 min
[INFO] Finished at: 2018-11-18T22:35:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-dwr-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] dwr-1.1.1.jar: CVE-2006-6916, CVE-2007-0184
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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-dwr-plugin
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #118

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/118/display/redirect?page=changes>

Changes:

[yasserzamani] pass all current tests with java 9

[yasserzamani] workaround coveralls fail on java 9

[yasserzamani] skip coveralls on java 9

[43964333+JCgH4164838Gh792C124B5] Update Struts 2.6.0 build with some newer (compatible) library versions.

[Sebastian.Peters] Update maven-wrapper to 3.5.4 and add maven-wrapper.jar to .gitignore

[yasserzamani] satisfy coveralls via testing with a not URLClassLoader

[yasserzamani] delete not-deleted profiling interceptors from plugins

[p.heidelbach] WW-4930 Add constant to enable smi inheritance between parent package

[Sebastian.Peters] Remove cglib-nodep

[Sebastian.Peters] Remove cglib

[lukaszlenart] WW-4952 Uses the latest struts-master pom in bom as well

[lukaszlenart] Cleans up test resources that were referencing dropped interceptor

[p.heidelbach] WW-4930 Add test run with enabled SMI inheritance

------------------------------------------
[...truncated 1.28 MB...]
[INFO] 
[INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ struts2-tiles-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.apache.struts2.tiles.StrutsTilesAnnotationProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-tiles-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 26 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 25 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-tiles-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-tiles-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-tiles-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-tiles-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/tiles/target/struts2-tiles-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-tiles-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-tiles-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (8 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] 
[INFO] ----------------< org.apache.struts:struts2-dwr-plugin >----------------
[INFO] Building Struts 2 DWR Plugin 2.6-SNAPSHOT                         [8/36]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ struts2-dwr-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/classes>
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-dwr-plugin ---
[WARNING] Warning in manifest for org.apache.struts:struts2-dwr-plugin:jar:2.6-SNAPSHOT : Superfluous export-package instructions: [org.apache, org.apache.struts2, org]
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ struts2-dwr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ struts2-dwr-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.20.1:test (default-test) @ struts2-dwr-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-dwr-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 3 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-dwr-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-dwr-plugin ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-dwr-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-dwr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/plugins/dwr/target/struts2-dwr-plugin-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-dwr-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.3.4:check (default) @ struts2-dwr-plugin ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (8 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (0 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (0 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 DWR Plugin:

dwr-1.1.1.jar (uk.ltd.getahead:dwr:1.1.1, cpe:/a:getahead:direct_web_remoting:1.1.1) : CVE-2007-0185, CVE-2006-6916, CVE-2007-0184


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  2.375 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [04:40 min]
[INFO] Struts 2 Core ...................................... SUCCESS [02:05 min]
[INFO] Struts Plugins ..................................... SUCCESS [  2.839 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  3.002 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  3.779 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  4.914 s]
[INFO] Struts 2 DWR Plugin ................................ FAILURE [  2.869 s]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:07 min
[INFO] Finished at: 2018-11-15T22:55:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.4:check (default) on project struts2-dwr-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] dwr-1.1.1.jar: CVE-2006-6916, CVE-2007-0184
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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-dwr-plugin
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #117

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/117/display/redirect?page=changes>

Changes:

[lukaszlenart] WW-4976 Upgrades ASM to version 7.0

[lukaszlenart] WW-4866 Includes 1.8+ JDKs

[lukaszlenart] WW-4866 Includes 9+ JDKs

------------------------------------------
[...truncated 1.21 MB...]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
	at org.testng.TestNG.run(TestNG.java:900)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
default message
2018-11-11 22:32:06,379 WARN  [main] util.StrutsLocalizedTextProvider (StrutsLocalizedTextProvider.java:226) - Trying to find text with null key!
2018-11-11 22:32:06,642 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:156) - The use of the default (unnamed) package is discouraged!
action property
Foo Range Message
non.existant
2018-11-11 22:32:06,741 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - 2test did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-11-11 22:32:06,741 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - %{exp} did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-11-11 22:32:06,741 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - ${%{foo}} did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-11-11 22:32:06,742 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:452) - ${#foo='method',#foo} did not match allowed method names [a-zA-Z_]*[0-9]* - default method execute will be used!
2018-11-11 22:32:07,479 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:437) - ${action} did not match allowed action names [a-zA-Z0-9._!/\-]* - default action index will be used!
2018-11-11 22:32:07,480 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:437) - ${${%{action}}} did not match allowed action names [a-zA-Z0-9._!/\-]* - default action index will be used!
2018-11-11 22:32:07,480 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:437) - ${#foo='action',#foo} did not match allowed action names [a-zA-Z0-9._!/\-]* - default action index will be used!
2018-11-11 22:32:08,330 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:419) - ${namespace} did not match allowed namespace names [a-zA-Z0-9._/\-]* - default namespace / will be used!
2018-11-11 22:32:08,330 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:419) - ${${%{namespace}}} did not match allowed namespace names [a-zA-Z0-9._/\-]* - default namespace / will be used!
2018-11-11 22:32:08,330 WARN  [main] mapper.DefaultActionMapper (DefaultActionMapper.java:419) - ${#foo='namespace',#foo} did not match allowed namespace names [a-zA-Z0-9._/\-]* - default namespace / will be used!
2018-11-11 22:32:08,613 WARN  [main] xwork2.DefaultLocaleProvider (DefaultLocaleProvider.java:53) - Cannot convert [_] to proper locale
java.lang.IllegalArgumentException: Invalid locale format: _
	at org.apache.commons.lang3.LocaleUtils.toLocale(LocaleUtils.java:102) ~[commons-lang3-3.6.jar:3.6]
	at com.opensymphony.xwork2.DefaultLocaleProvider.isValidLocaleString(DefaultLocaleProvider.java:51) [classes/:?]
	at org.apache.struts2.interceptor.I18nInterceptor.getLocaleFromParam(I18nInterceptor.java:166) [classes/:?]
	at org.apache.struts2.interceptor.I18nInterceptor$SessionLocaleHandler.find(I18nInterceptor.java:276) [classes/:?]
	at org.apache.struts2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:104) [classes/:?]
	at org.apache.struts2.interceptor.I18nInterceptorTest.testDefaultLocale(I18nInterceptorTest.java:88) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
org.testng.TestNGException: 
Failure in JUnit mode for class org.apache.struts2.config.entities.BeanConfigTest: could not create/run JUnit test suite: 
Cannot find JUnit method class junit.framework.TestSuite$1.warning
	at org.testng.junit.JUnitTestRunner.runFailed(JUnitTestRunner.java:237)
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:230)
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211)
	at org.testng.TestRunner$1.run(TestRunner.java:659)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690)
	at org.testng.TestRunner.run(TestRunner.java:597)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
	at org.testng.SuiteRunner.run(SuiteRunner.java:223)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
	at org.testng.TestNG.run(TestNG.java:900)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
2018-11-11 22:32:09,030 WARN  [main] components.OptionTransferSelect (OptionTransferSelect.java:322) - form enclosing optiontransferselect org.apache.struts2.components.OptionTransferSelect@4a58cd7a not found, auto select upon form submit of optiontransferselect will not work
2018-11-11 22:32:09,563 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: 'myAction' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-11-11 22:32:09,571 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: 'myAction' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
[INFO] Tests run: 1821, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.944 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1821, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1582 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1575 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.1.1:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Check for updates complete (204 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Central Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished Cpe Suppression Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

spring-core-4.3.13.RELEASE.jar (cpe:/a:pivotal_software:spring_framework:4.3.13, cpe:/a:pivotal:spring_framework:4.3.13, org.springframework:spring-core:4.3.13.RELEASE) : CVE-2018-1270, CVE-2018-1271, CVE-2018-1199, CVE-2018-1272, CVE-2018-11039, CVE-2018-1257, CVE-2018-11040, CVE-2018-1275
bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.512 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [02:04 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:57 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:05 min
[INFO] Finished at: 2018-11-11T22:32:21Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.1.1:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-core-4.3.13.RELEASE.jar: CVE-2018-1270, CVE-2018-1275
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #116

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/116/display/redirect>

------------------------------------------
[...truncated 1.21 MB...]
	at com.opensymphony.xwork2.config.providers.XmlConfigurationProviderInvalidFileTest.testInvalidFileThrowsException(XmlConfigurationProviderInvalidFileTest.java:37) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
2018-11-08 22:32:21,923 WARN  [main] util.TextProviderHelper (TextProviderHelper.java:97) - The first TextProvider in the ValueStack (org.apache.struts2.TestAction) could not locate the message resource with key 'some.i18n.key'
2018-11-08 22:32:21,923 WARN  [main] util.TextProviderHelper (TextProviderHelper.java:102) - The default value expression 'some.i18n.key' was evaluated and did not match a property. The literal value 'some.i18n.key' will be used.
2018-11-08 22:32:21,976 WARN  [main] components.UpDownSelect (UpDownSelect.java:149) - no ancestor form found for updownselect org.apache.struts2.components.UpDownSelect@1e983a69, therefore autoselect of all elements upon form submission will not work 
2018-11-08 22:32:22,683 WARN  [main] util.TokenHelper (TokenHelper.java:149) - Could not find token name in params.
2018-11-08 22:32:22,691 WARN  [main] util.TokenHelper (TokenHelper.java:189) - Form token GBY7GPBXIJS6UN8EX94S84AK223EWYCY does not match the session token null.
2018-11-08 22:32:22,697 WARN  [main] util.TokenHelper (TokenHelper.java:149) - Could not find token name in params.
org.testng.TestNGException: 
Failure in JUnit mode for class org.apache.struts2.config.entities.ConstantConfigTest: could not create/run JUnit test suite: 
Cannot find JUnit method class junit.framework.TestSuite$1.warning
	at org.testng.junit.JUnitTestRunner.runFailed(JUnitTestRunner.java:237)
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:230)
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211)
	at org.testng.TestRunner$1.run(TestRunner.java:659)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690)
	at org.testng.TestRunner.run(TestRunner.java:597)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
	at org.testng.SuiteRunner.run(SuiteRunner.java:223)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
	at org.testng.TestNG.run(TestNG.java:900)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
Nov 08, 2018 10:32:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@4bb4134d: startup date [Thu Nov 08 22:32:23 UTC 2018]; root of context hierarchy
Nov 08, 2018 10:32:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
Nov 08, 2018 10:32:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6369998a: startup date [Thu Nov 08 22:32:23 UTC 2018]; root of context hierarchy
Nov 08, 2018 10:32:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
Nov 08, 2018 10:32:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@397ddbc8: startup date [Thu Nov 08 22:32:23 UTC 2018]; root of context hierarchy
Nov 08, 2018 10:32:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
2018-11-08 22:32:23,656 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:125) - Access to proxy is blocked! Target class [class com.opensymphony.xwork2.TestSubBean$$EnhancerBySpringCGLIB$$a7a455f] of target [com.opensymphony.xwork2.TestSubBean@3bda4dd3], member [public final void com.opensymphony.xwork2.TestSubBean$$EnhancerBySpringCGLIB$$a7a455f.setExposeProxy(boolean)]
Nov 08, 2018 10:32:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@401b319f: startup date [Thu Nov 08 22:32:23 UTC 2018]; root of context hierarchy
Nov 08, 2018 10:32:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
Nov 08, 2018 10:32:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@58cb1c9a: startup date [Thu Nov 08 22:32:23 UTC 2018]; root of context hierarchy
Nov 08, 2018 10:32:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
Nov 08, 2018 10:32:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1238821a: startup date [Thu Nov 08 22:32:23 UTC 2018]; root of context hierarchy
Nov 08, 2018 10:32:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
Nov 08, 2018 10:32:23 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@36e3f6f7: startup date [Thu Nov 08 22:32:23 UTC 2018]; root of context hierarchy
Nov 08, 2018 10:32:23 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [com/opensymphony/xwork2/spring/actionContext-spring.xml]
2018-11-08 22:32:24,045 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:114) - Package [package org.apache.struts2] of target class [class org.apache.struts2.TestAction] of target [org.apache.struts2.TestAction@6df58c4f] or package [package javax.servlet.jsp.tagext, JavaServer Pages(TM) Specification, version 2.1] of member [public int javax.servlet.jsp.tagext.TagSupport.doStartTag() throws javax.servlet.jsp.JspException] are excluded!
2018-11-08 22:32:24,453 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:99) - Access to static [public static java.lang.String com.opensymphony.xwork2.util.Dog.getDeity()] is blocked!
[INFO] Tests run: 1821, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.638 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1821, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1582 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1575 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.1.1:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Check for updates complete (195 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Central Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished Cpe Suppression Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

spring-core-4.3.13.RELEASE.jar (cpe:/a:pivotal_software:spring_framework:4.3.13, cpe:/a:pivotal:spring_framework:4.3.13, org.springframework:spring-core:4.3.13.RELEASE) : CVE-2018-1270, CVE-2018-1271, CVE-2018-1199, CVE-2018-1272, CVE-2018-11039, CVE-2018-1257, CVE-2018-11040, CVE-2018-1275
bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.598 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [02:25 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:51 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:19 min
[INFO] Finished at: 2018-11-08T22:32:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.1.1:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-core-4.3.13.RELEASE.jar: CVE-2018-1270, CVE-2018-1275
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #115

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/115/display/redirect?page=changes>

Changes:

[yasserzamani] monitor not-monitored loaded files on demand

[yasserzamani] not miss container provided fileUrl and ...

[43964333+JCgH4164838Gh792C124B5] - Introduce a basic FastByteArrayOutputStreamTest test (demonstrates log

[43964333+JCgH4164838Gh792C124B5] - Whitespace fix for FastByteArrayOutputStreamTest.

------------------------------------------
[...truncated 1.21 MB...]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
2018-11-04 23:08:26,983 WARN  [main] interceptor.FileUploadInterceptor (FileUploadInterceptor.java:365) - Content-Type not allowed: inputName "filename.html" "" text/plain
2018-11-04 23:08:27,010 WARN  [main] multipart.JakartaMultiPartRequest (JakartaMultiPartRequest.java:65) - Request exceeded size limit!
org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (157) exceeds the configured maximum (10)
	at org.apache.commons.fileupload.FileUploadBase$FileItemIteratorImpl.<init>(FileUploadBase.java:968) ~[commons-fileupload-1.3.3.jar:1.3.3]
	at org.apache.commons.fileupload.FileUploadBase.getItemIterator(FileUploadBase.java:310) ~[commons-fileupload-1.3.3.jar:1.3.3]
	at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:334) ~[commons-fileupload-1.3.3.jar:1.3.3]
	at org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest.parseRequest(JakartaMultiPartRequest.java:145) ~[classes/:?]
	at org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest.processUpload(JakartaMultiPartRequest.java:88) ~[classes/:?]
	at org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest.parse(JakartaMultiPartRequest.java:63) [classes/:?]
	at org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper.<init>(MultiPartRequestWrapper.java:80) [classes/:?]
	at org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper.<init>(MultiPartRequestWrapper.java:91) [classes/:?]
	at org.apache.struts2.interceptor.FileUploadInterceptorTest.createMultipartRequest(FileUploadInterceptorTest.java:434) [test-classes/:?]
	at org.apache.struts2.interceptor.FileUploadInterceptorTest.testMultipartRequestLocalizedError(FileUploadInterceptorTest.java:398) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
2018-11-04 23:08:27,046 WARN  [main] interceptor.FileUploadInterceptor (FileUploadInterceptor.java:365) - Content-Type not allowed: inputName "filename.html" "" text/html
2018-11-04 23:08:27,146 WARN  [main] components.InputTransferSelect (InputTransferSelect.java:196) - form enclosing inputtransferselect org.apache.struts2.components.InputTransferSelect@16c9963c not found, auto select upon form submit of inputtransferselect will not work
2018-11-04 23:08:28,262 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'dog' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,263 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'cat' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,263 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'someNonExistingKey' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,263 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'someNonExistingKey' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,277 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'cat' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,278 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'dog' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,278 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'nosuchkey' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,278 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'nosuchkey' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,283 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'no_such_key' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,284 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'no_such_key' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,284 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'dog' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,284 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:213) - Unable to find text for key 'cat' in ResourceBundles for locale 'en'
2018-11-04 23:08:28,316 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/myCommand
2018-11-04 23:08:28,317 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/myCommand
2018-11-04 23:08:28,385 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action baz/resultAction
2018-11-04 23:08:28,386 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action baz/resultAction
2018-11-04 23:08:28,457 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Starting execution stack for action Foo
2018-11-04 23:08:28,462 INFO  [main] interceptor.LoggingInterceptor (LoggingInterceptor.java:86) - Finishing execution stack for action Foo
[INFO] Tests run: 1821, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.745 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1821, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1582 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1575 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.1.1:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Check for updates complete (197 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Central Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished Cpe Suppression Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

spring-core-4.3.13.RELEASE.jar (cpe:/a:pivotal_software:spring_framework:4.3.13, cpe:/a:pivotal:spring_framework:4.3.13, org.springframework:spring-core:4.3.13.RELEASE) : CVE-2018-1270, CVE-2018-1271, CVE-2018-1199, CVE-2018-1272, CVE-2018-11039, CVE-2018-1257, CVE-2018-11040, CVE-2018-1275
bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.534 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [38:23 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:56 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:23 min
[INFO] Finished at: 2018-11-04T23:08:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.1.1:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-core-4.3.13.RELEASE.jar: CVE-2018-1270, CVE-2018-1275
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #114

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/114/display/redirect?page=changes>

Changes:

[yasser.zamani] [WW-4973] Upgrades to OGNL 3.2.8 (#258)

[amashchenko] Merge pull request #257 from JCgH4164838Gh792C124B5/localS2_2_5_x_Branch

[amashchenko] WW-4971 Use response encoding for include by default

------------------------------------------
[...truncated 1.50 MB...]
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1756) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.peekChar(XMLEntityScanner.java:490) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2718) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:117) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:648) [?:1.7.0_80]
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:332) [?:1.7.0_80]
	at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:118) [classes/:?]
	at com.opensymphony.xwork2.validator.DefaultValidatorFileParser.parseActionValidatorConfigs(DefaultValidatorFileParser.java:84) [classes/:?]
	at com.opensymphony.xwork2.validator.DefaultValidatorFileParserTest.testParserWithBadXML(DefaultValidatorFileParserTest.java:138) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
2018-11-01 23:12:05,801 WARN  [main] dispatcher.Dispatcher (Dispatcher.java:641) - Could not find action or result: /foo.action
com.opensymphony.xwork2.config.ConfigurationException: There is no Action mapped for namespace [/] and action name [foo] associated with context path [].
	at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:187) ~[classes/:?]
	at org.apache.struts2.factory.StrutsActionProxy.prepare(StrutsActionProxy.java:57) ~[classes/:?]
	at org.apache.struts2.factory.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:32) ~[classes/:?]
	at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:60) ~[classes/:?]
	at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:593) [classes/:?]
	at org.apache.struts2.dispatcher.ExecuteOperations.executeAction(ExecuteOperations.java:79) [classes/:?]
	at org.apache.struts2.dispatcher.filter.StrutsExecuteFilter.doFilter(StrutsExecuteFilter.java:86) [classes/:?]
	at org.apache.struts2.dispatcher.TwoFilterIntegrationTest$4.doFilter(TwoFilterIntegrationTest.java:117) [test-classes/:?]
	at org.apache.struts2.dispatcher.filter.StrutsPrepareFilter.doFilter(StrutsPrepareFilter.java:91) [classes/:?]
	at org.apache.struts2.dispatcher.TwoFilterIntegrationTest.run(TwoFilterIntegrationTest.java:136) [test-classes/:?]
	at org.apache.struts2.dispatcher.TwoFilterIntegrationTest.run(TwoFilterIntegrationTest.java:104) [test-classes/:?]
	at org.apache.struts2.dispatcher.TwoFilterIntegrationTest.test404(TwoFilterIntegrationTest.java:65) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
[INFO] Tests run: 1816, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.056 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1816, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1580 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1573 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.1.1:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Check for updates complete (223 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Central Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished Cpe Suppression Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

spring-core-4.3.13.RELEASE.jar (cpe:/a:pivotal_software:spring_framework:4.3.13, cpe:/a:pivotal:spring_framework:4.3.13, org.springframework:spring-core:4.3.13.RELEASE) : CVE-2018-1270, CVE-2018-1271, CVE-2018-1199, CVE-2018-1272, CVE-2018-11039, CVE-2018-1257, CVE-2018-11040, CVE-2018-1275
bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.473 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [13:38 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:51 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:33 min
[INFO] Finished at: 2018-11-01T23:12:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.1.1:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-core-4.3.13.RELEASE.jar: CVE-2018-1270, CVE-2018-1275
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #113

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/113/display/redirect>

------------------------------------------
[...truncated 1.53 MB...]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
2018-10-28 22:40:44,621 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned.
2018-10-28 22:40:44,622 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ActionProxyFactory), default mapping already assigned.
2018-10-28 22:40:44,622 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.security.ExcludedPatternsChecker), default mapping already assigned.
2018-10-28 22:40:44,637 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/requestUri' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,643 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/requestUri' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,643 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/requestUri' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,644 ERROR [main] components.ActionComponent (ActionComponent.java:287) - Could not execute action: //testAction
java.lang.NullPointerException: null
	at com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters(ParametersInterceptor.java:183) ~[classes/:?]
	at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:129) ~[classes/:?]
	at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:99) ~[classes/:?]
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:251) ~[classes/:?]
	at com.opensymphony.xwork2.DefaultActionProxy.execute(DefaultActionProxy.java:153) ~[classes/:?]
	at org.apache.struts2.components.ActionComponent.executeAction(ActionComponent.java:283) [classes/:?]
	at org.apache.struts2.components.ActionComponent.end(ActionComponent.java:167) [classes/:?]
	at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:39) [classes/:?]
	at org.apache.struts2.views.jsp.ui.FormTagTest.testFormTagForStackOverflowException3(FormTagTest.java:551) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
2018-10-28 22:40:44,688 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned.
2018-10-28 22:40:44,689 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ActionProxyFactory), default mapping already assigned.
2018-10-28 22:40:44,689 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.security.ExcludedPatternsChecker), default mapping already assigned.
2018-10-28 22:40:44,704 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/requestUri' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,710 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/requestUri' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,751 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned.
2018-10-28 22:40:44,752 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ActionProxyFactory), default mapping already assigned.
2018-10-28 22:40:44,752 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.security.ExcludedPatternsChecker), default mapping already assigned.
2018-10-28 22:40:44,814 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned.
2018-10-28 22:40:44,815 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ActionProxyFactory), default mapping already assigned.
2018-10-28 22:40:44,815 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.security.ExcludedPatternsChecker), default mapping already assigned.
2018-10-28 22:40:44,831 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: 'myAction' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,854 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: 'myAction' in namespace: '/'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,896 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned.
2018-10-28 22:40:44,897 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ActionProxyFactory), default mapping already assigned.
2018-10-28 22:40:44,897 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.security.ExcludedPatternsChecker), default mapping already assigned.
2018-10-28 22:40:44,967 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned.
2018-10-28 22:40:44,968 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ActionProxyFactory), default mapping already assigned.
2018-10-28 22:40:44,968 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.security.ExcludedPatternsChecker), default mapping already assigned.
2018-10-28 22:40:44,983 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/foo.jsp' in namespace: ''. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:44,988 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/foo.jsp' in namespace: ''. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:45,029 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ObjectFactory), default mapping already assigned.
2018-10-28 22:40:45,030 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.ActionProxyFactory), default mapping already assigned.
2018-10-28 22:40:45,030 WARN  [main] config.AbstractBeanSelectionProvider (AbstractBeanSelectionProvider.java:88) - Unable to alias bean type (com.opensymphony.xwork2.security.ExcludedPatternsChecker), default mapping already assigned.
2018-10-28 22:40:45,045 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/testNamespace/testNamespaceAction.jspa' in namespace: '/testNamespace'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:45,050 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:201) - No configuration found for the specified action: '/testNamespace/testNamespaceAction.jspa' in namespace: '/testNamespace'. Form action defaulting to 'action' attribute's literal value.
2018-10-28 22:40:45,096 WARN  [main] security.DefaultExcludedPatternsChecker (DefaultExcludedPatternsChecker.java:50) - Overriding excluded patterns [struts.override.excludedPatterns] with [not-existing-pattern], be aware that this affects all instances and safety of your application!
2018-10-28 22:40:45,096 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:113) - Declaring class of member type [public final native java.lang.Class java.lang.Object.getClass()] is excluded!
2018-10-28 22:40:45,097 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:113) - Declaring class of member type [public final native java.lang.Class java.lang.Object.getClass()] is excluded!
2018-10-28 22:40:45,097 ERROR [main] interceptor.ParametersInterceptor (ParametersInterceptor.java:235) - Unexpected Exception caught setting 'class.classLoader.defaultAssertionStatus' on 'class com.opensymphony.xwork2.interceptor.ValidateAction: Error setting expression 'class.classLoader.defaultAssertionStatus' with value 'true'
2018-10-28 22:40:45,098 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:113) - Declaring class of member type [public final native java.lang.Class java.lang.Object.getClass()] is excluded!
2018-10-28 22:40:45,098 WARN  [main] ognl.SecurityMemberAccess (SecurityMemberAccess.java:113) - Declaring class of member type [public final native java.lang.Class java.lang.Object.getClass()] is excluded!
2018-10-28 22:40:45,099 ERROR [main] interceptor.ParametersInterceptor (ParametersInterceptor.java:235) - Unexpected Exception caught setting 'class.classLoader.jarPath' on 'class com.opensymphony.xwork2.interceptor.ValidateAction: Error setting expression 'class.classLoader.jarPath' with value 'bad'
2018-10-28 22:40:45,100 ERROR [main] interceptor.ParametersInterceptor (ParametersInterceptor.java:235) - Unexpected Exception caught setting 'model.class.classLoader.jarPath' on 'class com.opensymphony.xwork2.interceptor.ValidateAction: Error setting expression 'model.class.classLoader.jarPath' with value 'very bad'
2018-10-28 22:40:45,165 ERROR [main] interceptor.ParametersInterceptor (ParametersInterceptor.java:235) - Unexpected Exception caught setting 'expression' on 'class com.opensymphony.xwork2.interceptor.ValidateAction: Error setting expression 'expression' with value '#f=#_memberAccess.getClass().getDeclaredField('allowStaticMethodAccess'),#f.setAccessible(true),#f.set(#_memberAccess,true),#req=@org.apache.struts2.ServletActionContext@getRequest(),#resp=@org.apache.struts2.ServletActionContext@getResponse().getWriter(),#resp.println(#req.getRealPath('/')),#resp.close()'
2018-10-28 22:40:45,165 ERROR [main] interceptor.ParametersInterceptor (ParametersInterceptor.java:235) - Unexpected Exception caught setting 'name' on 'class com.opensymphony.xwork2.interceptor.ValidateAction: Error setting expression 'name' with value '(#context["xwork.MethodAccessor.denyMethodExecution"]= new java.lang.Boolean(false), #_memberAccess["allowStaticMethodAccess"]= new java.lang.Boolean(true), @java.lang.Runtime@getRuntime().exec('mkdir /tmp/PWNAGE'))(meh)'
2018-10-28 22:40:45,166 ERROR [main] interceptor.ParametersInterceptor (ParametersInterceptor.java:235) - Unexpected Exception caught setting 'top['name'](0)' on 'class com.opensymphony.xwork2.interceptor.ValidateAction: Error setting expression 'top['name'](0)' with value 'true'
2018-10-28 22:40:45,327 INFO  [main] impl.DefaultConfiguration$ContainerProperties (DefaultConfiguration.java:522) - Overriding property struts.devMode - old value: false new value: true
2018-10-28 22:40:45,334 WARN  [main] util.AbstractLocalizedTextProvider (AbstractLocalizedTextProvider.java:479) - Missing key [devmode.notification] in bundle [com.opensymphony.xwork2.SimpleAction]!
2018-10-28 22:40:45,335 ERROR [main] interceptor.ParametersInterceptor (ParametersInterceptor.java:235) - Developer Notification (set struts.devMode to false to disable this message):
Unexpected Exception caught setting 'not_a_property' on 'class com.opensymphony.xwork2.SimpleAction: Error setting expression 'not_a_property' with value 'There is no action property named like this'
[INFO] Tests run: 1811, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.266 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1811, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1580 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1573 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.1.1:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Check for updates complete (185 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Central Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished Cpe Suppression Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

spring-core-4.3.13.RELEASE.jar (cpe:/a:pivotal_software:spring_framework:4.3.13, cpe:/a:pivotal:spring_framework:4.3.13, org.springframework:spring-core:4.3.13.RELEASE) : CVE-2018-1270, CVE-2018-1271, CVE-2018-1199, CVE-2018-1272, CVE-2018-11039, CVE-2018-1257, CVE-2018-11040, CVE-2018-1275
bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  1.683 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [10:35 min]
[INFO] Struts 2 Core ...................................... FAILURE [01:54 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:33 min
[INFO] Finished at: 2018-10-28T22:40:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.1.1:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-core-4.3.13.RELEASE.jar: CVE-2018-1270, CVE-2018-1275
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #112

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/112/display/redirect?page=changes>

Changes:

[burton] Added requiredValue to Checkbox Struts Tag as a parameter.  When

[burton] Change Checkbox tag parameter from requiredValue to submitUnchecked

[amashchenko] WW-4875 Add ability to use Java based configuration

[amashchenko] WW-4875 Add location information for java based configuration

[yasser.zamani] WW-4874 Introduces Servlet3 plugin by adding support for async action

[lukaszlenart] Uses OGNL without #context magical key

[lukaszlenart] Adjusts OGNL usage to avoid modify immutable context

[lukaszlenart] Uses OGNL 3.2.2 which always requires MemberAccess

[lukaszlenart] Reuses existing context instead of creating a new MemberAccess each time

[lukaszlenart] Reformats code

[lukaszlenart] Adds empty line

[lukaszlenart] Upgrades to the latest OGNL 3.2.4 version

[aleksandr.7m] replace String.valueOf with Objects.toString to better handle null

[aleksandr.7m] WW-4875 Add convention constant configuration

[aleksandr.7m] WW-4875 Add json constant configuration

[aleksandr.7m] Make ConventionConstantConfig inherit map of constants from

[aleksandr.7m] WW-4875 Add rest constant configuration

[yasser.zamani] WW-4874 Refactors technology name, servlet3, to asset name, async

[yasser.zamani] WW-4874 Adds unit tests

[yasser.zamani] WW-4874 Updates parent version

[aleksandr.7m] WW-4875 Add spring constant configuration

[yasserzamani] WW-4874 Renames local variable inv to invocation

[yasserzamani] define constant for timeout result

[yasserzamani] decrease log level for timeout

[yasserzamani] add async plugin to dependency management

[yasserzamani] add showcase for async plugin

[zhouyanming] Align OptGroup with Select

[amashchenko] WW-4915 Replace deprecated commons-lang3 classes (add commons-text

[amashchenko] WW-4915 Replace deprecated commons-lang3 classes (replace

[amashchenko] WW-4915 Replace deprecated commons-lang3 classes (replace

[yasserzamani] fix java.net.JarURLConnection#parseSpecs

[yasserzamani] comment jira issue id and fix a few typos

[yasserzamani] replace sun.net.www.ParseUtil#decode

[lukaszlenart] Adds Jackson XML binding dependency

[lukaszlenart] Defines a new handler using Jackson XML

[lukaszlenart] Adds test to cover basic functionality

[lukaszlenart] Adds example how to use the handler

[lukaszlenart] Upgrades OWASP Dependency Check plugin to the latest version and reduces

[yasserzamani] fix javadoc to being consistent with WW-3915 changes

[paul.zepernick] WW-4923 Null check to avoid NPE when not passing a JDBC connection to

[lukaszlenart] Cleans up suppression file and uses full path

[lukaszlenart] Fixes suppression file

[yasserzamani] add test if connection close after result

[yasserzamani] initialize session

[lukaszlenart] Adds explanation how to use the commented configuration

[yasserzamani] make newly added methods protected to allow users to override them

[github] fix location with full path of resource

[lukaszlenart] [maven-release-plugin] prepare release STRUTS_2_5_16

[lukaszlenart] [maven-release-plugin] prepare for next development iteration

[amashchenko] WW-685 Add class to hold conversion related data

[amashchenko] WW-685 Add generic type conversion error message

[amashchenko] WW-685 Add tests

[amashchenko] WW-685 Fix getText expression

[github] fix two issues for ListUIBean

[github] convert supplied value to list when isn't iterable

[yasserzamani] fix list when not found in stack and so is null

[amashchenko] Add ognlAutoGrowthCollectionLimit constant to java config

[amashchenko] Add tests for java configuration

[lukaszlenart] Upgrades to OGNL 3.2.5

[lukaszlenart] Upgrades dependencies to Servlet API 2.5 and JSP API 2.1

[lukaszlenart] Uses proper headers in web.xml

[lukaszlenart] Implements missing method

[lukaszlenart] Adds missing JavaDoc

[lukaszlenart] Adds a test to cover missing access to #context

[amashchenko] WW-4928 Using the same default value delimiter for system properties

[lukaszlenart] Drops unused TypeConverter

[lukaszlenart] Removes unused imports

[lukaszlenart] Cleans up code a bit

[burton] Change Checkbox tag parameter submitUnchecked default value to "false"

[burton] Fix broken tests due to checkbox submitUnchecked default value change

[lukaszlenart] Moves tests to proper package and adds one more test case

[amashchenko] WW-4865 Change submitUnchecked type to Boolean

[lukaszlenart] Uses proper parent's version

[lukaszlenart] Reverts the previous access state of the method

[loomchild] Adds sorted and navigable set support JSON plugin

[loomchild] Adds deque and queue support JSON plugin

[yasserzamani] upgrade Tiles to 3.0.8

[yasserzamani] honor .properties file before the generic parametrics

[stefaan.dutry] drop searchValueStack attribute from the s:text tag

[stefaan.dutry] drop deprecated logging layer

[stefaan.dutry] remove TimerInterceptor

[stefaan.dutry] remove ObjectProfiler

[stefaan.dutry] remove UtilTimerStack

[stefaan.dutry] fix RestActionInvocation

[stefaan.dutry] remove ProfilingTimerBean

[stefaan.dutry] further clean up after rmoving profiling layer

[stefaan.dutry] update commons-beanutils dependency to version 1.9.3

[stefaan.dutry] remove deprecated XWork constants

[stefaan.dutry] fix broken tests.

[stefaan.dutry] fix constant used for addition accepted patterns

[stefaan.dutry] fix order, and therefore value, of the builder constants

[stefaan.dutry] fix test by fixing config constant name

[stefaan.dutry] fix tests by fixing constantnames

[stefaan.dutry] update Apache FreeMarker to version 2.3.28

[stefaan.dutry] drop convertIfExist method

[yasserzamani] delete unused local variable timerKey

[amashchenko] Remove deprecated exceptions

[ssullivan] add 'sun.misc.' to struts.excludedPackageNames

[ssullivan] WW-4769 add unit tests to verify immutable collections

[ssullivan] add unit test for Dispatcher init()

[ssullivan] Jackson 2.9.6

[ssullivan] add 'com.opensymphony.xwork2.ognl.' to excludedPackageNames

[shell_layer-github] fix typos in README

[shell_layer-github] fix more typos in README

[lukaszlenart] Adds Maven wrapper to allow use the latest Maven version

[lukaszlenart] Avoids parsing namespace when using existing namespace

[lukaszlenart] Increases scope when location parsing is avoided

[lukaszlenart] Upgrades Jackson libs to version 2.9.5

[lukaszlenart] Makes OgnlUtil more immutable

[lukaszlenart] Adds proper handling of primitive types

[lukaszlenart] Adds more general exclusion

[lukaszlenart] Validates action, namespace and method in the same way

[lukaszlenart] delete redundant code for performance

[lukaszlenart] Fixes how dependencies are injected into constructor

[lukaszlenart] add an extra unit test

[lukaszlenart] Fixes conflicts after cherry-picked changes from 2.5.x branch

[lukaszlenart] WW-4955 Upgrades OGNL to version 3.2.6

[lukaszlenart] Adds additional test to check is ArrayList.size() is accessible

[github] Fix logging messages

[lukaszlenart] WW-4954 Adds a test case to cover accessing ArrayList

[amashchenko] Better logging message (for WW-4954)

[amashchenko] Improve log messages in SecurityMemberAccess

[amashchenko] WW-4956 Upgrade to Log4j2 2.11.1

[lukaszlenart] Adds missing header with license

[lukaszlenart] WW-4954 Moves XWorkList out of util package

[github] Fixed grammar

[yasserzamani] delete temp files on close instead of on JVM exists

[yasserzamani] monitor file only if needed

[lukaszlenart] WW-4951 Upgrades to the latest struts master to support SHA256/512

[lukaszlenart] WW-4963 Implements new SessionAware interface that uses withSession

[lukaszlenart] WW-4963 Implements new ServletRequestAware interface that uses

[lukaszlenart] WW-4963 Implements new ServletResponseAware interface that uses

[lukaszlenart] WW-4963 Implements new ApplicationAware interface that uses

[thinkshihang] Fix typo in a local vairalbe naming

[lukaszlenart] WW-4963 Implements new PrincipalAware interface that uses

[lukaszlenart] WW-4963 Implements new BundleContextAware interface that uses

[lukaszlenart] WW-4963 Implements new CookiesAware interface that uses withCookies

[lukaszlenart] WW-4963 Implements new PortletContextAware interface that uses

[lukaszlenart] WW-4963 Implements new PortletPreferencesAware interface that uses

[lukaszlenart] WW-4963 Implements new PortletRequestAware interface that uses

[lukaszlenart] WW-4963 Implements new PortletResponseAware interface with a test that

[lukaszlenart] WW-4963 Implements new ParametersAware interface that uses

[lukaszlenart] WW-4963 Implements new ServiceAware interface that uses withServices

[lukaszlenart] WW-4963 Implements new ServletContextAware interface and fixes actions

[yasserzamani] fix false positive test pass

[lukaszlenart] Fixes problem with building on Java 8 after upgrading to the latest

[lukaszlenart] Drops irrelevant profile

[lukaszlenart] WW-4952 Uses struts parent 13 to fix issue with wrong release profile

[yasserzamani] increase test coverage

[lukaszlenart] WW-4965 Upgrades OGNL to version 3.2.7

[43964333+JCgH4164838Gh792C124B5] Minor config fixes for the Showcase Application: 1) Token examples.

------------------------------------------
[...truncated 1.58 MB...]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
2018-10-25 22:42:52,417 WARN  [main] dispatcher.Dispatcher (Dispatcher.java:641) - Could not find action or result: /foo.action
com.opensymphony.xwork2.config.ConfigurationException: There is no Action mapped for namespace [/] and action name [foo] associated with context path [].
	at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:187) ~[classes/:?]
	at org.apache.struts2.factory.StrutsActionProxy.prepare(StrutsActionProxy.java:57) ~[classes/:?]
	at org.apache.struts2.factory.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:32) ~[classes/:?]
	at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:60) ~[classes/:?]
	at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:593) [classes/:?]
	at org.apache.struts2.dispatcher.ExecuteOperations.executeAction(ExecuteOperations.java:79) [classes/:?]
	at org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:140) [classes/:?]
	at org.apache.struts2.dispatcher.StrutsPrepareAndExecuteFilterIntegrationTest.test404(StrutsPrepareAndExecuteFilterIntegrationTest.java:58) [test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
	at junit.framework.TestCase.runTest(TestCase.java:176) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.runBare(TestCase.java:141) [junit-4.12.jar:4.12]
	at junit.framework.TestResult$1.protect(TestResult.java:122) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.runProtected(TestResult.java:142) [junit-4.12.jar:4.12]
	at junit.framework.TestResult.run(TestResult.java:125) [junit-4.12.jar:4.12]
	at junit.framework.TestCase.run(TestCase.java:129) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
	at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
	at org.testng.junit.JUnitTestRunner.doRun(JUnitTestRunner.java:250) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211) [testng-5.14.10.jar:?]
	at org.testng.TestRunner$1.run(TestRunner.java:659) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690) [testng-5.14.10.jar:?]
	at org.testng.TestRunner.run(TestRunner.java:597) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunner.run(SuiteRunner.java:223) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) [testng-5.14.10.jar:?]
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039) [testng-5.14.10.jar:?]
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964) [testng-5.14.10.jar:?]
	at org.testng.TestNG.run(TestNG.java:900) [testng-5.14.10.jar:?]
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146) [surefire-testng-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119) [surefire-booter-2.20.1.jar:2.20.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407) [surefire-booter-2.20.1.jar:2.20.1]
org.testng.TestNGException: 
Failure in JUnit mode for class org.apache.struts2.config.entities.ConstantConfigTest: could not create/run JUnit test suite: 
Cannot find JUnit method class junit.framework.TestSuite$1.warning
	at org.testng.junit.JUnitTestRunner.runFailed(JUnitTestRunner.java:237)
	at org.testng.junit.JUnitTestRunner.start(JUnitTestRunner.java:230)
	at org.testng.junit.JUnitTestRunner.run(JUnitTestRunner.java:211)
	at org.testng.TestRunner$1.run(TestRunner.java:659)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
	at org.testng.TestRunner.privateRunJUnit(TestRunner.java:690)
	at org.testng.TestRunner.run(TestRunner.java:597)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:312)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:274)
	at org.testng.SuiteRunner.run(SuiteRunner.java:223)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1039)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:964)
	at org.testng.TestNG.run(TestNG.java:900)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:198)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:94)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:373)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:334)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:119)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 1, Failures: 0, Skips: 0
===============================================

2018-10-25 22:42:54,160 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:264) - Unknown value for includeParams parameter to URL tag: unknown
2018-10-25 22:42:54,162 WARN  [main] components.ServletUrlRenderer (ServletUrlRenderer.java:264) - Unknown value for includeParams parameter to URL tag: unknown
[INFO] Tests run: 1811, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 105.187 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1811, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ struts2-core ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: src/main/resources/org/apache/struts2/static/domTT.js
[INFO] Exclude: src/site/resources/tags/**/*.html
[INFO] Exclude: src/main/resources/*LICENSE.txt
[INFO] Exclude: src/test/resources/**/*.txt
[INFO] Exclude: src/main/webapp/**/*.css
[INFO] Exclude: src/main/webapp/**/*.map
[INFO] Exclude: src/main/webapp/**/*.js
[INFO] Exclude: src/main/webapp/**/*.svg
[INFO] Exclude: src/main/webapp/**/*.txt
[INFO] Exclude: src/main/resources/**/sitegraph-usage.txt
[INFO] Exclude: src/main/resources/**/docs-urls.txt
[INFO] Exclude: src/etc/header.txt
[INFO] Exclude: src/main/resources/static/css/**/*.css
[INFO] Exclude: src/main/resources/static/js/**/*.js
[INFO] Exclude: src/main/resources/docs.cfg
[INFO] Exclude: src/main/webapp/fonts/**/*
[INFO] 1580 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1573 licenses.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ struts2-core >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ struts2-core ---
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ struts2-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ struts2-core ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/core/target/struts2-core-2.6-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check-maven:3.1.1:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Check for updates complete (196 ms)
[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Central Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished Cpe Suppression Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (6 seconds)
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 Core:

spring-core-4.3.13.RELEASE.jar (cpe:/a:pivotal_software:spring_framework:4.3.13, cpe:/a:pivotal:spring_framework:4.3.13, org.springframework:spring-core:4.3.13.RELEASE) : CVE-2018-1270, CVE-2018-1271, CVE-2018-1199, CVE-2018-1272, CVE-2018-11039, CVE-2018-1257, CVE-2018-11040, CVE-2018-1275
bsh-2.0b4.jar (org.beanshell:bsh:2.0b4, cpe:/a:beanshell_project:beanshell:2.0.b4) : CVE-2016-2510


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  2.799 s]
[INFO] Struts 2 2.6-SNAPSHOT .............................. SUCCESS [11:56 min]
[INFO] Struts 2 Core ...................................... FAILURE [02:38 min]
[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 Async 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] Struts 2 Assembly 2.6-SNAPSHOT ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:41 min
[INFO] Finished at: 2018-10-25T22:43:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.1.1:check (default) on project struts2-core: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-core-4.3.13.RELEASE.jar: CVE-2018-1270, CVE-2018-1275
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[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
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #111

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/111/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/struts.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/struts.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: unable to read tree ea9e43894bed7861e9adab5fbbde38e1ab49d42d

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:463)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor286.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/struts.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/struts.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: unable to read tree ea9e43894bed7861e9adab5fbbde38e1ab49d42d

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:463)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor286.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/struts.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/struts.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: unable to read tree ea9e43894bed7861e9adab5fbbde38e1ab49d42d

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:463)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor286.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

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


Build failed in Jenkins: Struts-master-JDK7-dependency-check #110

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/110/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace <https://builds.apache.org/job/Struts-master-JDK7-dependency-check/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/struts.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/struts.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: unable to read tree ea9e43894bed7861e9adab5fbbde38e1ab49d42d

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:463)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor286.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/struts.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/struts.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: unable to read tree ea9e43894bed7861e9adab5fbbde38e1ab49d42d

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:463)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor286.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/struts.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/struts.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git reset --hard" returned status code 128:
stdout: 
stderr: fatal: unable to read tree ea9e43894bed7861e9adab5fbbde38e1ab49d42d

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1970)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1966)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.reset(CliGitAPIImpl.java:463)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clean(CliGitAPIImpl.java:786)
	at hudson.plugins.git.GitAPI.clean(GitAPI.java:311)
	at sun.reflect.GeneratedMethodAccessor286.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
		at com.sun.proxy.$Proxy118.clean(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.clean(RemoteGitImpl.java:450)
		at hudson.plugins.git.extensions.impl.CleanBeforeCheckout.decorateFetchCommand(CleanBeforeCheckout.java:30)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:884)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

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