Skip to content
Failed

Console Output

Skipping 39,793 KB.. Full Log
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exception-mapping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ exception-mapping ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ exception-mapping ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest
Nov 14, 2022 11:32:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
WebApplicationExceptionFilter.preFilter() enter
WebApplicationExceptionFilter.preFilter() exit
WebApplicationExceptionFilter.postFilter() enter
WebApplicationExceptionFilter.postFilter() enter
WebApplicationExceptionFilter.postFilter() exit
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
entity = Code:200:WebApplicationExceptionMapper:MyResponseFilter
Nov 14, 2022 11:32:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:48 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:48 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
WebApplicationExceptionFilter.preFilter() enter
WebApplicationExceptionFilter.postFilter() enter
WebApplicationExceptionFilter.postFilter() exit
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
entity = Code:200:WebApplicationExceptionMapper:MyResponseFilter
Nov 14, 2022 11:32:48 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: 1.063 s - in org.glassfish.jersey.examples.exception.ExceptionMappingFilterTest
[INFO] Running org.glassfish.jersey.examples.exception.ExceptionMappingTest
Nov 14, 2022 11:32:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:48 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. 
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. 
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. 
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. 
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. 
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. 
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.examples.exception.Exceptions$MySubSubException 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.examples.exception.Exceptions$MySubSubException will be ignored. 
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
MyResponseFilter.postFilter() enter
MyResponseFilter.postFilter() exit
Nov 14, 2022 11:32:49 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.624 s - in org.glassfish.jersey.examples.exception.ExceptionMappingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/target/exception-mapping.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ exception-mapping ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/target/exception-mapping-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ exception-mapping ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/target/exception-mapping.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/2.38-SNAPSHOT/exception-mapping-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/2.38-SNAPSHOT/exception-mapping-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/exception-mapping/target/exception-mapping-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/exception-mapping/2.38-SNAPSHOT/exception-mapping-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ exception-mapping ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:freemarker-webapp >-----------
[INFO] Building jersey-examples-freemarker-webapp 2.38-SNAPSHOT       [315/372]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ freemarker-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ freemarker-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ freemarker-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ freemarker-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ freemarker-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) @ freemarker-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) @ freemarker-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-wars) @ freemarker-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) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ freemarker-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ freemarker-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ freemarker-webapp ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.freemarker.FreemarkerTest
Nov 14, 2022 11:32:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/freemarker-webapp
Nov 14, 2022 11:32:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/freemarker-webapp
Nov 14, 2022 11:32:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/freemarker-webapp
Nov 14, 2022 11:32:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:32:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/freemarker-webapp
Nov 14, 2022 11:32:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Nov 14, 2022 11:32:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s - in org.glassfish.jersey.examples.freemarker.FreemarkerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:3.3.1:war (default-war) @ freemarker-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [freemarker-webapp] in [/home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/freemarker-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/freemarker-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ freemarker-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/freemarker-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ freemarker-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/freemarker-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/2.38-SNAPSHOT/freemarker-webapp-2.38-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/2.38-SNAPSHOT/freemarker-webapp-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/freemarker-webapp/target/freemarker-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/2.38-SNAPSHOT/freemarker-webapp-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ freemarker-webapp ---
[INFO] 
[INFO] ----------------< org.glassfish.jersey.examples:groovy >----------------
[INFO] Building jersey-examples-groovy 2.38-SNAPSHOT                  [316/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ groovy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ groovy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ groovy ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ groovy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ groovy ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ groovy ---
[INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ groovy ---
[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) @ groovy ---
[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) @ groovy ---
[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-wars) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:addSources (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:addTestSources (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:generateStubs (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.4 to perform generateStubs.
[INFO] Generated 1 stub.
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:compile (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.4 to perform compile.
[INFO] invokedynamic enabled.
[INFO] Parallel parsing enabled.
[INFO] Compiled 1 file.
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:generateTestStubs (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.4 to perform generateTestStubs.
[INFO] Generated 1 stub.
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:compileTests (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.4 to perform compileTests.
[INFO] invokedynamic enabled.
[INFO] Parallel parsing enabled.
[INFO] Compiled 1 file.
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:removeStubs (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:removeTestStubs (1) @ groovy ---
[INFO] 
[INFO] --- gmavenplus-plugin:1.12.1:groovydoc (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.4 to perform groovydoc.
Nov 14, 2022 11:32:58 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (2) @ groovy ---
[INFO] Executing tasks
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/groovy-javadoc.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (3) @ groovy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ groovy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ groovy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ groovy ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.groovy.GroovyResourceTest
Nov 14, 2022 11:33:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 14, 2022 11:33:04 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.344 s - in org.glassfish.jersey.examples.groovy.GroovyResourceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/groovy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ groovy ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/groovy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ groovy ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/groovy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/2.38-SNAPSHOT/groovy-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/2.38-SNAPSHOT/groovy-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/groovy-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/2.38-SNAPSHOT/groovy-2.38-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/groovy/target/groovy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/groovy/2.38-SNAPSHOT/groovy-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ groovy ---
[INFO] 
[INFO] --------------< org.glassfish.jersey.examples:helloworld >--------------
[INFO] Building jersey-examples-helloworld 2.38-SNAPSHOT              [317/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld ---
[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) @ helloworld ---
[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) @ helloworld ---
[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-wars) @ helloworld ---
[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) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest
Nov 14, 2022 11:33:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.examples.helloworld.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 42
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.555 s - in org.glassfish.jersey.examples.helloworld.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/helloworld.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/helloworld-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/helloworld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/2.38-SNAPSHOT/helloworld-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/2.38-SNAPSHOT/helloworld-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld/target/helloworld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld/2.38-SNAPSHOT/helloworld-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.examples:helloworld-benchmark >---------
[INFO] Building jersey-examples-helloworld-benchmark 2.38-SNAPSHOT    [318/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-benchmark ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-benchmark ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-benchmark ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-benchmark ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-benchmark ---
[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) @ helloworld-benchmark ---
[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) @ helloworld-benchmark ---
[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-wars) @ helloworld-benchmark ---
[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) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-benchmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-benchmark ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-benchmark ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest
Nov 14, 2022 11:33:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 14, 2022 11:33:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Nov 14, 2022 11:33:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Nov 14, 2022 11:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.354 s - in org.glassfish.jersey.examples.helloworld.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/helloworld-benchmark.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.4.3:shade (shade-archive) @ helloworld-benchmark ---
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:2.38-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.38-SNAPSHOT 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.core:jersey-client:jar:2.38-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar.
[INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar.
[INFO] Including jakarta.validation:jakarta.validation-api:jar:2.0.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.38-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-locator:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-api:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:hk2-utils:jar:2.6.1 in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.25.0-GA in the shaded jar.
[INFO] Including org.openjdk.jmh:jmh-core:jar:1.10.2 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
[INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
[INFO] Including org.glassfish.jersey.test-framework:jersey-test-framework-util:jar:2.38-SNAPSHOT in the shaded jar.
[INFO] Replacing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/benchmark.jar with /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/helloworld-benchmark-2.38-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-benchmark ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/helloworld-benchmark.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/2.38-SNAPSHOT/helloworld-benchmark-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/2.38-SNAPSHOT/helloworld-benchmark-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-benchmark/target/helloworld-benchmark-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-benchmark/2.38-SNAPSHOT/helloworld-benchmark-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-benchmark ---
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >----------
[INFO] Building jersey-examples-helloworld-cdi2-se 2.38-SNAPSHOT      [319/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-cdi2-se ---
[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) @ helloworld-cdi2-se ---
[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) @ helloworld-cdi2-se ---
[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-wars) @ helloworld-cdi2-se ---
[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) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-cdi2-se ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest
Nov 14, 2022 11:33:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:11 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.1.7 (SP1)
Nov 14, 2022 11:33:11 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.
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e7b5b9e7-126d-4bdf-9645-dc584aa65fdd initialized
Nov 14, 2022 11:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 14, 2022 11:33:12 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.
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6a71a25-2ef7-4d3e-8940-1e368416dbf1 initialized
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e7b5b9e7-126d-4bdf-9645-dc584aa65fdd shut down
Nov 14, 2022 11:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6a71a25-2ef7-4d3e-8940-1e368416dbf1 shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s - in org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest
[INFO] Running org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest
Nov 14, 2022 11:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:12 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.
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f9f90859-ca1f-4b3f-8509-10df8f473b6b initialized
Nov 14, 2022 11:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Nov 14, 2022 11:33:12 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.
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a57830b2-c3b2-4bcd-ae04-4bfcc99ecb81 initialized
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f9f90859-ca1f-4b3f-8509-10df8f473b6b shut down
Nov 14, 2022 11:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a57830b2-c3b2-4bcd-ae04-4bfcc99ecb81 shut down
Nov 14, 2022 11:33:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:13 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.
Nov 14, 2022 11:33:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 518e881f-d461-4344-b95c-551c18213dc8 initialized
Nov 14, 2022 11:33:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Nov 14, 2022 11:33:13 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.
Nov 14, 2022 11:33:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 952d13c2-2a92-478e-a058-eaefa648c713 initialized
Nov 14, 2022 11:33:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 518e881f-d461-4344-b95c-551c18213dc8 shut down
Nov 14, 2022 11:33:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 952d13c2-2a92-478e-a058-eaefa648c713 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/2.38-SNAPSHOT/helloworld-cdi2-se-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/2.38-SNAPSHOT/helloworld-cdi2-se-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/2.38-SNAPSHOT/helloworld-cdi2-se-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-cdi2-se ---
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:helloworld-netty >-----------
[INFO] Building jersey-examples-helloworld-netty 2.38-SNAPSHOT        [320/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-netty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-netty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-netty ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-netty ---
[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) @ helloworld-netty ---
[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) @ helloworld-netty ---
[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-wars) @ helloworld-netty ---
[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) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-netty ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest
Nov 14, 2022 11:33:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 116
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Nov 14, 2022 11:33:16 AM org.glassfish.jersey.examples.helloworld.netty.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
[WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.604 s - in org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/helloworld-netty.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/helloworld-netty-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-netty ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/helloworld-netty.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/2.38-SNAPSHOT/helloworld-netty-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/2.38-SNAPSHOT/helloworld-netty-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-netty/target/helloworld-netty-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-netty/2.38-SNAPSHOT/helloworld-netty-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-netty ---
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:helloworld-programmatic >--------
[INFO] Building jersey-examples-helloworld-programmatic 2.38-SNAPSHOT [321/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-programmatic ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-programmatic ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-programmatic ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-programmatic ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-programmatic ---
[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) @ helloworld-programmatic ---
[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) @ helloworld-programmatic ---
[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-wars) @ helloworld-programmatic ---
[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) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-programmatic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-programmatic ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-programmatic ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest
Nov 14, 2022 11:33:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 14, 2022 11:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Nov 14, 2022 11:33:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Nov 14, 2022 11:33:18 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: 1.002 s - in org.glassfish.jersey.examples.helloworld.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/helloworld-programmatic.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-programmatic ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-programmatic ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/helloworld-programmatic.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/2.38-SNAPSHOT/helloworld-programmatic-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/2.38-SNAPSHOT/helloworld-programmatic-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-programmatic/target/helloworld-programmatic-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-programmatic/2.38-SNAPSHOT/helloworld-programmatic-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-programmatic ---
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:helloworld-pure-jax-rs >--------
[INFO] Building jersey-examples-helloworld-pure-jax-rs 2.38-SNAPSHOT  [322/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-pure-jax-rs ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-pure-jax-rs ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-pure-jax-rs ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-pure-jax-rs ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-pure-jax-rs ---
[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) @ helloworld-pure-jax-rs ---
[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) @ helloworld-pure-jax-rs ---
[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-wars) @ helloworld-pure-jax-rs ---
[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) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-pure-jax-rs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-pure-jax-rs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-pure-jax-rs ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldTest
Nov 14, 2022 11:33:19 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter<javax.activation.DataSource> was not found. The provider is not available.
Nov 14, 2022 11:33:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.67 s - in org.glassfish.jersey.examples.helloworld.jaxrs.HelloWorldTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld-pure-jax-rs ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-pure-jax-rs ---
[INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-pure-jax-rs ---
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/2.38-SNAPSHOT/helloworld-pure-jax-rs-2.38-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/2.38-SNAPSHOT/helloworld-pure-jax-rs-2.38-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-pure-jax-rs/target/helloworld-pure-jax-rs-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-pure-jax-rs/2.38-SNAPSHOT/helloworld-pure-jax-rs-2.38-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ helloworld-pure-jax-rs ---
[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------
[INFO] Building jersey-examples-helloworld-weld 2.38-SNAPSHOT         [323/372]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-weld ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_master
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-weld ---
[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) @ helloworld-weld ---
[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) @ helloworld-weld ---
[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-wars) @ helloworld-weld ---
[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) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ helloworld-weld ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest
Nov 14, 2022 11:33:20 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.1.7 (SP1)
Nov 14, 2022 11:33:20 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.
Nov 14, 2022 11:33:21 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.
Nov 14, 2022 11:33:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 99794f1d-5fa5-45af-829d-ccb1af94562d initialized
Nov 14, 2022 11:33:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Nov 14, 2022 11:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Nov 14, 2022 11:33:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 99794f1d-5fa5-45af-829d-ccb1af94562d shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.89 s - in org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest
[INFO] Running org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest
Nov 14, 2022 11:33:22 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.
Nov 14, 2022 11:33:22 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.
Nov 14, 2022 11:33:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4850f9ee-5b95-4f9b-90f8-3c5f1b80e28f initialized
Nov 14, 2022 11:33:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Nov 14, 2022 11:33:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
SYNC: 348, ASYNC: 326, STRAIGHT: 326
Nov 14, 2022 11:36:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4850f9ee-5b95-4f9b-90f8-3c5f1b80e28f shut down
[INFO] Tests run: 1000, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 181.798 s - in org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest
[INFO] Running org.glassfish.jersey.examples.helloworld.AppScopedResourceTest
Nov 14, 2022 11:36:24 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.
Nov 14, 2022 11:36:24 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.
Nov 14, 2022 11:36:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f59fae7-7c72-4182-9f30-4d59f86b5163 initialized
Nov 14, 2022 11:36:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:36:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f59fae7-7c72-4182-9f30-4d59f86b5163 shut down
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.159 s <<< FAILURE! - in org.glassfish.jersey.examples.helloworld.AppScopedResourceTest
[ERROR] org.glassfish.jersey.examples.helloworld.AppScopedResourceTest.testCounter  Time elapsed: 0.156 s  <<< ERROR!
org.glassfish.jersey.test.spi.TestContainerException: java.net.BindException: Address already in use
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.start(GrizzlyTestContainerFactory.java:102)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:627)
	at org.glassfish.jersey.examples.helloworld.AppScopedResourceTest.setUp(AppScopedResourceTest.java:40)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:129)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1311)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1840)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1806)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: java.net.BindException: Address already in use
	at java.base/sun.nio.ch.Net.bind0(Native Method)
	at java.base/sun.nio.ch.Net.bind(Net.java:555)
	at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:344)
	at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:301)
	at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:89)
	at org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.bindToChannelAndAddress(TCPNIOBindingHandler.java:107)
	at org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.bind(TCPNIOBindingHandler.java:64)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:215)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:195)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:186)
	at org.glassfish.grizzly.http.server.NetworkListener.start(NetworkListener.java:711)
	at org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:256)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.start(GrizzlyTestContainerFactory.java:93)
	... 63 more

[INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest
Nov 14, 2022 11:36:24 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.
Nov 14, 2022 11:36:24 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.
Nov 14, 2022 11:36:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b801cf05-6d79-4092-b4e7-26531e0c0bef initialized
Nov 14, 2022 11:36:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Nov 14, 2022 11:36:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b801cf05-6d79-4092-b4e7-26531e0c0bef shut down
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.185 s <<< FAILURE! - in org.glassfish.jersey.examples.helloworld.HelloWorldTest
[ERROR] org.glassfish.jersey.examples.helloworld.HelloWorldTest.testHelloWorld  Time elapsed: 0.184 s  <<< ERROR!
org.glassfish.jersey.test.spi.TestContainerException: java.net.BindException: Address already in use
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.start(GrizzlyTestContainerFactory.java:102)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:627)
	at org.glassfish.jersey.examples.helloworld.HelloWorldTest.setUp(HelloWorldTest.java:38)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:129)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1311)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1840)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1806)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
Caused by: java.net.BindException: Address already in use
	at java.base/sun.nio.ch.Net.bind0(Native Method)
	at java.base/sun.nio.ch.Net.bind(Net.java:555)
	at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:344)
	at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:301)
	at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:89)
	at org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.bindToChannelAndAddress(TCPNIOBindingHandler.java:107)
	at org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.bind(TCPNIOBindingHandler.java:64)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:215)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:195)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:186)
	at org.glassfish.grizzly.http.server.NetworkListener.start(NetworkListener.java:711)
	at org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:256)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.start(GrizzlyTestContainerFactory.java:93)
	... 63 more

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   AppScopedResourceTest.setUp:40->JerseyTest.setUp:627 » TestContainer java.net.BindException: Address already in use
[ERROR]   HelloWorldTest.setUp:38->JerseyTest.setUp:627 » TestContainer java.net.BindException: Address already in use
[INFO] 
[ERROR] Tests run: 1003, Failures: 0, Errors: 2, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 2.38-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [ 10.459 s]
[INFO] jersey-archetypes .................................. SUCCESS [  0.749 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  2.454 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.149 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.153 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.445 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.306 s]
[INFO] jersey-core-common ................................. SUCCESS [ 47.008 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.099 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  4.187 s]
[INFO] jersey-core-client ................................. SUCCESS [ 21.885 s]
[INFO] jersey-media ....................................... SUCCESS [  0.077 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  5.122 s]
[INFO] jersey-core-server ................................. SUCCESS [ 50.015 s]
[INFO] jersey-containers .................................. SUCCESS [  0.071 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  0.791 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  2.414 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.066 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  2.638 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.437 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.428 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.085 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  5.864 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.067 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [ 18.797 s]
[INFO] jersey-connectors-apache5 .......................... SUCCESS [ 20.280 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  2.549 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.237 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [ 18.087 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  7.936 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [ 17.049 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  1.720 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [ 11.711 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  1.919 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [ 51.248 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.605 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.204 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.074 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [  9.220 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [ 32.650 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.079 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  2.635 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  3.755 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [ 15.211 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 23.817 s]
[INFO] jersey-connectors-helidon .......................... SUCCESS [01:04 min]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.081 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  2.312 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.055 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [  8.228 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.525 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  1.073 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  0.797 s]
[INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [  9.797 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.382 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  0.771 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.363 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  0.993 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  2.082 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  1.175 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.296 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.449 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.451 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  1.321 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  4.608 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.053 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  1.829 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  1.784 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  1.690 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  1.804 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  2.193 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  5.405 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.722 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  1.307 s]
[INFO] project ............................................ SUCCESS [  0.065 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  2.728 s]
[INFO] jersey-mp-config ................................... SUCCESS [  3.461 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.052 s]
[INFO] jersey-inject-cdi-weld ............................. SUCCESS [  6.400 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  4.714 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  0.661 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  3.373 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  3.238 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.580 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  5.048 s]
[INFO] jersey-media-json-gson ............................. SUCCESS [  0.986 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.480 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  1.089 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  1.893 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  1.119 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  9.218 s]
[INFO] jersey-security .................................... SUCCESS [  0.055 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.793 s]
[INFO] jersey-security .................................... SUCCESS [  0.572 s]
[INFO] oauth1-server ...................................... SUCCESS [  3.469 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.545 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  1.965 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.073 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [05:31 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [02:18 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  3.600 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [03:27 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.052 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  6.013 s]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld ............ SUCCESS [  5.107 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  2.310 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [06:07 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [  9.509 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.048 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.866 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [  6.683 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.053 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  8.381 s]
[INFO] jersey-tests-cdi-client ............................ SUCCESS [  2.059 s]
[INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [  2.790 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.702 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.425 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  3.196 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  3.143 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.235 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.351 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.417 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  0.690 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.052 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.331 s]
[INFO] jersey-tests-resource-with-at-context .............. SUCCESS [  2.592 s]
[INFO] cdi-sigleton ....................................... SUCCESS [  2.770 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 10.034 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.847 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.955 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.765 s]
[INFO] jersey-tests-context-inject-on-server .............. SUCCESS [  8.208 s]
[INFO] client-connector-provider .......................... SUCCESS [  1.712 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.204 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.343 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.258 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.048 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.273 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.507 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.293 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.297 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.049 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.805 s]
[INFO] jersey-tests-externalproperties .................... SUCCESS [  2.044 s]
[INFO] j-376-reproducer ................................... SUCCESS [  3.159 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.550 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.451 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.310 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.054 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.182 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.436 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.215 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.048 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  3.165 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  2.559 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  2.014 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  2.478 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  2.384 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  2.640 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  2.532 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  2.331 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  2.330 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  3.441 s]
[INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [  7.400 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  1.892 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.908 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.471 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  2.295 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  2.644 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  2.333 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  3.909 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  2.242 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  3.265 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  2.841 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  2.721 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  1.284 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  2.209 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  2.431 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  3.357 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  2.138 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  3.253 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  3.330 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  2.181 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  2.527 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  1.791 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  6.392 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  2.959 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  3.858 s]
[INFO] jersey-3662 ........................................ SUCCESS [  1.963 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  2.727 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  1.934 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  2.001 s]
[INFO] jersey-3992 ........................................ SUCCESS [  2.749 s]
[INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [  2.454 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  2.905 s]
[INFO] jersey-4321 ........................................ SUCCESS [  2.166 s]
[INFO] jersey-examples .................................... SUCCESS [  0.234 s]
[INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [  7.435 s]
[INFO] jersey-4507 ........................................ SUCCESS [  3.180 s]
[INFO] jersey-4542 ........................................ SUCCESS [  2.920 s]
[INFO] jersey-4697 ........................................ SUCCESS [  4.842 s]
[INFO] jersey-4722 ........................................ SUCCESS [  1.767 s]
[INFO] jersey-tests-integration-jersey-4949 ............... SUCCESS [  2.229 s]
[INFO] jetty-response-close ............................... SUCCESS [  1.353 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.070 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 28.293 s]
[INFO] microprofile-integration-project ................... SUCCESS [  0.054 s]
[INFO] microprofile-config-project ........................ SUCCESS [  0.047 s]
[INFO] config-webapp ...................................... SUCCESS [  0.753 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  2.500 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [07:34 min]
[INFO] jersey-rest-client14-compatibility ................. SUCCESS [  3.675 s]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [  2.638 s]
[INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [  2.815 s]
[INFO] jersey-tests-integration-property-check ............ SUCCESS [  0.906 s]
[INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [  3.836 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [  2.859 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [  3.236 s]
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [  2.521 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [  2.354 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [  2.663 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [  2.818 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [  1.973 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [  2.216 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [  2.241 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [  2.315 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [  2.115 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [  2.213 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [  4.061 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [  4.069 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [  4.093 s]
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [  1.261 s]
[INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [  3.631 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [  8.400 s]
[INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [  2.452 s]
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [  0.412 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [  2.231 s]
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [  2.534 s]
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [  2.235 s]
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [  2.198 s]
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [  2.167 s]
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [  2.465 s]
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [  2.220 s]
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [  2.122 s]
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [  3.016 s]
[INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [  2.710 s]
[INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [  3.675 s]
[INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [  2.252 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [  1.188 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [  3.430 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [  3.301 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [  2.853 s]
[INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [  3.919 s]
[INFO] jersey-tests-integration-sonar-test ................ SUCCESS [  2.319 s]
[INFO] jersey-tests-integration-spring4 ................... SUCCESS [  2.589 s]
[INFO] jersey-tests-integration-spring5 ................... SUCCESS [  5.180 s]
[INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 10.812 s]
[INFO] reactive-streams-integration-project ............... SUCCESS [  0.071 s]
[INFO] sse-reactive-streams-tck ........................... SUCCESS [ 11.781 s]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  3.748 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.273 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.045 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.068 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.380 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.075 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  2.356 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.047 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [ 10.487 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.280 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.420 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.359 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.054 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.545 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.493 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.163 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.344 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.047 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [01:34 min]
[INFO] jersey-tests-stress ................................ SUCCESS [  2.038 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.154 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  7.159 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.169 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  0.735 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.085 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.140 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  2.928 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  2.168 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  2.282 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  2.544 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  2.433 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  2.379 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  2.530 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  2.771 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  2.759 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  2.545 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  2.152 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  2.554 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  2.924 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  1.988 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  1.907 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.181 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.210 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.813 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.725 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.674 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [  6.181 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  2.630 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  1.950 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  2.647 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  5.311 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  3.823 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  3.980 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [  4.110 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  2.706 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  2.518 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [ 12.167 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  2.634 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  3.041 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  3.392 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  2.826 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  1.894 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  1.446 s]
[INFO] jersey-examples-helloworld-weld .................... FAILURE [03:05 min]
[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:  48:31 min
[INFO] Finished at: 2022-11-14T11:36:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project helloworld-weld: 
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/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] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project helloworld-weld: 

Please refer to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104)
    at java.lang.reflect.Method.invoke (Method.java:578)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoFailureException: 

Please refer to /home/jenkins/agent/workspace/continuous-integration_master/examples/helloworld-weld/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:283)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:171)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:546)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1183)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:931)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104)
    at java.lang.reflect.Method.invoke (Method.java:578)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :helloworld-weld
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 19 
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE