You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/08/08 12:22:21 UTC

Build failed in Jenkins: CXF-Master-Analysis #190

See <https://builds.apache.org/job/CXF-Master-Analysis/190/display/redirect?page=changes>

Changes:

[sberyozkin] [CXF-6833] Removing Observable providers which do not work

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 35639ab59aabf4cace331f49505b699f164df0b1 (refs/remotes/origin/master)
Commit message: "[CXF-6833] Removing Observable providers which do not work asynchronously"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 35639ab59aabf4cace331f49505b699f164df0b1
 > git rev-list 925140208cec32341908100d44894d5993386fe9 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@7602849c:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Jenkins build is back to normal : CXF-Master-Analysis #210

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/210/display/redirect?page=changes>


Build failed in Jenkins: CXF-Master-Analysis #209

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/209/display/redirect?page=changes>

Changes:

[dkulp] Update to Eclipse Oxygen, remove the new warnings

[dkulp] Update PMD setup for -Psetup.eclipse to configure PMD for eclipse-pmd

------------------------------------------
[...truncated 141.24 KB...]
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/transfer/pom.xml> to org.apache.cxf/cxf-rt-ws-transfer/3.2.0-SNAPSHOT/cxf-rt-ws-transfer-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/uncategorized/pom.xml> to org.apache.cxf.systests/cxf-systests-uncategorized/3.2.0-SNAPSHOT/cxf-systests-uncategorized-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/wsdl/pom.xml> to org.apache.cxf/cxf-rt-wsdl/3.2.0-SNAPSHOT/cxf-rt-wsdl-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-service/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-service/3.2.0-SNAPSHOT/cxf-services-xkms-service-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/common/pom.xml> to org.apache.cxf/cxf-tools-common/3.2.0-SNAPSHOT/cxf-tools-common-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/wsdlto/core/pom.xml> to org.apache.cxf/cxf-tools-wsdlto-core/3.2.0-SNAPSHOT/cxf-tools-wsdlto-core-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/pom.xml> to org.apache.cxf.services/cxf-services/3.2.0-SNAPSHOT/cxf-services-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/jaxws/pom.xml> to org.apache.cxf.systests/cxf-systests-jaxws/3.2.0-SNAPSHOT/cxf-systests-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/wsdlto/frontend/jaxws/pom.xml> to org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws/3.2.0-SNAPSHOT/cxf-tools-wsdlto-frontend-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/pom.xml> to org.apache.cxf.samples/cxf-samples/3.2.0-SNAPSHOT/cxf-samples-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ruby_spring_support/pom.xml> to org.apache.cxf.samples/ruby_spring_support/3.2.0-SNAPSHOT/ruby_spring_support-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml> to org.apache.cxf.samples/jax_rs_tracing_htrace/3.2.0-SNAPSHOT/jax_rs_tracing_htrace-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/clustering/pom.xml> to org.apache.cxf/cxf-rt-features-clustering/3.2.0-SNAPSHOT/cxf-rt-features-clustering-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-producers/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-producers-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml> to org.apache.cxf.archetype/cxf-jaxrs-service/3.2.0-SNAPSHOT/cxf-jaxrs-service-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/databinding/pom.xml> to org.apache.cxf.systests/cxf-systests-databinding/3.2.0-SNAPSHOT/cxf-systests-databinding-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/aegis_standalone/pom.xml> to org.apache.cxf.samples/aegis-standalone/3.2.0-SNAPSHOT/aegis-standalone-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/logging/pom.xml> to org.apache.cxf/cxf-rt-features-logging/3.2.0-SNAPSHOT/cxf-rt-features-logging-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-weld-no-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-weld-no-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/big_query/pom.xml> to org.apache.cxf.samples/jax_rs_big_query/3.2.0-SNAPSHOT/jax_rs_big_query-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/policy/pom.xml> to org.apache.cxf/cxf-rt-ws-policy/3.2.0-SNAPSHOT/cxf-rt-ws-policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/kerberos/pom.xml> to org.apache.cxf.systests/cxf-systests-kerberos/3.2.0-SNAPSHOT/cxf-systests-kerberos-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/advanced/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-advanced/3.2.0-SNAPSHOT/cxf-services-sts-systests-advanced-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml> to org.apache.cxf.samples/jax_rs_tracing_brave_osgi/3.2.0-SNAPSHOT/jax_rs_tracing_brave_osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-http-sci/pom.xml> to org.apache.cxf.systests/cxf-systests-http-sci/3.2.0-SNAPSHOT/cxf-systests-http-sci-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/ws-discovery/ws-discovery-api/pom.xml> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-api/3.2.0-SNAPSHOT/cxf-services-ws-discovery-api-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-security/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-security/3.2.0-SNAPSHOT/cxf-systests-rs-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_spring_support/pom.xml> to org.apache.cxf.samples/java_first_spring_support/3.2.0-SNAPSHOT/java_first_spring_support-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/throttling/pom.xml> to org.apache.cxf/cxf-rt-features-throttling/3.2.0-SNAPSHOT/cxf-rt-features-throttling-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/karaf/commands/pom.xml> to org.apache.cxf.karaf/cxf-karaf-commands/3.2.0-SNAPSHOT/cxf-karaf-commands-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_policy/pom.xml> to org.apache.cxf.samples/ws_policy/3.2.0-SNAPSHOT/ws_policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/pom.xml> to org.apache.cxf/cxf-rt-features/3.2.0-SNAPSHOT/cxf-rt-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/pom.xml> to org.apache.cxf.systests/cxf-systests/3.2.0-SNAPSHOT/cxf-systests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/pom.xml> to org.apache.cxf/cxf-rt-rs-security/3.2.0-SNAPSHOT/cxf-rt-rs-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/callback/pom.xml> to org.apache.cxf.samples/callback/3.2.0-SNAPSHOT/callback-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-undertow/pom.xml> to org.apache.cxf/cxf-rt-transports-http-undertow/3.2.0-SNAPSHOT/cxf-rt-transports-http-undertow-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/jose-parent/jose-jaxrs/pom.xml> to org.apache.cxf/cxf-rt-rs-security-jose-jaxrs/3.2.0-SNAPSHOT/cxf-rt-rs-security-jose-jaxrs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml> to org.apache.cxf.samples/jax_rs_websocket_web/3.2.0-SNAPSHOT/jax_rs_websocket_web-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-itests/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-itests/3.2.0-SNAPSHOT/cxf-services-sts-systests-itests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/wsdl_first/pom.xml> to org.apache.cxf.samples/wsdl_first/3.2.0-SNAPSHOT/wsdl_first-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-weld/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-weld/3.2.0-SNAPSHOT/cxf-systests-cdi-weld-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_queue/pom.xml> to org.apache.cxf.samples/jms_queue/3.2.0-SNAPSHOT/jms_queue-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/java2ws-plugin/pom.xml> to org.apache.cxf/cxf-java2ws-plugin/3.2.0-SNAPSHOT/cxf-java2ws-plugin-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_spring_config/pom.xml> to org.apache.cxf.samples/jms_spring_config/3.2.0-SNAPSHOT/jms_spring_config-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms/3.2.0-SNAPSHOT/cxf-services-xkms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/basic/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-basic/3.2.0-SNAPSHOT/cxf-services-sts-systests-basic-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-security/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-security/3.2.0-SNAPSHOT/cxf-systests-ws-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/wadl2java-plugin/pom.xml> to org.apache.cxf/cxf-wadl2java-plugin/3.2.0-SNAPSHOT/cxf-wadl2java-plugin-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-netty/netty-client/pom.xml> to org.apache.cxf/cxf-rt-transports-http-netty-client/3.2.0-SNAPSHOT/cxf-rt-transports-http-netty-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/javascript-tests/pom.xml> to org.apache.cxf/cxf-rt-javascript-tests/3.2.0-SNAPSHOT/cxf-rt-javascript-tests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_async/pom.xml> to org.apache.cxf.samples/jaxws_async/3.2.0-SNAPSHOT/jaxws_async-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-specs/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-specs/3.2.0-SNAPSHOT/cxf-systests-ws-specs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/frontend/simple/pom.xml> to org.apache.cxf/cxf-rt-frontend-simple/3.2.0-SNAPSHOT/cxf-rt-frontend-simple-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-features/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-features/3.2.0-SNAPSHOT/cxf-services-xkms-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/integration/spring-boot/pom.xml> to org.apache.cxf/cxf-integration-spring-boot/3.2.0-SNAPSHOT/cxf-integration-spring-boot-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/javascript-rt/pom.xml> to org.apache.cxf/cxf-rt-javascript/3.2.0-SNAPSHOT/cxf-rt-javascript-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml> to org.apache.cxf.samples/jax_rs_description_swagger2_web/3.2.0-SNAPSHOT/jax_rs_description_swagger2_web-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml> to org.apache.cxf.samples/eureka-registry-for-cxf/3.2.0-SNAPSHOT/eureka-registry-for-cxf-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml> to org.apache.cxf.samples/jax_rs_sse_cdi/3.2.0-SNAPSHOT/jax_rs_sse_cdi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_jms/pom.xml> to org.apache.cxf.samples/java_first_jms/3.2.0-SNAPSHOT/java_first_jms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/databinding/jaxb/pom.xml> to org.apache.cxf/cxf-rt-databinding-jaxb/3.2.0-SNAPSHOT/cxf-rt-databinding-jaxb-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-security-examples/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-security-examples/3.2.0-SNAPSHOT/cxf-systests-ws-security-examples-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/bundle/compatible/pom.xml> to org.apache.cxf/cxf-bundle-compatible/3.2.0-SNAPSHOT/cxf-bundle-compatible-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-common/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-common/3.2.0-SNAPSHOT/cxf-services-xkms-common-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/frontend/jaxws/pom.xml> to org.apache.cxf/cxf-rt-frontend-jaxws/3.2.0-SNAPSHOT/cxf-rt-frontend-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/jose-parent/jose/pom.xml> to org.apache.cxf/cxf-rt-rs-security-jose/3.2.0-SNAPSHOT/cxf-rt-rs-security-jose-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse/3.2.0-SNAPSHOT/cxf-systests-rs-sse-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/jaxrs/pom.xml> to org.apache.cxf.systests/cxf-systests-jaxrs/3.2.0-SNAPSHOT/cxf-systests-jaxrs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/pom.xml> to org.apache.cxf.systests/cxf-wsdl-maven/3.2.0-SNAPSHOT/cxf-wsdl-maven-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf-scan-client/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-scan-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/oauth/server/pom.xml> to org.apache.cxf.samples/oauth_demo-server/3.2.0-SNAPSHOT/oauth_demo-server-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/pom.xml> to org.apache.cxf/cxf-rt/3.2.0-SNAPSHOT/cxf-rt-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/websocket/pom.xml> to org.apache.cxf/cxf-rt-transports-websocket/3.2.0-SNAPSHOT/cxf-rt-transports-websocket-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-multiple-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-multiple-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/wsn/wsn-core/pom.xml> to org.apache.cxf.services.wsn/cxf-services-wsn-core/3.2.0-SNAPSHOT/cxf-services-wsn-core-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-no-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-no-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-client/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-client/3.2.0-SNAPSHOT/cxf-services-xkms-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-itests/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-itests/3.2.0-SNAPSHOT/cxf-services-xkms-itests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/transport-jms/pom.xml> to org.apache.cxf.systests/cxf-systests-transport-jms/3.2.0-SNAPSHOT/cxf-systests-transport-jms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/corba/pom.xml> to org.apache.cxf/cxf-tools-corba/3.2.0-SNAPSHOT/cxf-tools-corba-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/transports-ssl3/pom.xml> to org.apache.cxf.systests/cxf-systests-transports-ssl3/3.2.0-SNAPSHOT/cxf-systests-transports-ssl3-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-rm/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-rm/3.2.0-SNAPSHOT/cxf-systests-ws-rm-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-hc/pom.xml> to org.apache.cxf/cxf-rt-transports-http-hc/3.2.0-SNAPSHOT/cxf-rt-transports-http-hc-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml> to org.apache.cxf.samples/wssec_sign_enc_policy/3.2.0-SNAPSHOT/wssec_sign_enc_policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/wsn/wsn-osgi/pom.xml> to org.apache.cxf.services.wsn/cxf-services-wsn-osgi/3.2.0-SNAPSHOT/cxf-services-wsn-osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_addressing/pom.xml> to org.apache.cxf.samples/ws_addressing/3.2.0-SNAPSHOT/ws_addressing-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/rs-sse-base/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse-base/3.2.0-SNAPSHOT/cxf-systests-rs-sse-base-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/pom.xml> to org.apache.cxf/cxf-runtime-javascript/3.2.0-SNAPSHOT/cxf-runtime-javascript-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml> to org.apache.cxf.samples/jax_rs_sse_spring/3.2.0-SNAPSHOT/jax_rs_sse_spring-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/pom.xml> to org.apache.cxf/cxf-rt-transports/3.2.0-SNAPSHOT/cxf-rt-transports-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/bundle/pom.xml> to org.apache.cxf/cxf-bundle-parent/3.2.0-SNAPSHOT/cxf-bundle-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/security/pom.xml> to org.apache.cxf/cxf-rt-security/3.2.0-SNAPSHOT/cxf-rt-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-osgi/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-osgi/3.2.0-SNAPSHOT/cxf-services-sts-systests-osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml> to org.apache.cxf.samples/jax_rs_content_negotiation/3.2.0-SNAPSHOT/jax_rs_content_negotiation-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/ws-discovery/pom.xml> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery/3.2.0-SNAPSHOT/cxf-services-ws-discovery-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/integration/tracing/tracing-brave/pom.xml> to org.apache.cxf/cxf-integration-tracing-brave/3.2.0-SNAPSHOT/cxf-integration-tracing-brave-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/manifest/pom.xml> to org.apache.cxf/cxf-distribution-manifest/3.2.0-SNAPSHOT/cxf-distribution-manifest-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth2/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth2/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth2-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/codegen/pom.xml> to org.apache.cxf.systests.wsdl_maven/cxf-systests-codegen/3.2.0-SNAPSHOT/cxf-systests-codegen-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/pom.xml> to org.apache.cxf/cxf-rt-ws/3.2.0-SNAPSHOT/cxf-rt-ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth2-saml/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth2-saml/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth2-saml-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-jetty/pom.xml> to org.apache.cxf/cxf-rt-transports-http-jetty/3.2.0-SNAPSHOT/cxf-rt-transports-http-jetty-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/java2ws/pom.xml> to org.apache.cxf.systests.wsdl_maven/cxf-systests-java2ws/3.2.0-SNAPSHOT/cxf-systests-java2ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/pom.xml> to org.apache.cxf/cxf-tools/3.2.0-SNAPSHOT/cxf-tools-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/corba/bank/pom.xml> to org.apache.cxf.samples/corba-bank/3.2.0-SNAPSHOT/corba-bank-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/soap_header/pom.xml> to org.apache.cxf.samples/soap_header/3.2.0-SNAPSHOT/soap_header-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/parent/pom.xml> to org.apache.cxf/cxf-parent/3.2.0-SNAPSHOT/cxf-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/pom.xml> to org.apache.cxf/cxf-maven-plugins/3.2.0-SNAPSHOT/cxf-maven-plugins-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-features/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-features/3.2.0-SNAPSHOT/cxf-services-sts-systests-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml> to org.apache.cxf.samples/jax_ws_tracing_brave_osgi/3.2.0-SNAPSHOT/jax_ws_tracing_brave_osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/websocket/pom.xml> to org.apache.cxf.samples/jax_rs_websocket/3.2.0-SNAPSHOT/jax_rs_websocket-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_jaxws/pom.xml> to org.apache.cxf.samples/java_first_jaxws/3.2.0-SNAPSHOT/java_first_jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_handlers/pom.xml> to org.apache.cxf.samples/jaxws_handlers/3.2.0-SNAPSHOT/jaxws_handlers-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_client/pom.xml> to org.apache.cxf.samples/jax_rs_sse_client/3.2.0-SNAPSHOT/jax_rs_sse_client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/javato/ws/pom.xml> to org.apache.cxf/cxf-tools-java2ws/3.2.0-SNAPSHOT/cxf-tools-java2ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/karaf/pom.xml> to org.apache.cxf.karaf/karaf-parent/3.2.0-SNAPSHOT/karaf-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-netty/netty-server/pom.xml> to org.apache.cxf/cxf-rt-transports-http-netty-server/3.2.0-SNAPSHOT/cxf-rt-transports-http-netty-server-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_spec_demo/pom.xml> to org.apache.cxf.samples/jms_spec_demo/3.2.0-SNAPSHOT/jms_spec_demo-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/in_jvm_transport/pom.xml> to org.apache.cxf.samples/in_jvm_transport/3.2.0-SNAPSHOT/in_jvm_transport-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http/pom.xml> to org.apache.cxf/cxf-rt-transports-http/3.2.0-SNAPSHOT/cxf-rt-transports-http-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf-scan-app/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-scan-app-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/rs-sse-undertow/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse-undertow/3.2.0-SNAPSHOT/cxf-systests-rs-sse-undertow-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
channel stopped

