Build failed in Jenkins: TomEE » master-deploy #860

2022-03-30 Thread Apache Jenkins Server
See 


Changes:

[Jean-Louis Monteiro] MicroProfile TCK upgrade to support jakarta namespace. 
Let's see how far we are from API/IMPL

[Jean-Louis Monteiro] Compatible version for geronimo metrics impl


--
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds45 (ubuntu) in workspace 

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  # 
 > 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 rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision da1bca51e48de065e94a9217390cb1f519195771 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f da1bca51e48de065e94a9217390cb1f519195771 # timeout=10
Commit message: "Compatible version for geronimo metrics impl"
 > git rev-list --no-walk e5dd99bc21b5427fc8edad3b1eae5995d7135af6 # timeout=10
Parsing POMs
ERROR: Failed to parse POMs
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.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 99, column 16
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:test-jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 113, column 16

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3329)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
builds45
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1165)
at hudson.FilePath.act(FilePath.java:1154)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
at hudson.model.Run.execute(Run.java:1888)
at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at 
hudson.model.ResourceController.execute(ResourceController.java:99)
at hudson.model.Executor.run(Executor.java:432)
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 99, column 16
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:test-jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 113, column 16

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397)
at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
at 

Build failed in Jenkins: TomEE » master-sanity-checks #339

2022-03-30 Thread Apache Jenkins Server
See 


Changes:

[Jean-Louis Monteiro] Compatible version for geronimo metrics impl


--
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds47 (ubuntu) in workspace 

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 
 >  # 
 > 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 rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision da1bca51e48de065e94a9217390cb1f519195771 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f da1bca51e48de065e94a9217390cb1f519195771 # timeout=10
Commit message: "Compatible version for geronimo metrics impl"
 > git rev-list --no-walk 9da909107362802764691a5fdf5cecc430e88c5d # timeout=10
Parsing POMs
ERROR: Failed to parse POMs
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.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 99, column 16
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:test-jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 113, column 16

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3329)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
builds47
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1165)
at hudson.FilePath.act(FilePath.java:1154)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
at hudson.model.Run.execute(Run.java:1888)
at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at 
hudson.model.ResourceController.execute(ResourceController.java:99)
at hudson.model.Executor.run(Executor.java:432)
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 99, column 16
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:test-jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 113, column 16

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397)
at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)
at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:340)
at 

[tomee] branch master updated: Compatible version for geronimo metrics impl

2022-03-30 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
 new da1bca5  Compatible version for geronimo metrics impl
da1bca5 is described below

commit da1bca51e48de065e94a9217390cb1f519195771
Author: Jean-Louis Monteiro 
AuthorDate: Thu Mar 31 00:01:43 2022 +0200

Compatible version for geronimo metrics impl
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6cabf01..788e9be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
 3.0-RC3
 4.0
 2.0.1
-3.0.1
+1.1.1
 4.0.1
 
1.0.6
 1.3.3


Build failed in Jenkins: TomEE » master-sanity-checks #338

2022-03-30 Thread Apache Jenkins Server
See 


Changes:

[Jean-Louis Monteiro] MicroProfile TCK upgrade to support jakarta namespace. 
Let's see how far we are from API/IMPL


--
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds47 (ubuntu) in workspace 

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 
 >  # 
 > 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 rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 9da909107362802764691a5fdf5cecc430e88c5d 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9da909107362802764691a5fdf5cecc430e88c5d # timeout=10
Commit message: "MicroProfile TCK upgrade to support jakarta namespace. Let's 
see how far we are from API/IMPL"
 > git rev-list --no-walk e5dd99bc21b5427fc8edad3b1eae5995d7135af6 # timeout=10
Parsing POMs
ERROR: Failed to parse POMs
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.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 99, column 16
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:test-jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 113, column 16

at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1391)
at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1124)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3329)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
builds47
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at hudson.FilePath.act(FilePath.java:1165)
at hudson.FilePath.act(FilePath.java:1154)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:689)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
at hudson.model.Run.execute(Run.java:1888)
at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at 
hudson.model.ResourceController.execute(ResourceController.java:99)
at hudson.model.Executor.run(Executor.java:432)
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 99, column 16
[ERROR] 'dependencies.dependency.version' for 
org.eclipse.microprofile.jwt:microprofile-jwt-auth-tck:test-jar must be a valid 
version but is '${microprofile.jwt.tck.version'. @ line 113, column 16

at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:397)
at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:370)

