Skip to content

Console Output

Skipping 3,201 KB.. Full Log
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java:[136,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-netty-http ---
[INFO] Reserved port 35859 for jersey.config.test.container.port
[INFO] Reserved port 36105 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-netty-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Mar 19, 2024 11:23:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34557]
Mar 19, 2024 11:23:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34557/
Mar 19, 2024 11:23:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34557]
Mar 19, 2024 11:23:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Mar 19, 2024 11:23:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34557]
Mar 19, 2024 11:23:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34557/
Mar 19, 2024 11:23:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34557]
Mar 19, 2024 11:23:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Mar 19, 2024 11:23:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34557]
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.439 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty11-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty11-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Running org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest
Mar 19, 2024 11:23:20 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Mar 19, 2024 11:23:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource 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.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. 
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.xml
[INFO]            attaching as jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.json
[INFO]            attaching as jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty11-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty11-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jetty11-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jetty11-connector/target/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/3.1.99-SNAPSHOT/jersey-jetty11-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty11-connector ---
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jnh-connector >--------
[INFO] Building jersey-connectors-jnh 3.1.99-SNAPSHOT                  [49/303]
[INFO]   from connectors/jnh-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jnh-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jnh-connector ---
Mar 19, 2024 11:23:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:22 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource 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.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. 
Mar 19, 2024 11:23:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.773 s -- in org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jnh-connector ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jnh-connector ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jnh-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jnh/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/main/resources/org/glassfish/jersey/jnh/connector/localization.properties
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jnh-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jnh-connector ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jnh-connector ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-netty-http ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jnh-connector ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jnh-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug target 11] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jnh-connector ---
[INFO] Reserved port 38441 for jersey.config.test.container.port
[INFO] Reserved port 46315 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1:test (default-test) @ jersey-jnh-connector ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] CycloneDX: Creating BOM version 1.4 with 44 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.xml
[INFO]            attaching as jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.json
[INFO] Running org.glassfish.jersey.jnh.connector.HttpHeadersTest
[INFO]            attaching as jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-netty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-netty-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/netty-http/target/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/3.1.99-SNAPSHOT/jersey-container-netty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-netty-http ---
Mar 19, 2024 11:23:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >--
[INFO] Building jersey-test-framework-provider-netty 3.1.99-SNAPSHOT   [35/378]
[INFO]   from test-framework/providers/netty/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-netty ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-netty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-netty ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-netty ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty ---
[INFO] Reserved port 43275 for jersey.config.test.container.port
[INFO] Reserved port 38221 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-netty ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-netty ---
[INFO] CycloneDX: Resolving Dependencies
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s -- in org.glassfish.jersey.jnh.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jnh.connector.AsyncTest
Mar 19, 2024 11:23:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:25 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
[INFO] CycloneDX: Creating BOM version 1.4 with 60 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-netty ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/netty/target/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/3.1.99-SNAPSHOT/jersey-test-framework-provider-netty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >-----
[INFO] Building jersey-container-jetty-http 3.1.99-SNAPSHOT            [36/378]
[INFO]   from containers/jetty-http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http ---
[INFO] Copying 2 resources from ../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http ---
[INFO] Copying 3 resources from src/main/resources to target17/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 11] to target17/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java:[60,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java:[133,30] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http ---
[INFO] Reserved port 34005 for jersey.config.test.container.port
[INFO] Reserved port 42757 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Mar 19, 2024 11:23:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
[INFO] Running org.glassfish.jersey.jetty.ExceptionTest
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Mar 19, 2024 11:23:29 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder
WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter<jakarta.activation.DataSource> was not found. The provider is not available.
Mar 19, 2024 11:23:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:29 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.093 s -- in org.glassfish.jersey.jetty.ExceptionTest
[INFO] Running org.glassfish.jersey.jetty.OptionsTest
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.jetty.OptionsTest
[INFO] Running org.glassfish.jersey.jetty.JettyHttpServerProviderTest
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:30 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource 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.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource 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.jetty.JettyHttpServerProviderTest$Resource will be ignored. 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in org.glassfish.jersey.jetty.JettyHttpServerProviderTest
[INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.295 s -- in org.glassfish.jersey.jnh.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest
[INFO] Running org.glassfish.jersey.jnh.connector.OptionsMethodTest
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jetty.AsyncTest
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.jnh.connector.OptionsMethodTest
[INFO] Running org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jnh.connector.BodyPublisherTest
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Mar 19, 2024 11:23:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.jnh.connector.BodyPublisherTest
[INFO] Running org.glassfish.jersey.jnh.connector.FollowRedirectsTest
Mar 19, 2024 11:23:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s -- in org.glassfish.jersey.jnh.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jnh.connector.CookieTest
Mar 19, 2024 11:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Mar 19, 2024 11:23:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.glassfish.jersey.jnh.connector.CookieTest
[INFO] Running org.glassfish.jersey.jnh.connector.HttpsTest
Mar 19, 2024 11:23:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:38441
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.966 s -- in org.glassfish.jersey.jnh.connector.HttpsTest
[INFO] Running org.glassfish.jersey.jnh.connector.HelloWorldTest
Mar 19, 2024 11:23:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Mar 19, 2024 11:23:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.jnh.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 73
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.glassfish.jersey.jnh.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jnh.connector.Http2PresenceTest
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.glassfish.jersey.jnh.connector.Http2PresenceTest
[INFO] Running org.glassfish.jersey.jnh.connector.RedirectTest
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.jnh.connector.RedirectTest
[INFO] Running org.glassfish.jersey.jnh.connector.TraceSupportTest
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Mar 19, 2024 11:23:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.glassfish.jersey.jnh.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.jnh.connector.NoEntityTest
Mar 19, 2024 11:23:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.glassfish.jersey.jnh.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.jnh.connector.TimeoutTest
Mar 19, 2024 11:23:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:35 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Mar 19, 2024 11:23:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Mar 19, 2024 11:23:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Mar 19, 2024 11:23:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
Mar 19, 2024 11:23:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAX-B API not found . WADL feature is disabled.
Mar 19, 2024 11:23:36 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:34005/
Mar 19, 2024 11:23:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.160 s -- in org.glassfish.jersey.jnh.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.jnh.connector.ManagedClientTest
Mar 19, 2024 11:23:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:37 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Mar 19, 2024 11:23:37 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Mar 19, 2024 11:23:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Mar 19, 2024 11:23:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.jnh.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jnh.connector.EntityTest
Mar 19, 2024 11:23:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.glassfish.jersey.jnh.connector.EntityTest
[INFO] Running org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest
[INFO] Running org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jnh.connector.MethodTest
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.glassfish.jersey.jnh.connector.MethodTest
[INFO] Running org.glassfish.jersey.jnh.connector.AuthTest
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Mar 19, 2024 11:23:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.glassfish.jersey.jnh.connector.AuthTest
[INFO] Running org.glassfish.jersey.jnh.connector.ErrorTest
Mar 19, 2024 11:23:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Mar 19, 2024 11:23:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.HttpHandler doHandle
WARNING: GRIZZLY0200: Service exception
java.lang.NullPointerException
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
	at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166)
	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
	at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69)
	at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381)
	at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353)
	at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319)
	at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Mar 19, 2024 11:23:39 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