Build failed in Jenkins: CXF-Master-Analysis #208

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/208/display/redirect?page=changes>

Changes:

[dkulp] [CXF-7469] Update DocLiteralInInterceptor to make sure @SchemaValidation

[dkulp] Look at some XXX comments and remove them

[dkulp] Update type-test to enable some types that have been disabled for a long

------------------------------------------
[...truncated 140.35 KB...]
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/transfer/pom.xml> to org.apache.cxf/cxf-rt-ws-transfer/3.2.0-SNAPSHOT/cxf-rt-ws-transfer-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/uncategorized/pom.xml> to org.apache.cxf.systests/cxf-systests-uncategorized/3.2.0-SNAPSHOT/cxf-systests-uncategorized-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/wsdl/pom.xml> to org.apache.cxf/cxf-rt-wsdl/3.2.0-SNAPSHOT/cxf-rt-wsdl-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-service/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-service/3.2.0-SNAPSHOT/cxf-services-xkms-service-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/common/pom.xml> to org.apache.cxf/cxf-tools-common/3.2.0-SNAPSHOT/cxf-tools-common-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/wsdlto/core/pom.xml> to org.apache.cxf/cxf-tools-wsdlto-core/3.2.0-SNAPSHOT/cxf-tools-wsdlto-core-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/pom.xml> to org.apache.cxf.services/cxf-services/3.2.0-SNAPSHOT/cxf-services-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/jaxws/pom.xml> to org.apache.cxf.systests/cxf-systests-jaxws/3.2.0-SNAPSHOT/cxf-systests-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/wsdlto/frontend/jaxws/pom.xml> to org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws/3.2.0-SNAPSHOT/cxf-tools-wsdlto-frontend-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/pom.xml> to org.apache.cxf.samples/cxf-samples/3.2.0-SNAPSHOT/cxf-samples-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ruby_spring_support/pom.xml> to org.apache.cxf.samples/ruby_spring_support/3.2.0-SNAPSHOT/ruby_spring_support-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml> to org.apache.cxf.samples/jax_rs_tracing_htrace/3.2.0-SNAPSHOT/jax_rs_tracing_htrace-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/clustering/pom.xml> to org.apache.cxf/cxf-rt-features-clustering/3.2.0-SNAPSHOT/cxf-rt-features-clustering-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-producers/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-producers-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml> to org.apache.cxf.archetype/cxf-jaxrs-service/3.2.0-SNAPSHOT/cxf-jaxrs-service-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/databinding/pom.xml> to org.apache.cxf.systests/cxf-systests-databinding/3.2.0-SNAPSHOT/cxf-systests-databinding-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/aegis_standalone/pom.xml> to org.apache.cxf.samples/aegis-standalone/3.2.0-SNAPSHOT/aegis-standalone-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/logging/pom.xml> to org.apache.cxf/cxf-rt-features-logging/3.2.0-SNAPSHOT/cxf-rt-features-logging-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-weld-no-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-weld-no-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/big_query/pom.xml> to org.apache.cxf.samples/jax_rs_big_query/3.2.0-SNAPSHOT/jax_rs_big_query-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/policy/pom.xml> to org.apache.cxf/cxf-rt-ws-policy/3.2.0-SNAPSHOT/cxf-rt-ws-policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/kerberos/pom.xml> to org.apache.cxf.systests/cxf-systests-kerberos/3.2.0-SNAPSHOT/cxf-systests-kerberos-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/advanced/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-advanced/3.2.0-SNAPSHOT/cxf-services-sts-systests-advanced-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml> to org.apache.cxf.samples/jax_rs_tracing_brave_osgi/3.2.0-SNAPSHOT/jax_rs_tracing_brave_osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-http-sci/pom.xml> to org.apache.cxf.systests/cxf-systests-http-sci/3.2.0-SNAPSHOT/cxf-systests-http-sci-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/ws-discovery/ws-discovery-api/pom.xml> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-api/3.2.0-SNAPSHOT/cxf-services-ws-discovery-api-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-security/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-security/3.2.0-SNAPSHOT/cxf-systests-rs-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_spring_support/pom.xml> to org.apache.cxf.samples/java_first_spring_support/3.2.0-SNAPSHOT/java_first_spring_support-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/throttling/pom.xml> to org.apache.cxf/cxf-rt-features-throttling/3.2.0-SNAPSHOT/cxf-rt-features-throttling-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/karaf/commands/pom.xml> to org.apache.cxf.karaf/cxf-karaf-commands/3.2.0-SNAPSHOT/cxf-karaf-commands-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_policy/pom.xml> to org.apache.cxf.samples/ws_policy/3.2.0-SNAPSHOT/ws_policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/pom.xml> to org.apache.cxf/cxf-rt-features/3.2.0-SNAPSHOT/cxf-rt-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/pom.xml> to org.apache.cxf.systests/cxf-systests/3.2.0-SNAPSHOT/cxf-systests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/pom.xml> to org.apache.cxf/cxf-rt-rs-security/3.2.0-SNAPSHOT/cxf-rt-rs-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/callback/pom.xml> to org.apache.cxf.samples/callback/3.2.0-SNAPSHOT/callback-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-undertow/pom.xml> to org.apache.cxf/cxf-rt-transports-http-undertow/3.2.0-SNAPSHOT/cxf-rt-transports-http-undertow-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/jose-parent/jose-jaxrs/pom.xml> to org.apache.cxf/cxf-rt-rs-security-jose-jaxrs/3.2.0-SNAPSHOT/cxf-rt-rs-security-jose-jaxrs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml> to org.apache.cxf.samples/jax_rs_websocket_web/3.2.0-SNAPSHOT/jax_rs_websocket_web-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-itests/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-itests/3.2.0-SNAPSHOT/cxf-services-sts-systests-itests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/wsdl_first/pom.xml> to org.apache.cxf.samples/wsdl_first/3.2.0-SNAPSHOT/wsdl_first-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-weld/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-weld/3.2.0-SNAPSHOT/cxf-systests-cdi-weld-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_queue/pom.xml> to org.apache.cxf.samples/jms_queue/3.2.0-SNAPSHOT/jms_queue-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/java2ws-plugin/pom.xml> to org.apache.cxf/cxf-java2ws-plugin/3.2.0-SNAPSHOT/cxf-java2ws-plugin-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_spring_config/pom.xml> to org.apache.cxf.samples/jms_spring_config/3.2.0-SNAPSHOT/jms_spring_config-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms/3.2.0-SNAPSHOT/cxf-services-xkms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/basic/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-basic/3.2.0-SNAPSHOT/cxf-services-sts-systests-basic-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-security/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-security/3.2.0-SNAPSHOT/cxf-systests-ws-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/wadl2java-plugin/pom.xml> to org.apache.cxf/cxf-wadl2java-plugin/3.2.0-SNAPSHOT/cxf-wadl2java-plugin-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-netty/netty-client/pom.xml> to org.apache.cxf/cxf-rt-transports-http-netty-client/3.2.0-SNAPSHOT/cxf-rt-transports-http-netty-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/javascript-tests/pom.xml> to org.apache.cxf/cxf-rt-javascript-tests/3.2.0-SNAPSHOT/cxf-rt-javascript-tests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_async/pom.xml> to org.apache.cxf.samples/jaxws_async/3.2.0-SNAPSHOT/jaxws_async-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-specs/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-specs/3.2.0-SNAPSHOT/cxf-systests-ws-specs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/frontend/simple/pom.xml> to org.apache.cxf/cxf-rt-frontend-simple/3.2.0-SNAPSHOT/cxf-rt-frontend-simple-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-features/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-features/3.2.0-SNAPSHOT/cxf-services-xkms-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/integration/spring-boot/pom.xml> to org.apache.cxf/cxf-integration-spring-boot/3.2.0-SNAPSHOT/cxf-integration-spring-boot-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/javascript-rt/pom.xml> to org.apache.cxf/cxf-rt-javascript/3.2.0-SNAPSHOT/cxf-rt-javascript-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml> to org.apache.cxf.samples/jax_rs_description_swagger2_web/3.2.0-SNAPSHOT/jax_rs_description_swagger2_web-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml> to org.apache.cxf.samples/eureka-registry-for-cxf/3.2.0-SNAPSHOT/eureka-registry-for-cxf-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml> to org.apache.cxf.samples/jax_rs_sse_cdi/3.2.0-SNAPSHOT/jax_rs_sse_cdi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_jms/pom.xml> to org.apache.cxf.samples/java_first_jms/3.2.0-SNAPSHOT/java_first_jms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/databinding/jaxb/pom.xml> to org.apache.cxf/cxf-rt-databinding-jaxb/3.2.0-SNAPSHOT/cxf-rt-databinding-jaxb-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-security-examples/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-security-examples/3.2.0-SNAPSHOT/cxf-systests-ws-security-examples-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/bundle/compatible/pom.xml> to org.apache.cxf/cxf-bundle-compatible/3.2.0-SNAPSHOT/cxf-bundle-compatible-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-common/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-common/3.2.0-SNAPSHOT/cxf-services-xkms-common-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/frontend/jaxws/pom.xml> to org.apache.cxf/cxf-rt-frontend-jaxws/3.2.0-SNAPSHOT/cxf-rt-frontend-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/jose-parent/jose/pom.xml> to org.apache.cxf/cxf-rt-rs-security-jose/3.2.0-SNAPSHOT/cxf-rt-rs-security-jose-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse/3.2.0-SNAPSHOT/cxf-systests-rs-sse-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/jaxrs/pom.xml> to org.apache.cxf.systests/cxf-systests-jaxrs/3.2.0-SNAPSHOT/cxf-systests-jaxrs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/pom.xml> to org.apache.cxf.systests/cxf-wsdl-maven/3.2.0-SNAPSHOT/cxf-wsdl-maven-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf-scan-client/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-scan-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/oauth/server/pom.xml> to org.apache.cxf.samples/oauth_demo-server/3.2.0-SNAPSHOT/oauth_demo-server-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/pom.xml> to org.apache.cxf/cxf-rt/3.2.0-SNAPSHOT/cxf-rt-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/websocket/pom.xml> to org.apache.cxf/cxf-rt-transports-websocket/3.2.0-SNAPSHOT/cxf-rt-transports-websocket-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-multiple-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-multiple-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/wsn/wsn-core/pom.xml> to org.apache.cxf.services.wsn/cxf-services-wsn-core/3.2.0-SNAPSHOT/cxf-services-wsn-core-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-no-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-no-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-client/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-client/3.2.0-SNAPSHOT/cxf-services-xkms-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-itests/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-itests/3.2.0-SNAPSHOT/cxf-services-xkms-itests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/transport-jms/pom.xml> to org.apache.cxf.systests/cxf-systests-transport-jms/3.2.0-SNAPSHOT/cxf-systests-transport-jms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/corba/pom.xml> to org.apache.cxf/cxf-tools-corba/3.2.0-SNAPSHOT/cxf-tools-corba-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/transports-ssl3/pom.xml> to org.apache.cxf.systests/cxf-systests-transports-ssl3/3.2.0-SNAPSHOT/cxf-systests-transports-ssl3-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-rm/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-rm/3.2.0-SNAPSHOT/cxf-systests-ws-rm-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-hc/pom.xml> to org.apache.cxf/cxf-rt-transports-http-hc/3.2.0-SNAPSHOT/cxf-rt-transports-http-hc-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml> to org.apache.cxf.samples/wssec_sign_enc_policy/3.2.0-SNAPSHOT/wssec_sign_enc_policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/wsn/wsn-osgi/pom.xml> to org.apache.cxf.services.wsn/cxf-services-wsn-osgi/3.2.0-SNAPSHOT/cxf-services-wsn-osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_addressing/pom.xml> to org.apache.cxf.samples/ws_addressing/3.2.0-SNAPSHOT/ws_addressing-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/rs-sse-base/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse-base/3.2.0-SNAPSHOT/cxf-systests-rs-sse-base-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/pom.xml> to org.apache.cxf/cxf-runtime-javascript/3.2.0-SNAPSHOT/cxf-runtime-javascript-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml> to org.apache.cxf.samples/jax_rs_sse_spring/3.2.0-SNAPSHOT/jax_rs_sse_spring-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/pom.xml> to org.apache.cxf/cxf-rt-transports/3.2.0-SNAPSHOT/cxf-rt-transports-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/bundle/pom.xml> to org.apache.cxf/cxf-bundle-parent/3.2.0-SNAPSHOT/cxf-bundle-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/security/pom.xml> to org.apache.cxf/cxf-rt-security/3.2.0-SNAPSHOT/cxf-rt-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-osgi/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-osgi/3.2.0-SNAPSHOT/cxf-services-sts-systests-osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml> to org.apache.cxf.samples/jax_rs_content_negotiation/3.2.0-SNAPSHOT/jax_rs_content_negotiation-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/ws-discovery/pom.xml> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery/3.2.0-SNAPSHOT/cxf-services-ws-discovery-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/integration/tracing/tracing-brave/pom.xml> to org.apache.cxf/cxf-integration-tracing-brave/3.2.0-SNAPSHOT/cxf-integration-tracing-brave-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/manifest/pom.xml> to org.apache.cxf/cxf-distribution-manifest/3.2.0-SNAPSHOT/cxf-distribution-manifest-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth2/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth2/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth2-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/codegen/pom.xml> to org.apache.cxf.systests.wsdl_maven/cxf-systests-codegen/3.2.0-SNAPSHOT/cxf-systests-codegen-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/pom.xml> to org.apache.cxf/cxf-rt-ws/3.2.0-SNAPSHOT/cxf-rt-ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth2-saml/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth2-saml/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth2-saml-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-jetty/pom.xml> to org.apache.cxf/cxf-rt-transports-http-jetty/3.2.0-SNAPSHOT/cxf-rt-transports-http-jetty-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/java2ws/pom.xml> to org.apache.cxf.systests.wsdl_maven/cxf-systests-java2ws/3.2.0-SNAPSHOT/cxf-systests-java2ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/pom.xml> to org.apache.cxf/cxf-tools/3.2.0-SNAPSHOT/cxf-tools-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/corba/bank/pom.xml> to org.apache.cxf.samples/corba-bank/3.2.0-SNAPSHOT/corba-bank-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/soap_header/pom.xml> to org.apache.cxf.samples/soap_header/3.2.0-SNAPSHOT/soap_header-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/parent/pom.xml> to org.apache.cxf/cxf-parent/3.2.0-SNAPSHOT/cxf-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/pom.xml> to org.apache.cxf/cxf-maven-plugins/3.2.0-SNAPSHOT/cxf-maven-plugins-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-features/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-features/3.2.0-SNAPSHOT/cxf-services-sts-systests-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml> to org.apache.cxf.samples/jax_ws_tracing_brave_osgi/3.2.0-SNAPSHOT/jax_ws_tracing_brave_osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/websocket/pom.xml> to org.apache.cxf.samples/jax_rs_websocket/3.2.0-SNAPSHOT/jax_rs_websocket-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_jaxws/pom.xml> to org.apache.cxf.samples/java_first_jaxws/3.2.0-SNAPSHOT/java_first_jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_handlers/pom.xml> to org.apache.cxf.samples/jaxws_handlers/3.2.0-SNAPSHOT/jaxws_handlers-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_client/pom.xml> to org.apache.cxf.samples/jax_rs_sse_client/3.2.0-SNAPSHOT/jax_rs_sse_client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/javato/ws/pom.xml> to org.apache.cxf/cxf-tools-java2ws/3.2.0-SNAPSHOT/cxf-tools-java2ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/karaf/pom.xml> to org.apache.cxf.karaf/karaf-parent/3.2.0-SNAPSHOT/karaf-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-netty/netty-server/pom.xml> to org.apache.cxf/cxf-rt-transports-http-netty-server/3.2.0-SNAPSHOT/cxf-rt-transports-http-netty-server-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_spec_demo/pom.xml> to org.apache.cxf.samples/jms_spec_demo/3.2.0-SNAPSHOT/jms_spec_demo-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/in_jvm_transport/pom.xml> to org.apache.cxf.samples/in_jvm_transport/3.2.0-SNAPSHOT/in_jvm_transport-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http/pom.xml> to org.apache.cxf/cxf-rt-transports-http/3.2.0-SNAPSHOT/cxf-rt-transports-http-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf-scan-app/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-scan-app-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/rs-sse-undertow/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse-undertow/3.2.0-SNAPSHOT/cxf-systests-rs-sse-undertow-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
channel stopped