[tomee] branch master updated: MicroProfile TCK upgrade to support jakarta namespace. Let's see how far we are from API/IMPL

2022-03-30 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
 new 9da9091  MicroProfile TCK upgrade to support jakarta namespace. Let's 
see how far we are from API/IMPL
9da9091 is described below

commit 9da909107362802764691a5fdf5cecc430e88c5d
Author: Jean-Louis Monteiro 
AuthorDate: Wed Mar 30 23:39:05 2022 +0200

MicroProfile TCK upgrade to support jakarta namespace. Let's see how far we 
are from API/IMPL
---
 pom.xml |  8 
 tck/microprofile-tck/config/pom.xml |  8 +++-
 tck/microprofile-tck/fault-tolerance/pom.xml| 11 ---
 tck/microprofile-tck/health/pom.xml |  6 +-
 tck/microprofile-tck/jwt/pom.xml|  8 ++--
 tck/microprofile-tck/metrics/pom.xml|  8 +++-
 tck/microprofile-tck/openapi/pom.xml| 13 -
 tck/microprofile-tck/opentracing/pom.xml| 10 --
 .../MicroProfileOpenTrackingContextResolver.java|  5 ++---
 .../OpenTracingJacksonMapperTest.java   |  4 ++--
 tck/microprofile-tck/rest-client/pom.xml|  6 +-
 11 files changed, 70 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 871e677..6cabf01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,21 +225,29 @@
 
 2.0
 1.3
+3.0.1
 1.2.3
 2.0
+2.0
 
${project.version}
 
 
1.1.4
+
4.0
 
1.2.1
 3.0-RC3
+4.0
 2.0.1
 3.0.1
+4.0.1
 
1.0.6
 1.3.3
+
3.0
 
${cxf.version}
 1.1.2
+3.0
 
1.0.15
 1.1.2
+
3.0
 
1.0.3
 0.31.0
 
diff --git a/tck/microprofile-tck/config/pom.xml 
b/tck/microprofile-tck/config/pom.xml
index 39c3ab6..ad8484a 100644
--- a/tck/microprofile-tck/config/pom.xml
+++ b/tck/microprofile-tck/config/pom.xml
@@ -101,12 +101,18 @@
   microprofile-config-api-shade
   ${project.version}
   test
+  
+
+  org.eclipse.microprofile.config
+  microprofile-config-api
+
+  
 
 
 
   org.eclipse.microprofile.config
   microprofile-config-tck
-  ${microprofile.config.version}
+  ${microprofile.config.tck.version}
   test
 
 
diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml 
b/tck/microprofile-tck/fault-tolerance/pom.xml
index 74c20a9..7ccddd5 100644
--- a/tck/microprofile-tck/fault-tolerance/pom.xml
+++ b/tck/microprofile-tck/fault-tolerance/pom.xml
@@ -88,12 +88,18 @@
   microprofile-fault-tolerance-api-shade
   ${project.version}
   test
+  
+
+  org.eclipse.microprofile.fault-tolerance
+  microprofile-fault-tolerance-api
+
+  
 
 
 
   org.eclipse.microprofile.fault-tolerance
   microprofile-fault-tolerance-tck
-  ${microprofile.fault-tolerance.version}
+  ${microprofile.fault-tolerance.tck.version}
   test
 
 
@@ -109,8 +115,7 @@
 
   org.testng
   testng
-  6.14.3
-  test
+  provided
 
 
 
diff --git a/tck/microprofile-tck/health/pom.xml 
b/tck/microprofile-tck/health/pom.xml
index aebb5fb..2f9b6c9 100644
--- a/tck/microprofile-tck/health/pom.xml
+++ b/tck/microprofile-tck/health/pom.xml
@@ -91,13 +91,17 @@
   javax.inject
   javax.inject
 
+
+  org.eclipse.microprofile.health
+  microprofile-health-api
+
   
 
 
 
   org.eclipse.microprofile.health
   microprofile-health-tck
-  ${microprofile.health.version}
+  ${microprofile.health.tck.version}
   test
 
 
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index a04fb49..140c7e9 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -53,6 +53,10 @@
   test
   
 
+  org.apache.cxf
+  *
+
+
   org.glassfish.jaxb
   *
 
@@ -92,7 +96,7 @@
 
   org.eclipse.microprofile.jwt
   microprofile-jwt-auth-tck
