Skip to content
Aborted

Console Output

Skipping 4,336 KB.. Full Log
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-4697 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest
Jul 01, 2021 9:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:52:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jul 01, 2021 9:52:23 AM org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1 run
SEVERE: Error generating monitoring statistics.
java.lang.IllegalStateException: This causes the scheduler to stop working
	at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.processExceptionMapperEvents(MonitoringStatisticsProcessor.java:130)
	at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.access$200(MonitoringStatisticsProcessor.java:53)
	at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1.run(MonitoringStatisticsProcessor.java:96)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	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)

Jul 01, 2021 9:52:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.445 s - in org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-4697 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jersey-4697/target/jersey-4697-2.35-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-4697 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-4697 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4697 ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >---------
[INFO] Building jersey-4722 2.35-SNAPSHOT                             [195/363]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4722 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-4722 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-4722 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-4722 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-4722 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-4722 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4722 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-4722 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jersey-4722/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4722 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jersey-4722/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-4722 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jersey-4722/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4722 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jersey-4722/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-4722 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test
Jul 01, 2021 9:52:24 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Jul 01, 2021 9:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 s - in org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-4722 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jersey-4722/target/jersey-4722-2.35-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-4722 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jersey-4722/target/jersey-4722-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-4722 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-4722 ---
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:jetty-response-close >-----
[INFO] Building jetty-response-close 2.35-SNAPSHOT                    [196/363]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jetty-response-close ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jetty-response-close ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jetty-response-close ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jetty-response-close ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jetty-response-close ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jetty-response-close ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jetty-response-close ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jetty-response-close ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jetty-response-close/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jetty-response-close ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jetty-response-close/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jetty-response-close ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jetty-response-close ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jetty-response-close/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-response-close ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.jettyresponseclose.JettyHttpContainerCloseTest
2021-07-01 09:52:26.551:INFO::main: Logging initialized @537ms to org.eclipse.jetty.util.log.StdErrLog
2021-07-01 09:52:27.265:INFO:oejs.Server:main: jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 1.8.0_202-b08
2021-07-01 09:52:27.297:INFO:oejs.AbstractConnector:main: Started ServerConnector@71c27ee8{HTTP/1.1,[http/1.1]}{0.0.0.0:9080}
2021-07-01 09:52:27.297:INFO:oejs.Server:main: Started @1284ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 s - in org.glassfish.jersey.tests.jettyresponseclose.JettyHttpContainerCloseTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jetty-response-close ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jetty-response-close/target/jetty-response-close-2.35-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jetty-response-close ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/jetty-response-close/target/jetty-response-close-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jetty-response-close ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jetty-response-close ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.bundles:project >----------------
[INFO] Building jersey-bundles 2.35-SNAPSHOT                          [197/363]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/2.35-SNAPSHOT/project-2.35-SNAPSHOT.pom
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >----------------
[INFO] Building jersey-bundles-jaxrs-ri 2.35-SNAPSHOT                 [198/363]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jaxrs-ri ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jaxrs-ri ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jaxrs-ri ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jaxrs-ri ---
[INFO] Source directory: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java added.
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack) @ jaxrs-ri ---
[INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/containers/jersey-servlet/target/jersey-container-servlet-2.35-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/core-client/target/jersey-client-2.35-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/core-common/target/jersey-common-2.35-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/core-server/target/jersey-server-2.35-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.35-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 32 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-ri ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 996 source files to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/classes
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[30,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[32,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[36,91] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,35] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1013,14] sun.misc.Contended is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1596,38] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[INFO] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceStatisticsImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/javax/ws/rs/core/MultivaluedMap.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/unpacked-src/main/java/javax/ws/rs/core/MultivaluedMap.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-ri ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jaxrs-ri ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/client
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/container
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/ext
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/sse
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/core
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Unused Import-Package instructions: [javax.servlet.descriptor.*] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jaxrs-ri ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/client
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/container
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/ext
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/sse
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/core
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in   [Jar:., Jar:jakarta.ws.rs-api]
Class path         [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api]
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Unused Import-Package instructions: [javax.servlet.descriptor.*] 
[INFO] 
[INFO] --- maven-shade-plugin:3.1.0:shade (shade-archive) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.25.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:1.1.6 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:1.0.6 in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:module:1.1.6 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2 in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:1.1.6 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jersey-hk2-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.JerseyErrorService$2
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
[WARNING]   - org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.LocalizationMessages
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - 36 more...
[WARNING] jakarta.json-1.1.6.jar, jakarta.json-1.1.6-module.jar define 60 overlapping classes: 
[WARNING]   - org.glassfish.json.JsonParserImpl$4
[WARNING]   - org.glassfish.json.JsonMessages
[WARNING]   - org.glassfish.json.JsonGeneratorImpl
[WARNING]   - org.glassfish.json.JsonBuilderFactoryImpl
[WARNING]   - org.glassfish.json.NodeReference$ArrayReference
[WARNING]   - org.glassfish.json.JsonMergePatchImpl
[WARNING]   - org.glassfish.json.NodeReference$ObjectReference
[WARNING]   - org.glassfish.json.JsonStructureParser$Scope
[WARNING]   - org.glassfish.json.JsonStringImpl
[WARNING]   - org.glassfish.json.JsonGeneratorFactoryImpl
[WARNING]   - 50 more...
[WARNING] jersey-container-servlet-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING] jersey-client-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 162 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.HttpUrlConnectorProvider
[WARNING]   - org.glassfish.jersey.client.ResponseCallback
[WARNING]   - org.glassfish.jersey.client.JerseyInvocation$EntityPresence
[WARNING]   - org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider
[WARNING]   - org.glassfish.jersey.client.authentication.RequestAuthenticationException
[WARNING]   - org.glassfish.jersey.client.ClientResponse$1
[WARNING]   - org.glassfish.jersey.client.InboundJaxrsResponse$2
[WARNING]   - org.glassfish.jersey.client.internal.inject.AbstractParamValueUpdater
[WARNING]   - org.glassfish.jersey.client.AbstractRxInvoker
[WARNING]   - 152 more...
[WARNING] jersey-container-servlet-core-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.internal.PersistenceUnitBinder$PersistenceUnitInjectionResolver
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$WebComponentBinder
[WARNING]   - org.glassfish.jersey.servlet.WebConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org.glassfish.jersey.servlet.WebFilterConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
[WARNING]   - 34 more...
[WARNING] jersey-server-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 607 overlapping classes: 
[WARNING]   - org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider
[WARNING]   - org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
[WARNING]   - org.glassfish.jersey.server.internal.InternalServerProperties
[WARNING]   - org.glassfish.jersey.server.internal.RuntimeDelegateImpl
[WARNING]   - jersey.repackaged.org.objectweb.asm.FieldWriter
[WARNING]   - org.glassfish.jersey.server.internal.monitoring.RequestEventImpl$Builder
[WARNING]   - org.glassfish.jersey.server.ContainerRequest
[WARNING]   - org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler$1
[WARNING]   - org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider$WebTargetValueSupplier
[WARNING]   - org.glassfish.jersey.server.internal.routing.RoutingContext
[WARNING]   - 597 more...
[WARNING] jakarta.json-1.1.6.jar, jakarta.json-api-1.1.6.jar define 34 overlapping classes: 
[WARNING]   - javax.json.stream.JsonParser
[WARNING]   - javax.json.stream.JsonParserFactory
[WARNING]   - javax.json.JsonString
[WARNING]   - javax.json.JsonValue
[WARNING]   - javax.json.stream.JsonLocation
[WARNING]   - javax.json.Json
[WARNING]   - javax.json.JsonPatch$Operation
[WARNING]   - javax.json.stream.JsonParsingException
[WARNING]   - javax.json.JsonValueImpl
[WARNING]   - javax.json.stream.JsonParser$Event
[WARNING]   - 24 more...
[WARNING] jersey-common-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 853 overlapping classes: 
[WARNING]   - org.glassfish.jersey.internal.jsr166.Flow$Publisher
[WARNING]   - org.glassfish.jersey.internal.guava.LocalCache$WriteQueue
[WARNING]   - org.glassfish.jersey.internal.guava.AbstractMapEntry
[WARNING]   - org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
[WARNING]   - org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy
[WARNING]   - org.glassfish.jersey.internal.guava.RemovalCause$2
[WARNING]   - org.glassfish.jersey.internal.util.PropertyAlias
[WARNING]   - org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
[WARNING]   - org.glassfish.jersey.message.internal.BasicTypesMessageProvider$PrimitiveTypes$6
[WARNING]   - org.glassfish.jersey.model.Parameter$ParameterService$2
[WARNING]   - 843 more...
[WARNING] jakarta.ws.rs-api-2.1.6.jar, jaxrs-ri.jar define 137 overlapping classes: 
[WARNING]   - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[WARNING]   - javax.ws.rs.DefaultValue
[WARNING]   - javax.ws.rs.core.StreamingOutput
[WARNING]   - javax.ws.rs.HEAD
[WARNING]   - javax.ws.rs.ext.WriterInterceptor
[WARNING]   - javax.ws.rs.core.Request
[WARNING]   - javax.ws.rs.ext.Providers
[WARNING]   - javax.ws.rs.container.Suspended
[WARNING]   - javax.ws.rs.container.ConnectionCallback
[WARNING]   - javax.ws.rs.client.Invocation
[WARNING]   - 127 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-2.35-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.1.0:shade (default) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.25.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:1.1.6 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:1.0.6 in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:module:1.1.6 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2 in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:1.1.6 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:2.35-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
[INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jersey-hk2-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.JerseyErrorService$2
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
[WARNING]   - org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.LocalizationMessages
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - 36 more...
[WARNING] jakarta.json-1.1.6.jar, jaxrs-ri.jar, jakarta.json-1.1.6-module.jar define 60 overlapping classes: 
[WARNING]   - org.glassfish.json.JsonParserImpl$4
[WARNING]   - org.glassfish.json.JsonMessages
[WARNING]   - org.glassfish.json.JsonGeneratorImpl
[WARNING]   - org.glassfish.json.JsonBuilderFactoryImpl
[WARNING]   - org.glassfish.json.NodeReference$ArrayReference
[WARNING]   - org.glassfish.json.JsonMergePatchImpl
[WARNING]   - org.glassfish.json.NodeReference$ObjectReference
[WARNING]   - org.glassfish.json.JsonStructureParser$Scope
[WARNING]   - org.glassfish.json.JsonStringImpl
[WARNING]   - org.glassfish.json.JsonGeneratorFactoryImpl
[WARNING]   - 50 more...
[WARNING] jersey-media-json-binding-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 7 overlapping classes: 
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton
[WARNING]   - org.glassfish.jersey.jsonb.JsonBindingFeature
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$1
[WARNING] jersey-container-servlet-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING] javassist-3.25.0-GA.jar, jaxrs-ri.jar define 425 overlapping classes: 
[WARNING]   - javassist.util.proxy.ProxyFactory$3
[WARNING]   - javassist.bytecode.FieldInfo
[WARNING]   - javassist.expr.Cast$ProceedForCast
[WARNING]   - javassist.DirClassPath
[WARNING]   - javassist.URLClassPath
[WARNING]   - javassist.CtMethod$LongConstParameter
[WARNING]   - javassist.compiler.Javac$2
[WARNING]   - javassist.bytecode.annotation.ClassMemberValue
[WARNING]   - javassist.bytecode.stackmap.TypeData$ClassName
[WARNING]   - javassist.tools.reflect.Reflection
[WARNING]   - 415 more...
[WARNING] jersey-client-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 162 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.HttpUrlConnectorProvider
[WARNING]   - org.glassfish.jersey.client.ResponseCallback
[WARNING]   - org.glassfish.jersey.client.JerseyInvocation$EntityPresence
[WARNING]   - org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider
[WARNING]   - org.glassfish.jersey.client.authentication.RequestAuthenticationException
[WARNING]   - org.glassfish.jersey.client.ClientResponse$1
[WARNING]   - org.glassfish.jersey.client.InboundJaxrsResponse$2
[WARNING]   - org.glassfish.jersey.client.internal.inject.AbstractParamValueUpdater
[WARNING]   - org.glassfish.jersey.client.AbstractRxInvoker
[WARNING]   - 152 more...
[WARNING] jakarta.json-1.1.6.jar, jakarta.json-api-1.1.6.jar, jaxrs-ri.jar define 34 overlapping classes: 
[WARNING]   - javax.json.stream.JsonParser
[WARNING]   - javax.json.stream.JsonParserFactory
[WARNING]   - javax.json.JsonString
[WARNING]   - javax.json.JsonValue
[WARNING]   - javax.json.stream.JsonLocation
[WARNING]   - javax.json.Json
[WARNING]   - javax.json.JsonPatch$Operation
[WARNING]   - javax.json.stream.JsonParsingException
[WARNING]   - javax.json.JsonValueImpl
[WARNING]   - javax.json.stream.JsonParser$Event
[WARNING]   - 24 more...
[WARNING] jakarta.json.bind-api-1.0.2.jar, jaxrs-ri.jar define 26 overlapping classes: 
[WARNING]   - javax.json.bind.adapter.JsonbAdapter
[WARNING]   - javax.json.bind.annotation.JsonbTypeAdapter
[WARNING]   - javax.json.bind.annotation.JsonbAnnotation
[WARNING]   - javax.json.bind.annotation.JsonbNumberFormat
[WARNING]   - javax.json.bind.JsonbBuilder
[WARNING]   - javax.json.bind.annotation.JsonbProperty
[WARNING]   - javax.json.bind.config.BinaryDataStrategy
[WARNING]   - javax.json.bind.annotation.JsonbDateFormat
[WARNING]   - javax.json.bind.JsonbException
[WARNING]   - javax.json.bind.annotation.JsonbVisibility
[WARNING]   - 16 more...
[WARNING] jersey-container-servlet-core-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.internal.PersistenceUnitBinder$PersistenceUnitInjectionResolver
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$WebComponentBinder
[WARNING]   - org.glassfish.jersey.servlet.WebConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org.glassfish.jersey.servlet.WebFilterConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
[WARNING]   - 34 more...
[WARNING] jersey-server-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 607 overlapping classes: 
[WARNING]   - org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider
[WARNING]   - org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
[WARNING]   - org.glassfish.jersey.server.internal.InternalServerProperties
[WARNING]   - org.glassfish.jersey.server.internal.RuntimeDelegateImpl
[WARNING]   - jersey.repackaged.org.objectweb.asm.FieldWriter
[WARNING]   - org.glassfish.jersey.server.internal.monitoring.RequestEventImpl$Builder
[WARNING]   - org.glassfish.jersey.server.ContainerRequest
[WARNING]   - org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler$1
[WARNING]   - org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider$WebTargetValueSupplier
[WARNING]   - org.glassfish.jersey.server.internal.routing.RoutingContext
[WARNING]   - 597 more...
[WARNING] jersey-media-jaxb-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 54 overlapping classes: 
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$4
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General
[WARNING]   - org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1
[WARNING]   - org.glassfish.jersey.jaxb.FeatureSupplier
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider$RootElementProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
[WARNING]   - 44 more...
[WARNING] jersey-common-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 854 overlapping classes: 
[WARNING]   - org.glassfish.jersey.internal.jsr166.Flow$Publisher
[WARNING]   - org.glassfish.jersey.internal.guava.LocalCache$WriteQueue
[WARNING]   - org.glassfish.jersey.internal.guava.AbstractMapEntry
[WARNING]   - org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
[WARNING]   - org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy
[WARNING]   - org.glassfish.jersey.internal.guava.RemovalCause$2
[WARNING]   - org.glassfish.jersey.internal.util.PropertyAlias
[WARNING]   - org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
[WARNING]   - org.glassfish.jersey.message.internal.BasicTypesMessageProvider$PrimitiveTypes$6
[WARNING]   - org.glassfish.jersey.model.Parameter$ParameterService$2
[WARNING]   - 844 more...
[WARNING] osgi-resource-locator-1.0.3.jar, jaxrs-ri.jar define 12 overlapping classes: 
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$ProvidersPerBundle
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinder
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.Activator
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$BundleTracker
[WARNING]   - 2 more...
[WARNING] yasson-1.0.6.jar, jaxrs-ri.jar define 238 overlapping classes: 
[WARNING]   - org.eclipse.yasson.internal.serializer.ZoneOffsetTypeDeserializer
[WARNING]   - org.eclipse.yasson.internal.model.ReflectionPropagation$1
[WARNING]   - org.eclipse.yasson.internal.ComponentMatcher
[WARNING]   - org.eclipse.yasson.internal.JsonbRiParser$LevelContext
[WARNING]   - org.eclipse.yasson.internal.serializer.MapToObjectSerializer
[WARNING]   - org.eclipse.yasson.internal.components.JsonbComponentInstanceCreatorFactory
[WARNING]   - org.eclipse.yasson.internal.serializer.OptionalObjectDeserializer
[WARNING]   - org.eclipse.yasson.internal.Unmarshaller
[WARNING]   - org.eclipse.yasson.internal.serializer.CharArraySerializer
[WARNING]   - org.eclipse.yasson.internal.serializer.LongTypeDeserializer
[WARNING]   - 228 more...
[WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxrs-ri.jar define 111 overlapping classes: 
[WARNING]   - javax.xml.bind.annotation.XmlValue
[WARNING]   - javax.xml.bind.annotation.XmlElement
[WARNING]   - javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
[WARNING]   - javax.xml.bind.ContextFinder
[WARNING]   - javax.xml.bind.ContextFinder$3
[WARNING]   - javax.xml.bind.annotation.XmlElementRefs
[WARNING]   - javax.xml.bind.helpers.DefaultValidationEventHandler
[WARNING]   - javax.xml.bind.ParseConversionEvent
[WARNING]   - javax.xml.bind.annotation.XmlSchema
[WARNING]   - javax.xml.bind.ValidationException
[WARNING]   - 101 more...
[WARNING] jakarta.inject-2.6.1.jar, jaxrs-ri.jar define 6 overlapping classes: 
[WARNING]   - javax.inject.Inject
[WARNING]   - javax.inject.Singleton
[WARNING]   - javax.inject.Scope
[WARNING]   - javax.inject.Named
[WARNING]   - javax.inject.Provider
[WARNING]   - javax.inject.Qualifier
[WARNING] jakarta.ws.rs-api-2.1.6.jar, jaxrs-ri.jar define 137 overlapping classes: 
[WARNING]   - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[WARNING]   - javax.ws.rs.DefaultValue
[WARNING]   - javax.ws.rs.core.StreamingOutput
[WARNING]   - javax.ws.rs.HEAD
[WARNING]   - javax.ws.rs.ext.WriterInterceptor
[WARNING]   - javax.ws.rs.core.Request
[WARNING]   - javax.ws.rs.ext.Providers
[WARNING]   - javax.ws.rs.container.Suspended
[WARNING]   - javax.ws.rs.container.ConnectionCallback
[WARNING]   - javax.ws.rs.client.Invocation
[WARNING]   - 127 more...
[WARNING] jakarta.activation-api-1.2.2.jar, jaxrs-ri.jar define 31 overlapping classes: 
[WARNING]   - javax.activation.CommandInfo$Beans$1
[WARNING]   - javax.activation.DataContentHandlerFactory
[WARNING]   - javax.activation.ObjectDataContentHandler
[WARNING]   - javax.activation.DataContentHandler
[WARNING]   - javax.activation.CommandObject
[WARNING]   - javax.activation.SecuritySupport$2
[WARNING]   - javax.activation.FileTypeMap
[WARNING]   - javax.activation.CommandInfo
[WARNING]   - javax.activation.MailcapCommandMap
[WARNING]   - javax.activation.DataHandler$1
[WARNING]   - 21 more...
[WARNING] jersey-media-sse-2.35-SNAPSHOT.jar, jaxrs-ri.jar define 43 overlapping classes: 
[WARNING]   - org.glassfish.jersey.media.sse.InboundEventReader$State
[WARNING]   - org.glassfish.jersey.media.sse.internal.JerseySseEventSource$1$1
[WARNING]   - org.glassfish.jersey.media.sse.OutboundEventWriter$1
[WARNING]   - org.glassfish.jersey.media.sse.InboundEventReader$1
[WARNING]   - org.glassfish.jersey.media.sse.internal.JerseySse
[WARNING]   - org.glassfish.jersey.media.sse.OutboundEventWriter
[WARNING]   - org.glassfish.jersey.media.sse.internal.JerseySseEventSource$1
[WARNING]   - org.glassfish.jersey.media.sse.EventSource$Builder
[WARNING]   - org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
[WARNING]   - org.glassfish.jersey.media.sse.OutboundEvent$Builder
[WARNING]   - 33 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 8021 -> 8021 (100%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-2.35-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-binary-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/src/main/assembly/assembly-bin.xml
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.zip
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-source-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/src/main/assembly/assembly-src.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-src.zip
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'jakarta.ws.rs:*:*:sources:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (xcopy) @ jaxrs-ri ---
[INFO] Executing tasks
[INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.jar
[INFO]       [jar] Updating jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jaxrs-ri ---
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT.tar.bz2
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT-src.zip
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT-src.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT-src.tar.bz2
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ jaxrs-ri ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/2.35-SNAPSHOT/jaxrs-ri-2.35-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jaxrs-ri ---
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project >--
[INFO] Building microprofile-integration-project 2.35-SNAPSHOT        [199/363]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ microprofile-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ microprofile-integration-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ microprofile-integration-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ microprofile-integration-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-integration-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ microprofile-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-integration-project/2.35-SNAPSHOT/microprofile-integration-project-2.35-SNAPSHOT.pom
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ microprofile-integration-project ---
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project >--
[INFO] Building microprofile-config-project 2.35-SNAPSHOT             [200/363]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ microprofile-config-project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ microprofile-config-project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ microprofile-config-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ microprofile-config-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ microprofile-config-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ microprofile-config-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ microprofile-config-project ---
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/microprofile-config-project/2.35-SNAPSHOT/microprofile-config-project-2.35-SNAPSHOT.pom
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ microprofile-config-project ---
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:config-webapp >--
[INFO] Building config-webapp 2.35-SNAPSHOT                           [201/363]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ config-webapp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/target/config-webapp-2.35-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/target/config-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ config-webapp ---
[INFO] Configuring Jetty for project: config-webapp
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = null
[INFO] Webapp directory = /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] jetty-8.1.8.v20121106
[INFO] No Transaction manager found - if your webapp requires one, please configure one.
Null identity service, trying login service: null
Finding identity service: null
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ config-webapp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ config-webapp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ config-webapp ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ config-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/target/config-webapp-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/2.35-SNAPSHOT/config-webapp-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/2.35-SNAPSHOT/config-webapp-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/target/config-webapp-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/config-webapp/2.35-SNAPSHOT/config-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ config-webapp ---
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp >--
[INFO] Building helidon-config-webapp 2.35-SNAPSHOT                   [202/363]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ helidon-config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ helidon-config-webapp ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.config.HelidonConfigApplicationTest
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/webapp/src/main/webapp
Jul 01, 2021 9:53:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
[DEBUG] (main) Using Console logging
Jul 01, 2021 9:53:07 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.tests.integration.config.MyResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.tests.integration.config.MyResource will be ignored. 
Jul 01, 2021 9:53:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jul 01, 2021 9:53:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.272 s - in org.glassfish.jersey.tests.integration.config.HelidonConfigApplicationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:3.3.1:war (default-war) @ helidon-config-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helidon-config-webapp] in [/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.35-SNAPSHOT]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.35-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helidon-config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ helidon-config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ helidon-config-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ helidon-config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ helidon-config-webapp ---
[INFO] Configuring Jetty for project: helidon-config-webapp
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = null
[INFO] Webapp directory = /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] jetty-8.1.8.v20121106
[INFO] No Transaction manager found - if your webapp requires one, please configure one.
Null identity service, trying login service: null
Finding identity service: null
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ helidon-config-webapp ---
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ helidon-config-webapp ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helidon-config-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.35-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/2.35-SNAPSHOT/helidon-config-webapp-2.35-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/2.35-SNAPSHOT/helidon-config-webapp-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/microprofile/helidon-config-webapp/2.35-SNAPSHOT/helidon-config-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helidon-config-webapp ---
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck >--
[INFO] Building jersey-rest-client-tck 2.35-SNAPSHOT                  [203/363]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-rest-client-tck ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-rest-client-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rest-client-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/test-classes
[INFO] 
[INFO] --- wiremock-maven-plugin:2.7.0:run (default) @ jersey-rest-client-tck ---
[INFO] Adding /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/test-classes to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/classes to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/core-common/target/jersey-common-2.35-SNAPSHOT.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar to wiremock-maven-plugin classpath
[INFO] Starting WireMock with following params: --root-dir=/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/classes --port=8765
[INFO] Logging initialized @1585764ms
[INFO] jetty-9.2.22.v20170606
[INFO] Started o.e.j.s.ServletContextHandler@38b2ea8b{/__admin,null,AVAILABLE}
[INFO] Started o.e.j.s.ServletContextHandler@3d859608{/,null,AVAILABLE}
[INFO] Started NetworkTrafficServerConnector@a514284{HTTP/1.1}{0.0.0.0:8765}
[INFO] Started @1585819ms
 /$$      /$$ /$$                     /$$      /$$                     /$$      