Build failed in Jenkins: CXF-Master-Analysis #207

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/207/display/redirect?page=changes>

Changes:

[Dennis Kieselhorst] [CXF-7405] fixed velocity artifactId

------------------------------------------
[...truncated 161.93 KB...]
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/transfer/pom.xml> to org.apache.cxf/cxf-rt-ws-transfer/3.2.0-SNAPSHOT/cxf-rt-ws-transfer-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/uncategorized/pom.xml> to org.apache.cxf.systests/cxf-systests-uncategorized/3.2.0-SNAPSHOT/cxf-systests-uncategorized-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/wsdl/pom.xml> to org.apache.cxf/cxf-rt-wsdl/3.2.0-SNAPSHOT/cxf-rt-wsdl-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-service/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-service/3.2.0-SNAPSHOT/cxf-services-xkms-service-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/common/pom.xml> to org.apache.cxf/cxf-tools-common/3.2.0-SNAPSHOT/cxf-tools-common-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/wsdlto/core/pom.xml> to org.apache.cxf/cxf-tools-wsdlto-core/3.2.0-SNAPSHOT/cxf-tools-wsdlto-core-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/pom.xml> to org.apache.cxf.services/cxf-services/3.2.0-SNAPSHOT/cxf-services-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/jaxws/pom.xml> to org.apache.cxf.systests/cxf-systests-jaxws/3.2.0-SNAPSHOT/cxf-systests-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/wsdlto/frontend/jaxws/pom.xml> to org.apache.cxf/cxf-tools-wsdlto-frontend-jaxws/3.2.0-SNAPSHOT/cxf-tools-wsdlto-frontend-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/pom.xml> to org.apache.cxf.samples/cxf-samples/3.2.0-SNAPSHOT/cxf-samples-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ruby_spring_support/pom.xml> to org.apache.cxf.samples/ruby_spring_support/3.2.0-SNAPSHOT/ruby_spring_support-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/tracing_htrace/pom.xml> to org.apache.cxf.samples/jax_rs_tracing_htrace/3.2.0-SNAPSHOT/jax_rs_tracing_htrace-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/clustering/pom.xml> to org.apache.cxf/cxf-rt-features-clustering/3.2.0-SNAPSHOT/cxf-rt-features-clustering-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-producers-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-producers/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-producers-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml> to org.apache.cxf.archetype/cxf-jaxrs-service/3.2.0-SNAPSHOT/cxf-jaxrs-service-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/databinding/pom.xml> to org.apache.cxf.systests/cxf-systests-databinding/3.2.0-SNAPSHOT/cxf-systests-databinding-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/aegis_standalone/pom.xml> to org.apache.cxf.samples/aegis-standalone/3.2.0-SNAPSHOT/aegis-standalone-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/logging/pom.xml> to org.apache.cxf/cxf-rt-features-logging/3.2.0-SNAPSHOT/cxf-rt-features-logging-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-weld/cdi-no-apps-weld/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-weld-no-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-weld-no-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/big_query/pom.xml> to org.apache.cxf.samples/jax_rs_big_query/3.2.0-SNAPSHOT/jax_rs_big_query-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/policy/pom.xml> to org.apache.cxf/cxf-rt-ws-policy/3.2.0-SNAPSHOT/cxf-rt-ws-policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/kerberos/pom.xml> to org.apache.cxf.systests/cxf-systests-kerberos/3.2.0-SNAPSHOT/cxf-systests-kerberos-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/advanced/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-advanced/3.2.0-SNAPSHOT/cxf-services-sts-systests-advanced-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/pom.xml> to org.apache.cxf.samples/jax_rs_tracing_brave_osgi/3.2.0-SNAPSHOT/jax_rs_tracing_brave_osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-http-sci/pom.xml> to org.apache.cxf.systests/cxf-systests-http-sci/3.2.0-SNAPSHOT/cxf-systests-http-sci-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/ws-discovery/ws-discovery-api/pom.xml> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery-api/3.2.0-SNAPSHOT/cxf-services-ws-discovery-api-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-security/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-security/3.2.0-SNAPSHOT/cxf-systests-rs-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_spring_support/pom.xml> to org.apache.cxf.samples/java_first_spring_support/3.2.0-SNAPSHOT/java_first_spring_support-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/throttling/pom.xml> to org.apache.cxf/cxf-rt-features-throttling/3.2.0-SNAPSHOT/cxf-rt-features-throttling-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/karaf/commands/pom.xml> to org.apache.cxf.karaf/cxf-karaf-commands/3.2.0-SNAPSHOT/cxf-karaf-commands-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_policy/pom.xml> to org.apache.cxf.samples/ws_policy/3.2.0-SNAPSHOT/ws_policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/features/pom.xml> to org.apache.cxf/cxf-rt-features/3.2.0-SNAPSHOT/cxf-rt-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/pom.xml> to org.apache.cxf.systests/cxf-systests/3.2.0-SNAPSHOT/cxf-systests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/pom.xml> to org.apache.cxf/cxf-rt-rs-security/3.2.0-SNAPSHOT/cxf-rt-rs-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/callback/pom.xml> to org.apache.cxf.samples/callback/3.2.0-SNAPSHOT/callback-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-undertow/pom.xml> to org.apache.cxf/cxf-rt-transports-http-undertow/3.2.0-SNAPSHOT/cxf-rt-transports-http-undertow-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/jose-parent/jose-jaxrs/pom.xml> to org.apache.cxf/cxf-rt-rs-security-jose-jaxrs/3.2.0-SNAPSHOT/cxf-rt-rs-security-jose-jaxrs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml> to org.apache.cxf.samples/jax_rs_websocket_web/3.2.0-SNAPSHOT/jax_rs_websocket_web-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-itests/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-itests/3.2.0-SNAPSHOT/cxf-services-sts-systests-itests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/wsdl_first/pom.xml> to org.apache.cxf.samples/wsdl_first/3.2.0-SNAPSHOT/wsdl_first-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-weld/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-weld/3.2.0-SNAPSHOT/cxf-systests-cdi-weld-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_queue/pom.xml> to org.apache.cxf.samples/jms_queue/3.2.0-SNAPSHOT/jms_queue-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/java2ws-plugin/pom.xml> to org.apache.cxf/cxf-java2ws-plugin/3.2.0-SNAPSHOT/cxf-java2ws-plugin-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_spring_config/pom.xml> to org.apache.cxf.samples/jms_spring_config/3.2.0-SNAPSHOT/jms_spring_config-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms/3.2.0-SNAPSHOT/cxf-services-xkms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/basic/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-basic/3.2.0-SNAPSHOT/cxf-services-sts-systests-basic-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-security/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-security/3.2.0-SNAPSHOT/cxf-systests-ws-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/wadl2java-plugin/pom.xml> to org.apache.cxf/cxf-wadl2java-plugin/3.2.0-SNAPSHOT/cxf-wadl2java-plugin-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-netty/netty-client/pom.xml> to org.apache.cxf/cxf-rt-transports-http-netty-client/3.2.0-SNAPSHOT/cxf-rt-transports-http-netty-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/javascript-tests/pom.xml> to org.apache.cxf/cxf-rt-javascript-tests/3.2.0-SNAPSHOT/cxf-rt-javascript-tests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_async/pom.xml> to org.apache.cxf.samples/jaxws_async/3.2.0-SNAPSHOT/jaxws_async-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-specs/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-specs/3.2.0-SNAPSHOT/cxf-systests-ws-specs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/frontend/simple/pom.xml> to org.apache.cxf/cxf-rt-frontend-simple/3.2.0-SNAPSHOT/cxf-rt-frontend-simple-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-features/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-features/3.2.0-SNAPSHOT/cxf-services-xkms-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/integration/spring-boot/pom.xml> to org.apache.cxf/cxf-integration-spring-boot/3.2.0-SNAPSHOT/cxf-integration-spring-boot-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/javascript-rt/pom.xml> to org.apache.cxf/cxf-rt-javascript/3.2.0-SNAPSHOT/cxf-rt-javascript-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml> to org.apache.cxf.samples/jax_rs_description_swagger2_web/3.2.0-SNAPSHOT/jax_rs_description_swagger2_web-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml> to org.apache.cxf.samples/eureka-registry-for-cxf/3.2.0-SNAPSHOT/eureka-registry-for-cxf-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_cdi/pom.xml> to org.apache.cxf.samples/jax_rs_sse_cdi/3.2.0-SNAPSHOT/jax_rs_sse_cdi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_jms/pom.xml> to org.apache.cxf.samples/java_first_jms/3.2.0-SNAPSHOT/java_first_jms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/databinding/jaxb/pom.xml> to org.apache.cxf/cxf-rt-databinding-jaxb/3.2.0-SNAPSHOT/cxf-rt-databinding-jaxb-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-security-examples/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-security-examples/3.2.0-SNAPSHOT/cxf-systests-ws-security-examples-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/bundle/compatible/pom.xml> to org.apache.cxf/cxf-bundle-compatible/3.2.0-SNAPSHOT/cxf-bundle-compatible-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-common/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-common/3.2.0-SNAPSHOT/cxf-services-xkms-common-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/frontend/jaxws/pom.xml> to org.apache.cxf/cxf-rt-frontend-jaxws/3.2.0-SNAPSHOT/cxf-rt-frontend-jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/jose-parent/jose/pom.xml> to org.apache.cxf/cxf-rt-rs-security-jose/3.2.0-SNAPSHOT/cxf-rt-rs-security-jose-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse/3.2.0-SNAPSHOT/cxf-systests-rs-sse-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/jaxrs/pom.xml> to org.apache.cxf.systests/cxf-systests-jaxrs/3.2.0-SNAPSHOT/cxf-systests-jaxrs-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/pom.xml> to org.apache.cxf.systests/cxf-wsdl-maven/3.2.0-SNAPSHOT/cxf-wsdl-maven-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/client/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf-scan-client/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-scan-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/oauth/server/pom.xml> to org.apache.cxf.samples/oauth_demo-server/3.2.0-SNAPSHOT/oauth_demo-server-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/pom.xml> to org.apache.cxf/cxf-rt/3.2.0-SNAPSHOT/cxf-rt-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/websocket/pom.xml> to org.apache.cxf/cxf-rt-transports-websocket/3.2.0-SNAPSHOT/cxf-rt-transports-websocket-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-multiple-apps-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-multiple-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-multiple-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/wsn/wsn-core/pom.xml> to org.apache.cxf.services.wsn/cxf-services-wsn-core/3.2.0-SNAPSHOT/cxf-services-wsn-core-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/cdi/cdi-owb/cdi-no-apps-owb/pom.xml> to org.apache.cxf.systests/cxf-systests-cdi-owb-no-apps/3.2.0-SNAPSHOT/cxf-systests-cdi-owb-no-apps-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-client/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-client/3.2.0-SNAPSHOT/cxf-services-xkms-client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/xkms/xkms-itests/pom.xml> to org.apache.cxf.services.xkms/cxf-services-xkms-itests/3.2.0-SNAPSHOT/cxf-services-xkms-itests-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/transport-jms/pom.xml> to org.apache.cxf.systests/cxf-systests-transport-jms/3.2.0-SNAPSHOT/cxf-systests-transport-jms-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/corba/pom.xml> to org.apache.cxf/cxf-tools-corba/3.2.0-SNAPSHOT/cxf-tools-corba-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/transports-ssl3/pom.xml> to org.apache.cxf.systests/cxf-systests-transports-ssl3/3.2.0-SNAPSHOT/cxf-systests-transports-ssl3-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/ws-rm/pom.xml> to org.apache.cxf.systests/cxf-systests-ws-rm/3.2.0-SNAPSHOT/cxf-systests-ws-rm-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-hc/pom.xml> to org.apache.cxf/cxf-rt-transports-http-hc/3.2.0-SNAPSHOT/cxf-rt-transports-http-hc-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml> to org.apache.cxf.samples/wssec_sign_enc_policy/3.2.0-SNAPSHOT/wssec_sign_enc_policy-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/wsn/wsn-osgi/pom.xml> to org.apache.cxf.services.wsn/cxf-services-wsn-osgi/3.2.0-SNAPSHOT/cxf-services-wsn-osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/ws_addressing/pom.xml> to org.apache.cxf.samples/ws_addressing/3.2.0-SNAPSHOT/ws_addressing-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/rs-sse-base/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse-base/3.2.0-SNAPSHOT/cxf-systests-rs-sse-base-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/javascript/pom.xml> to org.apache.cxf/cxf-runtime-javascript/3.2.0-SNAPSHOT/cxf-runtime-javascript-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_spring/pom.xml> to org.apache.cxf.samples/jax_rs_sse_spring/3.2.0-SNAPSHOT/jax_rs_sse_spring-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/pom.xml> to org.apache.cxf/cxf-rt-transports/3.2.0-SNAPSHOT/cxf-rt-transports-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/bundle/pom.xml> to org.apache.cxf/cxf-bundle-parent/3.2.0-SNAPSHOT/cxf-bundle-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/security/pom.xml> to org.apache.cxf/cxf-rt-security/3.2.0-SNAPSHOT/cxf-rt-security-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-osgi/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-osgi/3.2.0-SNAPSHOT/cxf-services-sts-systests-osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml> to org.apache.cxf.samples/jax_rs_content_negotiation/3.2.0-SNAPSHOT/jax_rs_content_negotiation-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/ws-discovery/pom.xml> to org.apache.cxf.services.ws-discovery/cxf-services-ws-discovery/3.2.0-SNAPSHOT/cxf-services-ws-discovery-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/integration/tracing/tracing-brave/pom.xml> to org.apache.cxf/cxf-integration-tracing-brave/3.2.0-SNAPSHOT/cxf-integration-tracing-brave-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/manifest/pom.xml> to org.apache.cxf/cxf-distribution-manifest/3.2.0-SNAPSHOT/cxf-distribution-manifest-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth2/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth2/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth2-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/codegen/pom.xml> to org.apache.cxf.systests.wsdl_maven/cxf-systests-codegen/3.2.0-SNAPSHOT/cxf-systests-codegen-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/ws/pom.xml> to org.apache.cxf/cxf-rt-ws/3.2.0-SNAPSHOT/cxf-rt-ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/rs/security/oauth-parent/oauth2-saml/pom.xml> to org.apache.cxf/cxf-rt-rs-security-oauth2-saml/3.2.0-SNAPSHOT/cxf-rt-rs-security-oauth2-saml-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-jetty/pom.xml> to org.apache.cxf/cxf-rt-transports-http-jetty/3.2.0-SNAPSHOT/cxf-rt-transports-http-jetty-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/wsdl_maven/java2ws/pom.xml> to org.apache.cxf.systests.wsdl_maven/cxf-systests-java2ws/3.2.0-SNAPSHOT/cxf-systests-java2ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/pom.xml> to org.apache.cxf/cxf-tools/3.2.0-SNAPSHOT/cxf-tools-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/corba/bank/pom.xml> to org.apache.cxf.samples/corba-bank/3.2.0-SNAPSHOT/corba-bank-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/soap_header/pom.xml> to org.apache.cxf.samples/soap_header/3.2.0-SNAPSHOT/soap_header-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/parent/pom.xml> to org.apache.cxf/cxf-parent/3.2.0-SNAPSHOT/cxf-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/maven-plugins/pom.xml> to org.apache.cxf/cxf-maven-plugins/3.2.0-SNAPSHOT/cxf-maven-plugins-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/services/sts/systests/sts-features/pom.xml> to org.apache.cxf.services.sts.systests/cxf-services-sts-systests-features/3.2.0-SNAPSHOT/cxf-services-sts-systests-features-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_tracing_brave_osgi/pom.xml> to org.apache.cxf.samples/jax_ws_tracing_brave_osgi/3.2.0-SNAPSHOT/jax_ws_tracing_brave_osgi-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/websocket/pom.xml> to org.apache.cxf.samples/jax_rs_websocket/3.2.0-SNAPSHOT/jax_rs_websocket-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/java_first_jaxws/pom.xml> to org.apache.cxf.samples/java_first_jaxws/3.2.0-SNAPSHOT/java_first_jaxws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jaxws_handlers/pom.xml> to org.apache.cxf.samples/jaxws_handlers/3.2.0-SNAPSHOT/jaxws_handlers-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/sse_client/pom.xml> to org.apache.cxf.samples/jax_rs_sse_client/3.2.0-SNAPSHOT/jax_rs_sse_client-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/tools/javato/ws/pom.xml> to org.apache.cxf/cxf-tools-java2ws/3.2.0-SNAPSHOT/cxf-tools-java2ws-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/osgi/karaf/pom.xml> to org.apache.cxf.karaf/karaf-parent/3.2.0-SNAPSHOT/karaf-parent-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http-netty/netty-server/pom.xml> to org.apache.cxf/cxf-rt-transports-http-netty-server/3.2.0-SNAPSHOT/cxf-rt-transports-http-netty-server-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jms_spec_demo/pom.xml> to org.apache.cxf.samples/jms_spec_demo/3.2.0-SNAPSHOT/jms_spec_demo-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/in_jvm_transport/pom.xml> to org.apache.cxf.samples/in_jvm_transport/3.2.0-SNAPSHOT/in_jvm_transport-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/rt/transports/http/pom.xml> to org.apache.cxf/cxf-rt-transports-http/3.2.0-SNAPSHOT/cxf-rt-transports-http-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml> to org.apache.cxf.samples/spring-boot-sample-rs-cxf-scan-app/3.2.0-SNAPSHOT/spring-boot-sample-rs-cxf-scan-app-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/CXF-Master-Analysis/ws/systests/rs-sse/rs-sse-undertow/pom.xml> to org.apache.cxf.systests/cxf-systests-rs-sse-undertow/3.2.0-SNAPSHOT/cxf-systests-rs-sse-undertow-3.2.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
channel stopped