-  ${microprofile.jwt.version}
+  ${microprofile.jwt.tck.version
   test
   
 
@@ -106,7 +110,7 @@
 
   org.eclipse.microprofile.jwt
   microprofile-jwt-auth-tck
-  ${microprofile.jwt.version}
+  ${microprofile.jwt.tck.version
   test-jar
   test
 
diff --git a/tck/microprofile-tck/metrics/pom.xml 
b/tck/microprofile-tck/metrics/pom.xml
index 3af9b3a..5f82ee6 100644
--- a/tck/microprofile-tck/metrics/pom.xml
+++ b/tck/microprofile-tck/metrics/pom.xml
@@ -95,6 +95,12 @@
   microprofile-metrics-api-shade
   ${project.version}
   test
+  
+
+  

Jenkins build is back to stable : TomEE » tomee-8.x-build-full #14

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : TomEE » tomee-8.x-build-full » TomEE :: TCK :: MicroProfile Rest Client TCK #14

2022-03-30 Thread Apache Jenkins Server
See 




Build failed in Jenkins: TomEE » master-build-full #538

2022-03-30 Thread Apache Jenkins Server
See 


Changes:

[Jean-Louis Monteiro] Fix add-opens in a more global manner

[Jean-Louis Monteiro] Fix arquillian servlet issue with jakarta

[Jean-Louis Monteiro] Missing transitive dependency

[Jean-Louis Monteiro] Small trick with legacy test of course using javax 
namespace

[Jean-Louis Monteiro] Checkstyle

[Jean-Louis Monteiro] Flag this one as @Ignored because we can't run it with 
JDK11.


--
[...truncated 116.37 MB...]
[JENKINS] Archiving 

 to 
org.superbiz/resources-jmx-ear/9.0.0-M8-SNAPSHOT/resources-jmx-ear-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.superbiz/resources-jmx-ear/9.0.0-M8-SNAPSHOT/resources-jmx-ear-9.0.0-M8-SNAPSHOT.ear
[JENKINS] Archiving 

 to 
org.superbiz/cdi-alternative-and-stereotypes/9.0.0-M8-SNAPSHOT/cdi-alternative-and-stereotypes-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.superbiz/cdi-alternative-and-stereotypes/9.0.0-M8-SNAPSHOT/cdi-alternative-and-stereotypes-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.superbiz/testing-security-meta/9.0.0-M8-SNAPSHOT/testing-security-meta-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.superbiz/testing-security-meta/9.0.0-M8-SNAPSHOT/testing-security-meta-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/activemq-broker-shade/9.0.0-M8-SNAPSHOT/activemq-broker-shade-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/activemq-broker-shade/9.0.0-M8-SNAPSHOT/activemq-broker-shade-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/activemq-broker-shade/9.0.0-M8-SNAPSHOT/activemq-broker-shade-9.0.0-M8-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 2.02 MB of artifacts by 94.5% relative to #537
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-core/9.0.0-M8-SNAPSHOT/openejb-core-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-core/9.0.0-M8-SNAPSHOT/openejb-core-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.superbiz/serverless-tomee-plume/9.0.0-M8-SNAPSHOT/serverless-tomee-plume-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.superbiz/serverless-tomee-plume/9.0.0-M8-SNAPSHOT/serverless-tomee-plume-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-webservices/9.0.0-M8-SNAPSHOT/openejb-webservices-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-webservices/9.0.0-M8-SNAPSHOT/openejb-webservices-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/apache-tomee/9.0.0-M8-SNAPSHOT/apache-tomee-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/apache-tomee/9.0.0-M8-SNAPSHOT/apache-tomee-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Fault Tolerance :: Timeout #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Concurrency utilities example #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Custom HealthCheck #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : TomEE » master-build-full » TomEE :: iTests :: Legacy Client #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » MicroProfile :: Examples :: Config #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Sample :: Moviefun #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Datasource Versioning #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: iTests :: JAX-RS #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Tests :: Web Profile #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Fault Tolerance :: Retry #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » MicroProfile :: Examples :: Config Source Database #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: iTests :: Server Composer #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Tests :: JAXRS #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile JSONB Custom Serializer/Deserializer #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: Change JAXWS URL #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: EJB WebService WS Security with resources.xml #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Config TCK #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Tests :: Configuration Tests #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile JSONB Configuration #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: REST Example #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Tests :: CODI #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: Bean Validation TomEE #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: EJB WebService with WS-Security #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Singleton startup ordering #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Resources/JMX Example :: EJB Module #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Simple REST #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Webapp Remote #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Metrics Counted #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: Bean Validation Embedded #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Metrics Histogram #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: DeltaSpike ProjectStage #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MVC (CXF-based) #538

2022-03-30 Thread Apache Jenkins Server
See 




Build failed in Jenkins: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Rest Client TCK #538

2022-03-30 Thread Apache Jenkins Server
See 


Changes:


--
[INFO] 
[INFO] ---< org.apache.tomee:microprofile-rest-client-tck >
[INFO] Building TomEE :: TCK :: MicroProfile Rest Client TCK 9.0.0-M8-SNAPSHOT 
[343/358]
[INFO] [ jar ]-
[INFO] Downloading from jboss-public-repository-group: 
https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from apache: 
https://repository.apache.org/content/repositories/releases/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from JBoss Repository: 
https://repository.jboss.org/nexus/content/groups/public-jboss/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from jakartaee-api-9.1-M2-SNAPSHOT: 
https://repository.apache.org/content/repositories/orgapachetomee-1195/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from johnzon-1.2.17: 
https://repository.apache.org/content/repositories/orgapachejohnzon-1053/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[WARNING] The POM for org.eclipse.jetty:jetty-continuation:jar:11.0.8 is 
missing, no dependency information available
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ 
microprofile-rest-client-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
microprofile-rest-client-tck ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ microprofile-rest-client-tck ---
[WARNING] Missing POM for org.eclipse.jetty:jetty-continuation:jar:11.0.8
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
microprofile-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ 
microprofile-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- dependency-report-plugin:1.0.2:report (default) @ 
microprofile-rest-client-tck ---
[INFO] No dependencies to report
[INFO] 
[INFO] --- maven-bundle-plugin:3.3.0:manifest (bundle-manifest) @ 
microprofile-rest-client-tck ---
[WARNING] Manifest 
org.apache.tomee:microprofile-rest-client-tck:jar:9.0.0-M8-SNAPSHOT : Unused 
Export-Package instructions: [org.apache.tomee*] 
[INFO] 
[INFO] --- wiremock-maven-plugin:3.0.0:run (start-wiremock) @ 
microprofile-rest-client-tck ---
[INFO] Starting WireMock with following params: 
--root-dir=
 --port=8765 --verbose
2022-03-30 17:55:56.057 Verbose logging enabled
[INFO] Logging initialized @11268630ms
2022-03-30 17:55:56.285 Verbose logging enabled
[INFO] jetty-9.2.24.v20180105
[INFO] Started o.e.j.s.ServletContextHandler@31ee805b{/__admin,null,AVAILABLE}
[INFO] Started o.e.j.s.ServletContextHandler@891c750{/,null,AVAILABLE}
[INFO] Started NetworkTrafficServerConnector@6d2ea803{HTTP/1.1}{0.0.0.0:8765}
[INFO] Started @11268791ms
 /$$  /$$ /$$ /$$  /$$ /$$  
| $$  /$ | $$|__/| $$$/$$$| $$  
| $$ /$$$| $$ /$$  /$$   /$$ |   /  /$$   /$$$| $$   /$$
| $$/$$ $$ $$| $$ /$$__  $$ /$$__  $$| $$ $$/$$ $$ /$$__  $$ /$$_/| $$  /$$/
| _  | $$| $$  \__/| | $$  $$$| $$| $$  \ $$| $$  | $$/ 
| $$$/ \  $$$| $$| $$  | $$_/| $$\  $ | $$| $$  | $$| $$  | $$_  $$ 
| $$/   \  $$| $$| $$  |  $$$| $$ \/  | $$|  $$/|  $$$| $$ \  $$
|__/ \__/|__/|__/   \___/|__/ |__/ \__/  \___/|__/  \__/

port: 8765
enable-browser-proxying:  false
disable-banner:   false
no-request-journal:   false
verbose:  true

[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 
microprofile-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ 
microprofile-rest-client-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 

Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Simple Remote tomcat-users.xml #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Fault Tolerance TCK #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MVC (CXF-based) with Hibernate #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: JAXRS JSON Provider with Jettison #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Metrics Timed #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: DeltaSpike Exception Handling #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT PRINCIPAL #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » mp-metrics-gauge #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: REST and EJB #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT Public Key #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: JPA with Hibernate and arquillian #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: JavaMail API with Velocity #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: Java Modules (Simple REST resource) #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Multiple Arquillian Adapters #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Open Tracing TCK #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: REST CDI #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Metrics TCK #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MVC (RestEasy-based) #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Remote #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT JWK #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: JavaMail API #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Open API TCK #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: WebSocket with tls and basic auth Example #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Cucumber JVM #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Fault Tolerance :: Fallback #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : TomEE » master-build-full » TomEE :: TCK :: CDI TomEE #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Health TCK #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: EJB WebService with SSL Client Certificate #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is back to stable : TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Tests :: JMS #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Arquillian Persistence Extension Sample #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile REST Client #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: REST XML JSON #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: Moviefun Rest #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: DeltaSpike I18n #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: DeltaSpike @ConfigProperty #538

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: JPA with EclipseLink #538

2022-03-30 Thread Apache Jenkins Server
See 




[jira] [Commented] (TOMEE-3860) Upgrade jackson-databind for CVE-2020-36518

2022-03-30 Thread Cesar Hernandez (Jira)


[ 
https://issues.apache.org/jira/browse/TOMEE-3860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17514873#comment-17514873
 ] 

Cesar Hernandez commented on TOMEE-3860:


Hi [~9177012889] ,

I'm not aware of a potential release date for 8.0.11.

If not already, I'll suggest you subscribe to TomEE mailing list to follow up 
over release dates:

[https://tomee.apache.org/mailing-lists.html]

 

Have a nice day!

> Upgrade jackson-databind for CVE-2020-36518
> ---
>
> Key: TOMEE-3860
> URL: https://issues.apache.org/jira/browse/TOMEE-3860
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 8.0.10
>Reporter: Yugandher reddy vonteddu
>Priority: Critical
>  Labels: CVE
> Fix For: 8.0.11
>
>
> jackson-databind-2.13.0-rc2.jar is vulnerable and should be upgraded.
> [https://nvd.nist.gov/vuln/detail/CVE-2020-36518]
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


Build failed in Jenkins: TomEE » master-build-full #537

2022-03-30 Thread Apache Jenkins Server
See 


Changes:

[Richard Zowalla] TOMEE-3879 - Adds missing --add-opens options to failover 
tests

[Richard Zowalla] TOMEE-3879 - Adds missing --add-opens options to failover 
tests


--
[...truncated 124.46 MB...]
[JENKINS] Archiving 

 to 
org.superbiz/resources-jmx-ear/9.0.0-M8-SNAPSHOT/resources-jmx-ear-9.0.0-M8-SNAPSHOT.ear
[JENKINS] Archiving 

 to 
org.superbiz/cdi-alternative-and-stereotypes/9.0.0-M8-SNAPSHOT/cdi-alternative-and-stereotypes-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.superbiz/cdi-alternative-and-stereotypes/9.0.0-M8-SNAPSHOT/cdi-alternative-and-stereotypes-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.superbiz/testing-security-meta/9.0.0-M8-SNAPSHOT/testing-security-meta-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.superbiz/testing-security-meta/9.0.0-M8-SNAPSHOT/testing-security-meta-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/activemq-broker-shade/9.0.0-M8-SNAPSHOT/activemq-broker-shade-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/activemq-broker-shade/9.0.0-M8-SNAPSHOT/activemq-broker-shade-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/activemq-broker-shade/9.0.0-M8-SNAPSHOT/activemq-broker-shade-9.0.0-M8-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 2.02 MB of artifacts by 91.4% relative to #536
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-core/9.0.0-M8-SNAPSHOT/openejb-core-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-core/9.0.0-M8-SNAPSHOT/openejb-core-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.superbiz/serverless-tomee-plume/9.0.0-M8-SNAPSHOT/serverless-tomee-plume-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.superbiz/serverless-tomee-plume/9.0.0-M8-SNAPSHOT/serverless-tomee-plume-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-webservices/9.0.0-M8-SNAPSHOT/openejb-webservices-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/openejb-webservices/9.0.0-M8-SNAPSHOT/openejb-webservices-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/apache-tomee/9.0.0-M8-SNAPSHOT/apache-tomee-9.0.0-M8-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.tomee/apache-tomee/9.0.0-M8-SNAPSHOT/apache-tomee-9.0.0-M8-SNAPSHOT.jar
[JENKINS] Archiving 

 to 
org.apache.tomee/apache-tomee/9.0.0-M8-SNAPSHOT/apache-tomee-9.0.0-M8-SNAPSHOT-webprofile.zip
[JENKINS] Archiving 

 to 
org.apache.tomee/apache-tomee/9.0.0-M8-SNAPSHOT/apache-tomee-9.0.0-M8-SNAPSHOT-webprofile.jar
[JENKINS] Archiving 

Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Metrics TCK #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Config TCK #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » MicroProfile :: Examples :: Config Source Database #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT PRINCIPAL #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Tests :: JAXRS #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: Change JAXWS URL #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Concurrency utilities example #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: EJB WebService with WS-Security #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile JSONB Custom Serializer/Deserializer #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: JavaMail API #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Simple Remote tomcat-users.xml #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Sample :: Moviefun #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MVC (CXF-based) #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: REST Example #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Metrics Histogram #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Web Examples :: EJB WebService WS Security with resources.xml #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Fault Tolerance :: Timeout #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: CDI TomEE #537

2022-03-30 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Custom HealthCheck #537

2022-03-30 Thread Apache Jenkins Server
See 




Build failed in Jenkins: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Rest Client TCK #537

2022-03-30 Thread Apache Jenkins Server
See 


Changes:


--
[INFO] 
[INFO] ---< org.apache.tomee:microprofile-rest-client-tck >
[INFO] Building TomEE :: TCK :: MicroProfile Rest Client TCK 9.0.0-M8-SNAPSHOT 
[343/358]
[INFO] [ jar ]-
[INFO] Downloading from jboss-public-repository-group: 
https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from apache: 
https://repository.apache.org/content/repositories/releases/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from JBoss Repository: 
https://repository.jboss.org/nexus/content/groups/public-jboss/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from jakartaee-api-9.1-M2-SNAPSHOT: 
https://repository.apache.org/content/repositories/orgapachetomee-1195/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from johnzon-1.2.17: 
https://repository.apache.org/content/repositories/orgapachejohnzon-1053/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/11.0.8/jetty-continuation-11.0.8.pom
[WARNING] The POM for org.eclipse.jetty:jetty-continuation:jar:11.0.8 is 
missing, no dependency information available
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ 
microprofile-rest-client-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
microprofile-rest-client-tck ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ microprofile-rest-client-tck ---
[WARNING] Missing POM for org.eclipse.jetty:jetty-continuation:jar:11.0.8
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ 
microprofile-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ 
microprofile-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- dependency-report-plugin:1.0.2:report (default) @ 
microprofile-rest-client-tck ---
[INFO] No dependencies to report
[INFO] 
[INFO] --- maven-bundle-plugin:3.3.0:manifest (bundle-manifest) @ 
microprofile-rest-client-tck ---
[WARNING] Manifest 
org.apache.tomee:microprofile-rest-client-tck:jar:9.0.0-M8-SNAPSHOT : Unused 
Export-Package instructions: [org.apache.tomee*] 
[INFO] 
[INFO] --- wiremock-maven-plugin:3.0.0:run (start-wiremock) @ 
microprofile-rest-client-tck ---
[INFO] Starting WireMock with following params: 
--root-dir=
 --port=8765 --verbose
2022-03-30 14:05:18.253 Verbose logging enabled
[INFO] Logging initialized @13675175ms
2022-03-30 14:05:19.217 Verbose logging enabled
[INFO] jetty-9.2.24.v20180105
[INFO] Started o.e.j.s.ServletContextHandler@7a944b55{/__admin,null,AVAILABLE}
[INFO] Started o.e.j.s.ServletContextHandler@715f5020{/,null,AVAILABLE}
[INFO] Started NetworkTrafficServerConnector@108f5c9f{HTTP/1.1}{0.0.0.0:8765}
[INFO] Started @13675809ms
 /$$  /$$ /$$ /$$  /$$ /$$  
| $$  /$ | $$|__/| $$$/$$$| $$  
| $$ /$$$| $$ /$$  /$$   /$$ |   /  /$$   /$$$| $$   /$$
| $$/$$ $$ $$| $$ /$$__  $$ /$$__  $$| $$ $$/$$ $$ /$$__  $$ /$$_/| $$  /$$/
| _  | $$| $$  \__/| | $$  $$$| $$| $$  \ $$| $$  | $$/ 
| $$$/ \  $$$| $$| $$  | $$_/| $$\  $ | $$| $$  | $$| $$  | $$_  $$ 
| $$/   \  $$| $$| $$  |  $$$| $$ \/  | $$|  $$/|  $$$| $$ \  $$
|__/ \__/|__/|__/   \___/|__/ |__/ \__/  \___/|__/  \__/

port: 8765
enable-browser-proxying:  false
disable-banner:   false
no-request-journal:   false
verbose:  true

[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ 
microprofile-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ 
microprofile-rest-client-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 

  1   2   >