MultiException stack 1 of 4
java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_129,129,1715551692) has been shut down
	at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetInjecteeDescriptor(ServiceLocatorImpl.java:520)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getInjecteeDescriptor(ServiceLocatorImpl.java:582)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:47)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:214)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
	at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2217)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 2 of 4
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.RequestContext errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
	at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2217)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 3 of 4
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.RequestContext
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:59)
	at org.jvnet.hk2.internal.SingletonContext$1.compute(SingletonContext.java:47)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.SingletonContext.findOrCreate(SingletonContext.java:98)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
	at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
	at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2217)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
	at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)
MultiException stack 4 of 4
java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
	implementation=org.glassfish.jersey.jnh.connector.ErrorTest$ErrorResource
	contracts={org.glassfish.jersey.jnh.connector.ErrorTest$ErrorResource}
	scope=org.glassfish.jersey.process.internal.RequestScoped
	qualifiers={}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=155
	locatorId=129
	identityHashCode=135803490
	reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:122)
	at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
	at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
	at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
	at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:255)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Mar 19, 2024 11:23:39 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:834)

Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38441/
Mar 19, 2024 11:23:39 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.268 s -- in org.glassfish.jersey.jetty.AsyncTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http ---
[INFO] CycloneDX: Resolving Dependencies
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38441]
Mar 19, 2024 11:23:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Mar 19, 2024 11:23:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38441]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.100 s -- in org.glassfish.jersey.jnh.connector.ErrorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jnh-connector ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.xml
[INFO]            attaching as jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.json
[INFO]            attaching as jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/jetty-http/target17/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.1.99-SNAPSHOT/jersey-container-jetty-http-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >--
[INFO] Building jersey-test-framework-provider-jetty 3.1.99-SNAPSHOT   [37/378]
[INFO]   from test-framework/providers/jetty/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/src/main/java17 added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target17/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target17/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from ../../.. to target17/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty ---
[INFO] Copying 2 resources from src/main/resources to target17/classes
[INFO] Copying 2 resources from target17/legal to target17/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target17/test-classes
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.xml
[INFO]            attaching as jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.json
[INFO]            attaching as jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jnh-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jnh-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-jnh-connector ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/connectors/jnh-connector/target/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/3.1.99-SNAPSHOT/jersey-jnh-connector-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jnh-connector ---
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty ---
[INFO] Reserved port 35627 for jersey.config.test.container.port
[INFO] Reserved port 32875 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/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.test.jetty.JettyContainerTest
Mar 19, 2024 11:23:44 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:35627/
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.cdi:project >----------------
[INFO] Building jersey-cdi-support 3.1.99-SNAPSHOT                     [50/303]
[INFO]   from ext/cdi/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 36653 for jersey.config.test.container.port
[INFO] Reserved port 34669 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >--------------
[INFO] Building jersey-ext-cdi1x 3.1.99-SNAPSHOT                       [51/303]
[INFO]   from ext/cdi/jersey-cdi1x/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x ---
Mar 19, 2024 11:23:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x ---
[INFO] Resources:
[INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 11] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x ---
[INFO] Reserved port 40503 for jersey.config.test.container.port
[INFO] Reserved port 40481 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Mar 19, 2024 11:23:45 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:35627/
Mar 19, 2024 11:23:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 19, 2024 11:23:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 s -- in org.glassfish.jersey.test.jetty.JettyContainerTest
[INFO] Running org.glassfish.jersey.test.jetty.AvailablePortJettyTest
Mar 19, 2024 11:23:45 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
Mar 19, 2024 11:23:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 19, 2024 11:23:45 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start
INFO: Started JettyTestContainer at the base URI http://localhost:33249/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.jersey.test.jetty.AvailablePortJettyTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.xml
[INFO]            attaching as jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.json
[INFO]            attaching as jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x ---
[WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.1.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.1.99-SNAPSHOT/jersey-cdi1x-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x ---
[INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.xml
[INFO]            attaching as jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.json
[INFO]            attaching as jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/3.1.99-SNAPSHOT/jersey-test-framework-provider-jetty-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] ---------< org.glassfish.jersey.containers.glassfish:project >----------
[INFO] Building jersey-glassfish-support 3.1.99-SNAPSHOT               [52/303]
[INFO]   from containers/glassfish/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 39625 for jersey.config.test.container.port
[INFO] Reserved port 45331 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >--
[INFO] Building jersey-test-framework-provider-bundle 3.1.99-SNAPSHOT  [38/378]
[INFO]   from test-framework/providers/bundle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-bundle ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-bundle ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle ---
[INFO] Reserved port 39781 for jersey.config.test.container.port
[INFO] Reserved port 40151 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-bundle ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.xml
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.json
[INFO]            attaching as project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ project ---
[INFO] 
[INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >-------
[INFO] Building jersey-gf-ejb 3.1.99-SNAPSHOT                          [53/303]
[INFO]   from containers/glassfish/jersey-gf-ejb/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gf-ejb ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gf-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gf-ejb ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-gf-ejb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gf-ejb ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gf-ejb ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gf-ejb ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gf-ejb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gf-ejb ---
[INFO] Reserved port 39511 for jersey.config.test.container.port
[INFO] Reserved port 38729 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1:test (default-test) @ jersey-gf-ejb ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gf-ejb ---
[INFO] CycloneDX: Resolving Dependencies
Aborted by Maxim Nesen
Sending interrupt signal to process
[INFO] CycloneDX: Creating BOM version 1.4 with 86 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.xml
[INFO]            attaching as jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.json
[INFO]            attaching as jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/providers/bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/3.1.99-SNAPSHOT/jersey-test-framework-provider-bundle-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------
[INFO] Building jersey-connectors-grizzly 3.1.99-SNAPSHOT              [39/378]
[INFO]   from connectors/grizzly-connector/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-connector ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-connector ---
script returned exit code 143
Sending interrupt signal to process
[Pipeline] }
[Pipeline] // withEnv
script returned exit code 143
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // node
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // withEnv
[Pipeline] }
Failed in branch JDK 21
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 11
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b5d1b52d-41df-41e9-991d-7f70421ee1df

GitHub has been notified of this commit’s build result

Finished: ABORTED