Build failed in Jenkins: CXF-Master-Analysis #206

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/206/display/redirect?page=changes>

Changes:

[sberyozkin] [CXF-7467] WSDLManagerImpl requires privileged actions in order to work

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 12e0f151dc739ce927548875010a380ce5852ea3 (refs/remotes/origin/master)
Commit message: "[CXF-7467] WSDLManagerImpl requires privileged actions in order to work under a security manager, patch from iweiss applied, This closes #304"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 12e0f151dc739ce927548875010a380ce5852ea3
 > git rev-list 39e6c2a44a53062ca293cf4760a0ef54aef95090 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #205

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/205/display/redirect?page=changes>

Changes:

[coheigea] Fixing failing test

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 39e6c2a44a53062ca293cf4760a0ef54aef95090 (refs/remotes/origin/master)
Commit message: "Fixing failing test"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39e6c2a44a53062ca293cf4760a0ef54aef95090
 > git rev-list 6e39004ff291acf3413933010710a63766c82da9 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #204

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/204/display/redirect?page=changes>

Changes:

[sberyozkin] Unit test for ContextUtils, patch from YashchenkoN applied, This closes

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 6e39004ff291acf3413933010710a63766c82da9 (refs/remotes/origin/master)
Commit message: "Unit test for ContextUtils, patch from YashchenkoN applied, This closes #302"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e39004ff291acf3413933010710a63766c82da9
 > git rev-list 35f9fbdac1c8541915a7ace515d17d898758c251 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #203

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/203/display/redirect?page=changes>

