You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/02/08 19:13:57 UTC

Build failed in Jenkins: TomEE » pull-request #188

See <https://ci-builds.apache.org/job/Tomee/job/pull-request/188/display/redirect>

Changes:


------------------------------------------
GitHub pull request #809 to apache/tomee
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds31 (ubuntu) in workspace <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/tomee
 > git init <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/tomee
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://github.com/apache/tomee +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/tomee # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/master # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master origin/master # timeout=10
  Opening connection
    Done: 0
  Counting objects
    Done: 10235
  Finding sources
    Done: 0
  Writing objects
    Done: 0
  remote: Updating references
Merging refs/tags/changes/188
 > git rev-parse refs/tags/changes/188^{commit} # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git merge 665d187ef6f83046475991182338d1f03eae862e # timeout=10
FATAL: Command "git merge 665d187ef6f83046475991182338d1f03eae862e" returned status code 1:
stdout: Auto-merging examples/rest-example-with-application/pom.xml
CONFLICT (content): Merge conflict in examples/rest-example-with-application/pom.xml
Auto-merging arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxws/WebServiceContextEJBTest.java
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to builds31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
		at com.sun.proxy.$Proxy132.merge(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.merge(RemoteGitImpl.java:457)
		at com.cloudbees.jenkins.plugins.git.vmerge.BuildChooserImpl.getCandidateRevisions(BuildChooserImpl.java:106)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1149)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1211)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:636)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:508)
		at hudson.model.Run.execute(Run.java:1906)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
hudson.plugins.git.GitException: Command "git merge 665d187ef6f83046475991182338d1f03eae862e" returned status code 1:
stdout: Auto-merging examples/rest-example-with-application/pom.xml
CONFLICT (content): Merge conflict in examples/rest-example-with-application/pom.xml
Auto-merging arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxws/WebServiceContextEJBTest.java
Automatic merge failed; fix conflicts and then commit the result.

stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2661)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2086)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1986)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1977)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$600(CliGitAPIImpl.java:86)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$3.execute(CliGitAPIImpl.java:945)
	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.merge(AbstractGitAPIImpl.java:88)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.merge(CliGitAPIImpl.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:902)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:854)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
INFO: Processing JUnit
ERROR: Step ?Publish xUnit test result report? failed: [JUnit] - No test report file(s) were found with the pattern '**/target/surefire-reports/TEST-*.xml' relative to '<https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/'> for the testing framework 'JUnit'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'JUnit'?"
Putting comment on the pull request

Jenkins build is back to normal : TomEE » pull-request #190

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Tomee/job/pull-request/190/display/redirect?page=changes>


Build failed in Jenkins: TomEE » pull-request #189

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Tomee/job/pull-request/189/display/redirect?page=changes>

Changes:

[Jean-Louis Monteiro] Add some fixes and prepare for some refactoring

[Jean-Louis Monteiro] Update some old versions

[Jean-Louis Monteiro] Fix test failure

[Jean-Louis Monteiro] Some JAX-WS tests

[Jean-Louis Monteiro] Make sure we don't use an EJB for POJO deployment


------------------------------------------
[...truncated 68.66 MB...]
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/dynamic-implementation/target/dynamic-implementation-8.0.10-SNAPSHOT.jar> to org.superbiz/dynamic-implementation/8.0.10-SNAPSHOT/dynamic-implementation-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/dynamic-implementation/target/dynamic-implementation-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/dynamic-implementation/8.0.10-SNAPSHOT/dynamic-implementation-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/groovy-jpa/pom.xml> to org.superbiz/groovy-jpa/8.0.10-SNAPSHOT/groovy-jpa-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/groovy-jpa/target/groovy-jpa-8.0.10-SNAPSHOT.jar> to org.superbiz/groovy-jpa/8.0.10-SNAPSHOT/groovy-jpa-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-overlay-runner/pom.xml> to org.apache.tomee/tomee-overlay-runner/8.0.10-SNAPSHOT/tomee-overlay-runner-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-overlay-runner/target/tomee-overlay-runner-8.0.10-SNAPSHOT.jar> to org.apache.tomee/tomee-overlay-runner/8.0.10-SNAPSHOT/tomee-overlay-runner-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/webservice-ws-security/pom.xml> to org.superbiz/webservice-ws-security/8.0.10-SNAPSHOT/webservice-ws-security-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/webservice-ws-security/target/webservice-ws-security-8.0.10-SNAPSHOT.jar> to org.superbiz/webservice-ws-security/8.0.10-SNAPSHOT/webservice-ws-security-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/webservice-ws-security/target/webservice-ws-security-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/webservice-ws-security/8.0.10-SNAPSHOT/webservice-ws-security-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/deps/pom.xml> to org.apache.tomee/deps/8.0.10-SNAPSHOT/deps-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tck/microprofile-tck/config/pom.xml> to org.apache.tomee/microprofile-config-tck/8.0.10-SNAPSHOT/microprofile-config-tck-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tck/microprofile-tck/config/target/microprofile-config-tck-8.0.10-SNAPSHOT.jar> to org.apache.tomee/microprofile-config-tck/8.0.10-SNAPSHOT/microprofile-config-tck-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/container/openejb-jee-accessors/pom.xml> to org.apache.tomee/openejb-jee-accessors/8.0.10-SNAPSHOT/openejb-jee-accessors-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/container/openejb-jee-accessors/target/openejb-jee-accessors-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-jee-accessors/8.0.10-SNAPSHOT/openejb-jee-accessors-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/cdi-qualifier/pom.xml> to org.superbiz/cdi-qualifier/8.0.10-SNAPSHOT/cdi-qualifier-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/cdi-qualifier/target/cdi-qualifier-8.0.10-SNAPSHOT.jar> to org.superbiz/cdi-qualifier/8.0.10-SNAPSHOT/cdi-qualifier-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/cdi-qualifier/target/cdi-qualifier-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/cdi-qualifier/8.0.10-SNAPSHOT/cdi-qualifier-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-openejb-embedded/pom.xml> to org.apache.tomee/arquillian-openejb-embedded/8.0.10-SNAPSHOT/arquillian-openejb-embedded-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-openejb-embedded/target/arquillian-openejb-embedded-8.0.10-SNAPSHOT.jar> to org.apache.tomee/arquillian-openejb-embedded/8.0.10-SNAPSHOT/arquillian-openejb-embedded-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-webapp/pom.xml> to org.superbiz/moviefun-webapp/8.0.10-SNAPSHOT/moviefun-webapp-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-webapp/target/moviefun-webapp-8.0.10-SNAPSHOT.war> to org.superbiz/moviefun-webapp/8.0.10-SNAPSHOT/moviefun-webapp-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/maven/jarstxt-maven-plugin/pom.xml> to org.apache.tomee.maven/jarstxt-maven-plugin/8.0.10-SNAPSHOT/jarstxt-maven-plugin-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/maven/jarstxt-maven-plugin/target/jarstxt-maven-plugin-8.0.10-SNAPSHOT.jar> to org.apache.tomee.maven/jarstxt-maven-plugin/8.0.10-SNAPSHOT/jarstxt-maven-plugin-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-faulttolerance-timeout/pom.xml> to org.superbiz/mp-faulttolerance-timeout/8.0.10-SNAPSHOT/mp-faulttolerance-timeout-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-faulttolerance-timeout/target/mp-faulttolerance-timeout-8.0.10-SNAPSHOT.war> to org.superbiz/mp-faulttolerance-timeout/8.0.10-SNAPSHOT/mp-faulttolerance-timeout-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-faulttolerance-timeout/target/mp-faulttolerance-timeout-jakartaee9-8.0.10-SNAPSHOT.war> to org.superbiz/mp-faulttolerance-timeout/8.0.10-SNAPSHOT/mp-faulttolerance-timeout-8.0.10-SNAPSHOT-jakartaee9.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-cxf-transport/pom.xml> to org.apache.tomee/openejb-cxf-transport/8.0.10-SNAPSHOT/openejb-cxf-transport-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-cxf-transport/target/openejb-cxf-transport-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-cxf-transport/8.0.10-SNAPSHOT/openejb-cxf-transport-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-plume-webapp/pom.xml> to org.apache.tomee/tomee-plume-webapp/8.0.10-SNAPSHOT/tomee-plume-webapp-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-plume-webapp/target/tomee-plume-webapp-8.0.10-SNAPSHOT.jar> to org.apache.tomee/tomee-plume-webapp/8.0.10-SNAPSHOT/tomee-plume-webapp-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-plume-webapp/target/tomee-plume-webapp-8.0.10-SNAPSHOT.war> to org.apache.tomee/tomee-plume-webapp/8.0.10-SNAPSHOT/tomee-plume-webapp-8.0.10-SNAPSHOT.war
[Fast Archiver] Compressed 64.94 MB of artifacts by 65.1% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/container/openejb-javaagent/pom.xml> to org.apache.tomee/openejb-javaagent/8.0.10-SNAPSHOT/openejb-javaagent-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/container/openejb-javaagent/target/openejb-javaagent-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-javaagent/8.0.10-SNAPSHOT/openejb-javaagent-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/maven/tomee-maven-plugin/pom.xml> to org.apache.tomee.maven/tomee-maven-plugin/8.0.10-SNAPSHOT/tomee-maven-plugin-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/maven/tomee-maven-plugin/target/tomee-maven-plugin-8.0.10-SNAPSHOT.jar> to org.apache.tomee.maven/tomee-maven-plugin/8.0.10-SNAPSHOT/tomee-maven-plugin-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/itests/tomee-server-composer/pom.xml> to org.apache.tomee/tomee-server-composer/8.0.10-SNAPSHOT/tomee-server-composer-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/itests/tomee-server-composer/target/tomee-server-composer-8.0.10-SNAPSHOT.jar> to org.apache.tomee/tomee-server-composer/8.0.10-SNAPSHOT/tomee-server-composer-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/itests/openejb-itests-app/pom.xml> to org.apache.tomee/openejb-itests-app/8.0.10-SNAPSHOT/openejb-itests-app-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/itests/openejb-itests-app/target/openejb-itests-app-8.0.10-SNAPSHOT.ear> to org.apache.tomee/openejb-itests-app/8.0.10-SNAPSHOT/openejb-itests-app-8.0.10-SNAPSHOT.jar
[Fast Archiver] Compressed 5.33 MB of artifacts by 78.0% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/injection-of-connectionfactory/pom.xml> to org.superbiz/injection-of-connectionfactory/8.0.10-SNAPSHOT/injection-of-connectionfactory-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/injection-of-connectionfactory/target/injection-of-connectionfactory-8.0.10-SNAPSHOT.jar> to org.superbiz/injection-of-connectionfactory/8.0.10-SNAPSHOT/injection-of-connectionfactory-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/injection-of-connectionfactory/target/injection-of-connectionfactory-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/injection-of-connectionfactory/8.0.10-SNAPSHOT/injection-of-connectionfactory-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml> to org.apache.tomee/tomee-microprofile-webapp/8.0.10-SNAPSHOT/tomee-microprofile-webapp-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-microprofile/tomee-microprofile-webapp/target/tomee-microprofile-webapp-8.0.10-SNAPSHOT.jar> to org.apache.tomee/tomee-microprofile-webapp/8.0.10-SNAPSHOT/tomee-microprofile-webapp-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-microprofile/tomee-microprofile-webapp/target/tomee-microprofile-webapp-8.0.10-SNAPSHOT.war> to org.apache.tomee/tomee-microprofile-webapp/8.0.10-SNAPSHOT/tomee-microprofile-webapp-8.0.10-SNAPSHOT.war
[Fast Archiver] Compressed 53.52 MB of artifacts by 58.2% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/resources-jmx-example/resources-jmx-ear/pom.xml> to org.superbiz/resources-jmx-ear/8.0.10-SNAPSHOT/resources-jmx-ear-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/resources-jmx-example/resources-jmx-ear/target/resources-jmx-ear-8.0.10-SNAPSHOT.ear> to org.superbiz/resources-jmx-ear/8.0.10-SNAPSHOT/resources-jmx-ear-8.0.10-SNAPSHOT.ear
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/resources-jmx-example/resources-jmx-ear/target/resources-jmx-ear-jakartaee9-8.0.10-SNAPSHOT.ear> to org.superbiz/resources-jmx-ear/8.0.10-SNAPSHOT/resources-jmx-ear-8.0.10-SNAPSHOT-jakartaee9.ear
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/cdi-alternative-and-stereotypes/pom.xml> to org.superbiz/cdi-alternative-and-stereotypes/8.0.10-SNAPSHOT/cdi-alternative-and-stereotypes-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/cdi-alternative-and-stereotypes/target/cdi-alternative-and-stereotypes-8.0.10-SNAPSHOT.jar> to org.superbiz/cdi-alternative-and-stereotypes/8.0.10-SNAPSHOT/cdi-alternative-and-stereotypes-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/cdi-alternative-and-stereotypes/target/cdi-alternative-and-stereotypes-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/cdi-alternative-and-stereotypes/8.0.10-SNAPSHOT/cdi-alternative-and-stereotypes-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/testing-security-meta/pom.xml> to org.superbiz/testing-security-meta/8.0.10-SNAPSHOT/testing-security-meta-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/testing-security-meta/target/testing-security-meta-8.0.10-SNAPSHOT.jar> to org.superbiz/testing-security-meta/8.0.10-SNAPSHOT/testing-security-meta-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/testing-security-meta/target/testing-security-meta-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/testing-security-meta/8.0.10-SNAPSHOT/testing-security-meta-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-axis/pom.xml> to org.apache.tomee/openejb-axis/8.0.10-SNAPSHOT/openejb-axis-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-axis/target/openejb-axis-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-axis/8.0.10-SNAPSHOT/openejb-axis-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/container/openejb-core/pom.xml> to org.apache.tomee/openejb-core/8.0.10-SNAPSHOT/openejb-core-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/container/openejb-core/target/openejb-core-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-core/8.0.10-SNAPSHOT/openejb-core-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/polling-parent/polling-core/pom.xml> to jug/polling-core/8.0.10-SNAPSHOT/polling-core-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/polling-parent/polling-core/target/polling-core-8.0.10-SNAPSHOT.jar> to jug/polling-core/8.0.10-SNAPSHOT/polling-core-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/serverless-tomee-plume/pom.xml> to org.superbiz/serverless-tomee-plume/8.0.10-SNAPSHOT/serverless-tomee-plume-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/serverless-tomee-plume/target/serverless-tomee-plume-8.0.10-SNAPSHOT.jar> to org.superbiz/serverless-tomee-plume/8.0.10-SNAPSHOT/serverless-tomee-plume-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-webservices/pom.xml> to org.apache.tomee/openejb-webservices/8.0.10-SNAPSHOT/openejb-webservices-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-webservices/target/openejb-webservices-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-webservices/8.0.10-SNAPSHOT/openejb-webservices-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/pom.xml> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-8.0.10-SNAPSHOT.jar> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-webprofile-8.0.10-SNAPSHOT.zip> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-webprofile.zip
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-webprofile-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-webprofile.tar.gz
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-plus-8.0.10-SNAPSHOT.zip> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-plus.zip
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-plus-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-plus.tar.gz
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-plume-8.0.10-SNAPSHOT.zip> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-plume.zip
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-plume-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-plume.tar.gz
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-microprofile-8.0.10-SNAPSHOT.zip> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-microprofile.zip
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-microprofile-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-microprofile.tar.gz
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-webprofile-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-webprofile.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-plus-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-plus.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-plume-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-plume.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/apache-tomee/target/apache-tomee-microprofile-8.0.10-SNAPSHOT.tar.gz> to org.apache.tomee/apache-tomee/8.0.10-SNAPSHOT/apache-tomee-8.0.10-SNAPSHOT-microprofile.jar
[Fast Archiver] Compressed 758.23 MB of artifacts by 15.9% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/webservice-handlerchain/pom.xml> to org.superbiz/webservice-handlerchain/8.0.10-SNAPSHOT/webservice-handlerchain-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/webservice-handlerchain/target/webservice-handlerchain-8.0.10-SNAPSHOT.jar> to org.superbiz/webservice-handlerchain/8.0.10-SNAPSHOT/webservice-handlerchain-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/webservice-handlerchain/target/webservice-handlerchain-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/webservice-handlerchain/8.0.10-SNAPSHOT/webservice-handlerchain-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-business-model/pom.xml> to org.superbiz/moviefun-business-model/8.0.10-SNAPSHOT/moviefun-business-model-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-business-model/target/moviefun-business-model-8.0.10-SNAPSHOT.jar> to org.superbiz/moviefun-business-model/8.0.10-SNAPSHOT/moviefun-business-model-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/xa-datasource/pom.xml> to org.superbiz/xa-datasource/8.0.10-SNAPSHOT/xa-datasource-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/xa-datasource/target/dbtest.war> to org.superbiz/xa-datasource/8.0.10-SNAPSHOT/xa-datasource-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/xa-datasource/target/xa-datasource-jakartaee9-8.0.10-SNAPSHOT.war> to org.superbiz/xa-datasource/8.0.10-SNAPSHOT/xa-datasource-8.0.10-SNAPSHOT-jakartaee9.war
[Fast Archiver] Compressed 7.25 MB of artifacts by 53.0% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/ejb-remote-call/pom.xml> to org.superbiz/ejb-remote-call/8.0.10-SNAPSHOT/ejb-remote-call-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/ejb-remote-call/target/ejb-remote-call-8.0.10-SNAPSHOT.war> to org.superbiz/ejb-remote-call/8.0.10-SNAPSHOT/ejb-remote-call-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/ejb-remote-call/target/ejb-remote-call-jakartaee9-8.0.10-SNAPSHOT.war> to org.superbiz/ejb-remote-call/8.0.10-SNAPSHOT/ejb-remote-call-8.0.10-SNAPSHOT-jakartaee9.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/schedule-methods/pom.xml> to org.superbiz/schedule-methods/8.0.10-SNAPSHOT/schedule-methods-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/schedule-methods/target/schedule-methods-8.0.10-SNAPSHOT.jar> to org.superbiz/schedule-methods/8.0.10-SNAPSHOT/schedule-methods-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/schedule-methods/target/schedule-methods-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/schedule-methods/8.0.10-SNAPSHOT/schedule-methods-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-openejb-transaction-provider/pom.xml> to org.apache.tomee/arquillian-openejb-transaction-provider/8.0.10-SNAPSHOT/arquillian-openejb-transaction-provider-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-openejb-transaction-provider/target/arquillian-openejb-transaction-provider-8.0.10-SNAPSHOT.jar> to org.apache.tomee/arquillian-openejb-transaction-provider/8.0.10-SNAPSHOT/arquillian-openejb-transaction-provider-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/persistence-fragment/pom.xml> to org.superbiz/persistence-fragment/8.0.10-SNAPSHOT/persistence-fragment-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/persistence-fragment/target/persistence-fragment-8.0.10-SNAPSHOT.jar> to org.superbiz/persistence-fragment/8.0.10-SNAPSHOT/persistence-fragment-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/persistence-fragment/target/persistence-fragment-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/persistence-fragment/8.0.10-SNAPSHOT/persistence-fragment-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/utils/openejb-mockito/pom.xml> to org.apache.tomee/openejb-mockito/8.0.10-SNAPSHOT/openejb-mockito-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/utils/openejb-mockito/target/openejb-mockito-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-mockito/8.0.10-SNAPSHOT/openejb-mockito-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/bval-evaluation-redeployment/pom.xml> to org.superbiz/bval-evaluation-redeployment/8.0.10-SNAPSHOT/bval-evaluation-redeployment-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/injection-of-ejbs/pom.xml> to org.superbiz/injection-of-ejbs/8.0.10-SNAPSHOT/injection-of-ejbs-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/injection-of-ejbs/target/injection-of-ejbs-8.0.10-SNAPSHOT.jar> to org.superbiz/injection-of-ejbs/8.0.10-SNAPSHOT/injection-of-ejbs-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/injection-of-ejbs/target/injection-of-ejbs-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/injection-of-ejbs/8.0.10-SNAPSHOT/injection-of-ejbs-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-jwt-bean-validation/pom.xml> to org.superbiz/mp-jwt-bean-validation/8.0.10-SNAPSHOT/mp-jwt-bean-validation-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-jwt-bean-validation/target/moviestore.war> to org.superbiz/mp-jwt-bean-validation/8.0.10-SNAPSHOT/mp-jwt-bean-validation-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-jwt-bean-validation/target/mp-jwt-bean-validation-jakartaee9-8.0.10-SNAPSHOT.war> to org.superbiz/mp-jwt-bean-validation/8.0.10-SNAPSHOT/mp-jwt-bean-validation-8.0.10-SNAPSHOT-jakartaee9.war
[Fast Archiver] Compressed 503.66 KB of artifacts by 76.2% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/boms/tomee-microprofile/pom.xml> to org.apache.tomee.bom/tomee-microprofile/8.0.10-SNAPSHOT/tomee-microprofile-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/boms/tomee-microprofile/target/tomee-microprofile-8.0.10-SNAPSHOT.jar> to org.apache.tomee.bom/tomee-microprofile/8.0.10-SNAPSHOT/tomee-microprofile-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-multicast/pom.xml> to org.apache.tomee/openejb-multicast/8.0.10-SNAPSHOT/openejb-multicast-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/server/openejb-multicast/target/openejb-multicast-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-multicast/8.0.10-SNAPSHOT/openejb-multicast-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-rest-jwt-principal/pom.xml> to org.superbiz/mp-rest-jwt-principal/8.0.10-SNAPSHOT/mp-rest-jwt-principal-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-rest-jwt-principal/target/phonestore.war> to org.superbiz/mp-rest-jwt-principal/8.0.10-SNAPSHOT/mp-rest-jwt-principal-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-rest-jwt-principal/target/mp-rest-jwt-principal-jakartaee9-8.0.10-SNAPSHOT.war> to org.superbiz/mp-rest-jwt-principal/8.0.10-SNAPSHOT/mp-rest-jwt-principal-8.0.10-SNAPSHOT-jakartaee9.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/junit5-arquillian-multiple-tomee/pom.xml> to org.superbiz/junit5-multiple-tomee-arquillian/8.0.10-SNAPSHOT/junit5-multiple-tomee-arquillian-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/junit5-arquillian-multiple-tomee/target/junit5-multiple-tomee-arquillian-8.0.10-SNAPSHOT.jar> to org.superbiz/junit5-multiple-tomee-arquillian/8.0.10-SNAPSHOT/junit5-multiple-tomee-arquillian-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/junit5-arquillian-multiple-tomee/target/junit5-multiple-tomee-arquillian-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/junit5-multiple-tomee-arquillian/8.0.10-SNAPSHOT/junit5-multiple-tomee-arquillian-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/movies-complete/pom.xml> to org.superbiz/movies-complete/8.0.10-SNAPSHOT/movies-complete-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/movies-complete/target/movies-complete-8.0.10-SNAPSHOT.jar> to org.superbiz/movies-complete/8.0.10-SNAPSHOT/movies-complete-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/movies-complete/target/movies-complete-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/movies-complete/8.0.10-SNAPSHOT/movies-complete-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-config-source-database/pom.xml> to org.superbiz/mp-config-source-database/8.0.10-SNAPSHOT/mp-config-source-database-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-config-source-database/target/mp-config-source-database-8.0.10-SNAPSHOT.war> to org.superbiz/mp-config-source-database/8.0.10-SNAPSHOT/mp-config-source-database-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/mp-config-source-database/target/mp-config-source-database-jakartaee9-8.0.10-SNAPSHOT.war> to org.superbiz/mp-config-source-database/8.0.10-SNAPSHOT/mp-config-source-database-8.0.10-SNAPSHOT-jakartaee9.war
[Fast Archiver] Compressed 184.55 KB of artifacts by 17.3% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-webservice-without-interface/pom.xml> to org.superbiz/simple-webservice-without-interface/8.0.10-SNAPSHOT/simple-webservice-without-interface-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-webservice-without-interface/target/simple-webservice-without-interface-8.0.10-SNAPSHOT.jar> to org.superbiz/simple-webservice-without-interface/8.0.10-SNAPSHOT/simple-webservice-without-interface-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-webservice-without-interface/target/simple-webservice-without-interface-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/simple-webservice-without-interface/8.0.10-SNAPSHOT/simple-webservice-without-interface-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/websocket-jms/pom.xml> to org.superbiz/websocket-jms/8.0.10-SNAPSHOT/websocket-jms-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/websocket-jms/target/websocket-jms.war> to org.superbiz/websocket-jms/8.0.10-SNAPSHOT/websocket-jms-8.0.10-SNAPSHOT.war
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/websocket-jms/target/websocket-jms-jakartaee9-8.0.10-SNAPSHOT.war> to org.superbiz/websocket-jms/8.0.10-SNAPSHOT/websocket-jms-8.0.10-SNAPSHOT-jakartaee9.war
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/pom.xml> to org.apache.tomee/tomee-project/8.0.10-SNAPSHOT/tomee-project-8.0.10-SNAPSHOT.pom
[Fast Archiver] Compressed 73.13 KB of artifacts by 43.8% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/boms/tomee-plus-api/pom.xml> to org.apache.tomee.bom/tomee-plus-api/8.0.10-SNAPSHOT/tomee-plus-api-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/boms/tomee-plus-api/target/tomee-plus-api-8.0.10-SNAPSHOT.jar> to org.apache.tomee.bom/tomee-plus-api/8.0.10-SNAPSHOT/tomee-plus-api-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-business-logic/pom.xml> to org.superbiz/moviefun-business-logic/8.0.10-SNAPSHOT/moviefun-business-logic-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-business-logic/target/moviefun-business-logic-8.0.10-SNAPSHOT.jar> to org.superbiz/moviefun-business-logic/8.0.10-SNAPSHOT/moviefun-business-logic-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-business-logic/target/moviefun-business-logic-jakartaee9-8.0.10-SNAPSHOT.jar> to org.superbiz/moviefun-business-logic/8.0.10-SNAPSHOT/moviefun-business-logic-8.0.10-SNAPSHOT-jakartaee9.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-ear/pom.xml> to org.superbiz/moviefun-ear/8.0.10-SNAPSHOT/moviefun-ear-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-ear/target/moviefun-ear-8.0.10-SNAPSHOT.ear> to org.superbiz/moviefun-ear/8.0.10-SNAPSHOT/moviefun-ear-8.0.10-SNAPSHOT.ear
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-ear/moviefun-ear/target/moviefun-ear-jakartaee9-8.0.10-SNAPSHOT.ear> to org.superbiz/moviefun-ear/8.0.10-SNAPSHOT/moviefun-ear-8.0.10-SNAPSHOT-jakartaee9.ear
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-stateless-callbacks/pom.xml> to org.superbiz/simple-stateless-callbacks/8.0.10-SNAPSHOT/simple-stateless-callbacks-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/simple-stateless-callbacks/target/simple-stateless-callbacks-8.0.10-SNAPSHOT.jar> to org.superbiz/simple-stateless-callbacks/8.0.10-SNAPSHOT/simple-stateless-callbacks-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/itests/openejb-itests-servlets/pom.xml> to org.apache.tomee/openejb-itests-servlets/8.0.10-SNAPSHOT/openejb-itests-servlets-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/itests/openejb-itests-servlets/target/openejb-itests-servlets-8.0.10-SNAPSHOT.jar> to org.apache.tomee/openejb-itests-servlets/8.0.10-SNAPSHOT/openejb-itests-servlets-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml> to org.apache.tomee/arquillian-tomee-webprofile-tests/8.0.10-SNAPSHOT/arquillian-tomee-webprofile-tests-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/target/arquillian-tomee-webprofile-tests-8.0.10-SNAPSHOT.jar> to org.apache.tomee/arquillian-tomee-webprofile-tests/8.0.10-SNAPSHOT/arquillian-tomee-webprofile-tests-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/utils/webdeployer/pom.xml> to org.apache.tomee/webdeployer/8.0.10-SNAPSHOT/webdeployer-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/utils/webdeployer/target/webdeployer-8.0.10-SNAPSHOT.jar> to org.apache.tomee/webdeployer/8.0.10-SNAPSHOT/webdeployer-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-microprofile/mp-common/pom.xml> to org.apache.tomee/mp-common/8.0.10-SNAPSHOT/mp-common-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-microprofile/mp-common/target/mp-common-8.0.10-SNAPSHOT.jar> to org.apache.tomee/mp-common/8.0.10-SNAPSHOT/mp-common-8.0.10-SNAPSHOT.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-webaccess/pom.xml> to org.apache.tomee/tomee-webaccess/8.0.10-SNAPSHOT/tomee-webaccess-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/tomee/tomee-webaccess/target/tomee-webaccess-8.0.10-SNAPSHOT.war> to org.apache.tomee/tomee-webaccess/8.0.10-SNAPSHOT/tomee-webaccess-8.0.10-SNAPSHOT.war
[Fast Archiver] Compressed 7.81 MB of artifacts by 91.6% relative to #187
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-tomee-embedded/pom.xml> to org.apache.tomee/arquillian-tomee-embedded/8.0.10-SNAPSHOT/arquillian-tomee-embedded-8.0.10-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/arquillian/arquillian-tomee-embedded/target/arquillian-tomee-embedded-8.0.10-SNAPSHOT.jar> to org.apache.tomee/arquillian-tomee-embedded/8.0.10-SNAPSHOT/arquillian-tomee-embedded-8.0.10-SNAPSHOT.jar
Sending e-mails to: commits@tomee.apache.org
channel stopped
INFO: Processing JUnit
INFO: [JUnit] - 1,322 test report file(s) were found with the pattern '**/target/surefire-reports/TEST-*.xml' relative to '<https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/'> for the testing framework 'JUnit'.
WARNING: The file '<https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml'> is an invalid file.
WARNING: At line 10 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 14 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 17 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 22 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 28 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 41 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 44 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 53 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 58 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 61 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 64 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 71 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 80 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 87 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 92 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 98 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 104 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 108 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 131 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 134 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 137 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 140 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 143 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 146 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 152 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 157 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 164 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 167 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 170 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 175 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 179 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 182 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 185 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 189 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 196 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 201 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 204 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 207 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 210 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: The result file '<https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.scalatest.tools.DiscoverySuite-14645ce6-118e-4044-ac82-d6e5925f6deb.xml'> for the metric 'JUnit' is not valid. The result file has been skipped.
WARNING: The file '<https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml'> is an invalid file.
WARNING: At line 10 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 14 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 17 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 22 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 28 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 41 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 44 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 53 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 58 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 61 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 64 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 71 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 80 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 87 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 92 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 98 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 104 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 108 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 131 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 134 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 137 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 140 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 143 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 146 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 152 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 157 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 164 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 167 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 170 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 175 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 179 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 182 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 185 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 189 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 196 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 201 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 204 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 207 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: At line 210 of <https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml>:cvc-complex-type.2.1: Element 'property' must have no character or element information item [children], because the type's content type is empty.
WARNING: The result file '<https://ci-builds.apache.org/job/Tomee/job/pull-request/ws/examples/scala-basic/target/surefire-reports/TEST-org.superbiz.GreetingServiceTest.xml'> for the metric 'JUnit' is not valid. The result file has been skipped.
INFO: Setting the build status to FAILURE
Putting comment on the pull request