| $$  /$ | $$|__/                    | $$$    /$$$                    | $$      
| $$ /$$$| $$ /$$  /$$$$$$   /$$$$$$ | $$$$  /$$$$  /$$$$$$   /$$$$$$$| $$   /$$
| $$/$$ $$ $$| $$ /$$__  $$ /$$__  $$| $$ $$/$$ $$ /$$__  $$ /$$_____/| $$  /$$/
| $$$$_  $$$$| $$| $$  \__/| $$$$$$$$| $$  $$$| $$| $$  \ $$| $$      | $$$$$$/ 
| $$$/ \  $$$| $$| $$      | $$_____/| $$\  $ | $$| $$  | $$| $$      | $$_  $$ 
| $$/   \  $$| $$| $$      |  $$$$$$$| $$ \/  | $$|  $$$$$$/|  $$$$$$$| $$ \  $$
|__/     \__/|__/|__/       \_______/|__/     |__/ \______/  \_______/|__/  \__/

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

[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-rest-client-tck ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.restclient.RestClientModelTest
Jul 01, 2021 9:53:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 s - in org.glassfish.jersey.restclient.RestClientModelTest
[INFO] Running org.glassfish.jersey.restclient.InboundHeadersProviderTest
Jul 01, 2021 9:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Jul 01, 2021 9:53:24 AM org.glassfish.jersey.client.internal.HttpUrlConnector setOutboundHeaders
WARNING: Attempt to send restricted header(s) while the [sun.net.http.allowRestrictedHeaders] system property not set. Header(s) will possibly be ignored.
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.glassfish.jersey.restclient.InboundHeadersProviderTest
[INFO] Running org.glassfish.jersey.restclient.ConnectorTest
Jul 01, 2021 9:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 s - in org.glassfish.jersey.restclient.ConnectorTest
[INFO] Running org.glassfish.jersey.restclient.ConsumesAndProducesTest
Jul 01, 2021 9:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Jul 01, 2021 9:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Jul 01, 2021 9:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jul 01, 2021 9:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jul 01, 2021 9:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jul 01, 2021 9:53:26 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Jul 01, 2021 9:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 s - in org.glassfish.jersey.restclient.ConsumesAndProducesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
...
... TestNG 6.9.6 by Cédric Beust (cedric@beust.com)
...

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Jul 01, 2021 9:53:28 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.1.7 (SP1)
Jul 01, 2021 9:53:29 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:37 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
[INFO] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
Jul 01, 2021 9:53:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:38 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported.

Jul 01, 2021 9:53:38 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper can not be registered for component class org.eclipse.microprofile.rest.client.tck.providers.MultiTypedProvider: Contract type not supported.

Jul 01, 2021 9:53:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasSessionScopeTest$MySessionScopedApi is annotated with @SessionScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasAppScopeTest$MyAppScopedApi is annotated with @ApplicationScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Jul 01, 2021 9:53:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jul 01, 2021 9:53:49 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aborted by Maxim Nesen
Sending interrupt signal to process
Click here to forcibly terminate running steps
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 2.35-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [ 31.997 s]
[INFO] jersey-archetypes .................................. SUCCESS [  2.486 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  4.315 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.573 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.342 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  2.117 s]
[INFO] jersey-bom ......................................... SUCCESS [  1.552 s]
[INFO] jersey-core-common ................................. SUCCESS [ 45.135 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.071 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  4.801 s]
[INFO] jersey-core-client ................................. SUCCESS [ 15.022 s]
[INFO] jersey-media ....................................... SUCCESS [  0.075 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  2.974 s]
[INFO] jersey-core-server ................................. SUCCESS [ 46.693 s]
[INFO] jersey-containers .................................. SUCCESS [  0.082 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  0.834 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  3.108 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.068 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  3.244 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.283 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.405 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.094 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  5.079 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.057 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [ 17.810 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  2.270 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.197 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [ 17.283 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  7.362 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [ 16.523 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  1.244 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [ 11.922 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  1.476 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [ 31.340 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.347 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.137 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.054 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [  8.188 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [ 25.785 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.068 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  1.713 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  2.418 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [ 13.155 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.053 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  1.726 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.212 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [ 14.540 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.599 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  0.686 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  0.465 s]
[INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 21.601 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.293 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  0.502 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.442 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  2.810 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  1.345 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.692 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.196 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.364 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.688 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.400 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  3.123 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.051 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  1.111 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  1.352 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  1.632 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  0.639 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  6.618 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  6.208 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  1.516 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  0.920 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 23.361 s]
[INFO] project ............................................ SUCCESS [  0.187 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  7.031 s]
[INFO] jersey-mp-config ................................... SUCCESS [  3.511 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.059 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  3.484 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  1.066 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  3.667 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  2.376 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.601 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  3.630 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  1.448 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  4.460 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  2.125 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  1.834 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  7.800 s]
[INFO] jersey-security .................................... SUCCESS [  0.049 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.158 s]
[INFO] jersey-security .................................... SUCCESS [  0.384 s]
[INFO] oauth1-server ...................................... SUCCESS [  2.933 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.382 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  1.033 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.049 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [04:01 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [02:27 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  1.836 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [02:18 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.046 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  4.109 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  1.537 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [04:08 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [  9.586 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.057 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.310 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [  8.970 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.049 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  6.463 s]
[INFO] jersey-tests-cdi-client ............................ SUCCESS [  1.861 s]
[INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [  1.832 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.465 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.297 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  2.010 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  1.903 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.153 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.279 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.314 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  0.892 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.048 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.247 s]
[INFO] jersey-tests-resource-with-at-context .............. SUCCESS [  1.678 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  8.333 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.774 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.846 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.853 s]
[INFO] jersey-tests-context-inject-on-server .............. SUCCESS [  5.807 s]
[INFO] client-connector-provider .......................... SUCCESS [  1.365 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.165 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.287 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.275 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.056 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.192 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.295 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.327 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.270 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.052 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.693 s]
[INFO] jersey-tests-externalproperties .................... SUCCESS [  1.855 s]
[INFO] j-376-reproducer ................................... SUCCESS [  2.997 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.439 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.292 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.293 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.046 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.124 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.324 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.210 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.045 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  2.166 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  1.909 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  1.457 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  2.045 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  2.154 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  1.975 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  2.332 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  1.765 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  1.895 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  2.783 s]
[INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [  6.009 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  1.469 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.417 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.318 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  1.777 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  2.008 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  1.739 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  2.668 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  1.659 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  2.583 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  2.439 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  1.909 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  0.758 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  2.354 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  2.898 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  2.276 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  1.336 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  2.380 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  2.627 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  1.849 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  2.516 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  1.540 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  6.495 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  2.643 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  4.364 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  2.049 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  1.419 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  1.742 s]
[INFO] jersey-3992 ........................................ SUCCESS [  2.264 s]
[INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [  1.486 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  2.444 s]
[INFO] jersey-4321 ........................................ SUCCESS [  1.689 s]
[INFO] jersey-examples .................................... SUCCESS [  0.184 s]
[INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [  6.932 s]
[INFO] jersey-4507 ........................................ SUCCESS [  2.463 s]
[INFO] jersey-4542 ........................................ SUCCESS [  2.385 s]
[INFO] jersey-4697 ........................................ SUCCESS [  3.355 s]
[INFO] jersey-4722 ........................................ SUCCESS [  1.187 s]
[INFO] jetty-response-close ............................... SUCCESS [  2.269 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.059 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 37.261 s]
[INFO] microprofile-integration-project ................... SUCCESS [  0.066 s]
[INFO] microprofile-config-project ........................ SUCCESS [  0.049 s]
[INFO] config-webapp ...................................... SUCCESS [  0.605 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  1.756 s]
[INFO] jersey-rest-client-tck ............................. FAILURE [02:35 min]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SKIPPED
[INFO] jersey-tests-integration-portability-jersey-2 ...... SKIPPED
[INFO] jersey-tests-integration-property-check ............ SKIPPED
[INFO] jersey-tests-integration-jersey-security-digest .... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SKIPPED
[INFO] jersey-tests-integration-servlet-3-async ........... SKIPPED
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SKIPPED
[INFO] jersey-tests-integration-servlet-3-filter .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SKIPPED
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-9 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-provider ... SKIPPED
[INFO] jersey-tests-integration-servlet-3-params .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SKIPPED
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SKIPPED
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SKIPPED
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED
[INFO] jersey-tests-integration-servlet-tests ............. SKIPPED
[INFO] jersey-tests-integration-sonar-test ................ SKIPPED
[INFO] jersey-tests-integration-spring4 ................... SKIPPED
[INFO] jersey-tests-integration-spring5 ................... SKIPPED
[INFO] jersey-tests-integration-tracing-support ........... SKIPPED
[INFO] reactive-streams-integration-project ............... SKIPPED
[INFO] sse-reactive-streams-tck ........................... SKIPPED
[INFO] jersey-tests-jmockit ............................... SKIPPED
[INFO] jersey-test-framework-memleak-test-common .......... SKIPPED
[INFO] jersey-tests-memleak ............................... SKIPPED
[INFO] jersey-tests-memleak-redeployment .................. SKIPPED
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED
[INFO] jersey-examples-webapp-parent-pom .................. SKIPPED
[INFO] jersey-examples-helloworld-webapp .................. SKIPPED
[INFO] jersey-test-framework-maven ........................ SKIPPED
[INFO] jersey-test-framework-maven-container-runner-plugin  SKIPPED
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED
[INFO] jersey-tests-memleak-testcase ...................... SKIPPED
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED
[INFO] jersey-tests-osgi .................................. SKIPPED
[INFO] jersey-tests-osgi-functional ....................... SKIPPED
[INFO] jersey-tests-stress ................................ SKIPPED
[INFO] jersey-tests-performance ........................... SKIPPED
[INFO] performance-test-benchmarks ........................ SKIPPED
[INFO] jersey-tests-performance-runners ................... SKIPPED
[INFO] jersey-grizzly-runner .............................. SKIPPED
[INFO] jersey-tests-performance-testcase .................. SKIPPED
[INFO] jersey-tests-performance-assemblies ................ SKIPPED
[INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED
[INFO] jersey-tests-performance-filter-global-test ........ SKIPPED
[INFO] jersey-tests-performance-filter-name-test .......... SKIPPED
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED
[INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED
[INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED
[INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED
[INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED
[INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED
[INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED
[INFO] jersey-tests-performance-text-plain-test ........... SKIPPED
[INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED
[INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED
[INFO] jersey-tests-performance-param-srl ................. SKIPPED
[INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED
[INFO] performance-test-tools ............................. SKIPPED
[INFO] jersey-examples-assemblies ......................... SKIPPED
[INFO] jersey-examples-bookmark ........................... SKIPPED
[INFO] jersey-examples-bookmark-em ........................ SKIPPED
[INFO] jersey-examples-bookstore-webapp ................... SKIPPED
[INFO] jersey-examples-cdi-webapp ......................... SKIPPED
[INFO] jersey-examples-clipboard .......................... SKIPPED
[INFO] jersey-examples-clipboard-programmatic ............. SKIPPED
[INFO] jersey-examples-declarative-linking ................ SKIPPED
[INFO] jersey-examples-entity-filtering ................... SKIPPED
[INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED
[INFO] jersey-examples-entity-filtering-security .......... SKIPPED
[INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED
[INFO] jersey-examples-exception-mapping .................. SKIPPED
[INFO] jersey-examples-freemarker-webapp .................. SKIPPED
[INFO] jersey-examples-groovy ............................. SKIPPED
[INFO] jersey-examples-helloworld ......................... SKIPPED
[INFO] jersey-examples-helloworld-benchmark ............... SKIPPED
[INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED
[INFO] jersey-examples-helloworld-netty ................... SKIPPED
[INFO] jersey-examples-helloworld-programmatic ............ SKIPPED
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED
[INFO] jersey-examples-helloworld-weld .................... SKIPPED
[INFO] jersey-examples-helloworld-spring-webapp ........... SKIPPED
[INFO] helloworld-spring-annotations ...................... SKIPPED
[INFO] jersey-examples-http-patch ......................... SKIPPED
[INFO] jersey-examples-http-trace ......................... SKIPPED
[INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED
[INFO] jersey-examples-https-server-glassfish ............. SKIPPED
[INFO] jersey-examples-java8-webapp ....................... SKIPPED
[INFO] jersey-examples-jaxb ............................... SKIPPED
[INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED
[INFO] jersey-examples-ejb ................................ SKIPPED
[INFO] jersey-examples-json-binding-webapp ................ SKIPPED
[INFO] jersey-examples-json-jackson ....................... SKIPPED
[INFO] jersey-examples-json-jackson1 ...................... SKIPPED
[INFO] jersey-examples-json-jettison ...................... SKIPPED
[INFO] jersey-examples-json-moxy .......................... SKIPPED
[INFO] jersey-examples-json-processing-webapp ............. SKIPPED
[INFO] jersey-examples-json-with-padding .................. SKIPPED
[INFO] jersey-examples-managed-beans-webapp ............... SKIPPED
[INFO] jersey-examples-managed-client ..................... SKIPPED
[INFO] jersey-examples-managed-client-webapp .............. SKIPPED
[INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED
[INFO] jersey-examples-multipart-webapp ................... SKIPPED
[INFO] jersey-examples-open-tracing ....................... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED
[INFO] jersey-examples-osgi-http-service .................. SKIPPED
[INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED
[INFO] jersey-examples-osgi-http-service-test ............. SKIPPED
[INFO] oauth-client-twitter ............................... SKIPPED
[INFO] jersey-examples-reload ............................. SKIPPED
[INFO] jersey-examples-rx-client-webapp ................... SKIPPED
[INFO] jersey-examples-server-async ....................... SKIPPED
[INFO] jersey-examples-server-async-managed ............... SKIPPED
[INFO] jersey-examples-server-async-standalone ............ SKIPPED
[INFO] jersey-examples-server-async-standalone-client ..... SKIPPED
[INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED
[INFO] jersey-examples-server-sent-events-jaxrs ........... SKIPPED
[INFO] jersey-examples-servlet3-webapp .................... SKIPPED
[INFO] jersey-examples-simple-console ..................... SKIPPED
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SKIPPED
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SKIPPED
[INFO] jersey-examples-sse-twitter-aggregator ............. SKIPPED
[INFO] jersey-examples-system-properties .................. SKIPPED
[INFO] jersey-examples-moxy ............................... SKIPPED
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28:43 min
[INFO] Finished at: 2021-07-01T09:55:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project jersey-rest-client-tck: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -Dfile.encoding=UTF8 -Djava.security.manager -Djava.security.policy=/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/test-classes/server.policy -jar /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/surefire/surefirebooter8523898915953722082.jar /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/surefire 2021-07-01T09-53-22_035-jvmRun1 surefire6295467097488318546tmp surefire_16366390959269545104tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 143
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -Dfile.encoding=UTF8 -Djava.security.manager -Djava.security.policy=/home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/test-classes/server.policy -jar /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/surefire/surefirebooter8523898915953722082.jar /home/jenkins/agent/workspace/ontinuous-integration_ci_jenkins/tests/integration/microprofile/rest-client/target/surefire 2021-07-01T09-53-22_035-jvmRun1 surefire6295467097488318546tmp surefire_16366390959269545104tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 143
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :jersey-rest-client-tck
script returned exit code 1
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 8 
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: ABORTED