Changes:

[sberyozkin] Minor update to the NIO test

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 35f9fbdac1c8541915a7ace515d17d898758c251 (refs/remotes/origin/master)
Commit message: "Minor update to the NIO test"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 35f9fbdac1c8541915a7ace515d17d898758c251
 > git rev-list 0ada3f2b8ce9575ce27ed67b1eeecaf0be52943e # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #202

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/202/display/redirect?page=changes>

Changes:

[Dennis Kieselhorst] Add some NPE checks

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 0ada3f2b8ce9575ce27ed67b1eeecaf0be52943e (refs/remotes/origin/master)
Commit message: "Add some NPE checks"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0ada3f2b8ce9575ce27ed67b1eeecaf0be52943e
 > git rev-list 85e9a478055cb35f917e5cfa8e19fa52a7290fe0 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #201

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/201/display/redirect?page=changes>

Changes:

[reta] CXF-7085: Introduce support for Server Sent Events (Client). Multiple

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 85e9a478055cb35f917e5cfa8e19fa52a7290fe0 (refs/remotes/origin/master)
Commit message: "CXF-7085: Introduce support for Server Sent Events (Client). Multiple bugfixes and improvements"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85e9a478055cb35f917e5cfa8e19fa52a7290fe0
 > git rev-list b69bd427318a9f6db6e6e7940796cb233aa54ef9 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #200

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/200/display/redirect?page=changes>

Changes:

[dkulp] Don't use deprecated method of configuration

[dkulp] Remove a bunch of pointless "TODO Auto-generated method" comments

[dkulp] Start going through the "TODO Auto-generated catch block"'s to figure

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b69bd427318a9f6db6e6e7940796cb233aa54ef9 (refs/remotes/origin/master)
Commit message: "Start going through the "TODO Auto-generated catch block"'s to figure out what should be done"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b69bd427318a9f6db6e6e7940796cb233aa54ef9
 > git rev-list ff2a2793ea253a1cd45ea30507cbfc87b879fcf8 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #199

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/199/display/redirect?page=changes>

Changes:

[dkulp] Fix a bunch more warnings

[dkulp] Use commons-text since the escape stuff in commons-lang is deprecated

[dkulp] Add some NPE checks

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ff2a2793ea253a1cd45ea30507cbfc87b879fcf8 (refs/remotes/origin/master)
Commit message: "Add some NPE checks"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ff2a2793ea253a1cd45ea30507cbfc87b879fcf8
 > git rev-list c6ec599873a67cccae0a75270900c1cbec2cd796 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #198

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/198/display/redirect?page=changes>

Changes:

[coheigea] NPE fix if a SAML Issuer is null

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision c6ec599873a67cccae0a75270900c1cbec2cd796 (refs/remotes/origin/master)
Commit message: "NPE fix if a SAML Issuer is null"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6ec599873a67cccae0a75270900c1cbec2cd796
 > git rev-list b62ea11153d17a5849ef4242842f22ca996ce2a1 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #197

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/197/display/redirect?page=changes>

Changes:

[sberyozkin] [CXF-6882] Making the error handlers optional

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b62ea11153d17a5849ef4242842f22ca996ce2a1 (refs/remotes/origin/master)
Commit message: "[CXF-6882] Making the error handlers optional"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b62ea11153d17a5849ef4242842f22ca996ce2a1
 > git rev-list b003f35e61ab9e9a686d84b38295abfcf807f194 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #196

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/196/display/redirect?page=changes>

Changes:

[dkulp] Some cleanup of the generated code

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b003f35e61ab9e9a686d84b38295abfcf807f194 (refs/remotes/origin/master)
Commit message: "Some cleanup of the generated code"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b003f35e61ab9e9a686d84b38295abfcf807f194
 > git rev-list 03cacaa47d81f23ae51a976b65832ea50fb68d17 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #195

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/195/display/redirect?page=changes>

Changes:

[sberyozkin] Reintroducing a 3-callback option for NioReadEntity for now but with a

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 03cacaa47d81f23ae51a976b65832ea50fb68d17 (refs/remotes/origin/master)
Commit message: "Reintroducing a 3-callback option for NioReadEntity for now but with a no-arg completion based on the feedback from Andriy"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03cacaa47d81f23ae51a976b65832ea50fb68d17
 > git rev-list 1b0d3c964e0896dbdeb8fe5d59178c10cf4fab06 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@4b715ff3:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #194

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/194/display/redirect?page=changes>

Changes:

[sberyozkin] [CXF-7430] Avoiding the pretty-printing if the payload has been

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H16 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1b0d3c964e0896dbdeb8fe5d59178c10cf4fab06 (refs/remotes/origin/master)
Commit message: "[CXF-7430] Avoiding the pretty-printing if the payload has been truncated, modified patch from Alex Korobko applied, This closes #294"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b0d3c964e0896dbdeb8fe5d59178c10cf4fab06
 > git rev-list 958bb235fd67e2dd3989d56e55b1ff61e68fc926 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@2af096c5:H16: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H16(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #193

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/193/display/redirect?page=changes>

Changes:

[dkulp] Bunch more warning fixes

[dkulp] Fix some more warnings

[dkulp] Use -Xdv plugin in more places

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 958bb235fd67e2dd3989d56e55b1ff61e68fc926 (refs/remotes/origin/master)
Commit message: "Use -Xdv plugin in more places"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 958bb235fd67e2dd3989d56e55b1ff61e68fc926
 > git rev-list 344feb53305bdf28a807c9fc2d515bda70e5f640 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@7602849c:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #192

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/192/display/redirect?page=changes>

Changes:

[sberyozkin] [CXF-6882] Making NioReaderEntity completion closer to the

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 344feb53305bdf28a807c9fc2d515bda70e5f640 (refs/remotes/origin/master)
Commit message: "[CXF-6882] Making NioReaderEntity completion closer to the CompletionStage pattern"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 344feb53305bdf28a807c9fc2d515bda70e5f640
 > git rev-list 938183d7b5f2ca238ce48af2934dd78282a871be # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@7602849c:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)

Build failed in Jenkins: CXF-Master-Analysis #191

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-Master-Analysis/191/display/redirect?page=changes>

Changes:

[sberyozkin] [CXF-6882] Making NioInputStream and NioOutputStream concrete classes as

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/CXF-Master-Analysis/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/cxf.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cxf.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/cxf.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 938183d7b5f2ca238ce48af2934dd78282a871be (refs/remotes/origin/master)
Commit message: "[CXF-6882] Making NioInputStream and NioOutputStream concrete classes as it is now a CXF extension, making the names more consistent (Read vs Reader, Write vs Writer)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 938183d7b5f2ca238ce48af2934dd78282a871be
 > git rev-list 35639ab59aabf4cace331f49505b699f164df0b1 # timeout=10
Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/CXF-Master-Analysis/ws/> at hudson.remoting.Channel@7602849c:H21: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.FilePath.act(FilePath.java:993)
	at hudson.FilePath.act(FilePath.java:975)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
	at hudson.model.Run.execute(Run.java:1735)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:405)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1389)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)
	at ......remote call to H21(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:986)
	... 8 more
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.apache.velocity:velocity:jar is missing. @ line 335, column 21

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1326)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1123)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java: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)