Skip to content
Failed

Console Output

Skipping 20,974 KB.. Full Log
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jersey-webapp/target/sse-item-store-jersey-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jersey-webapp/3.1.99-SNAPSHOT/sse-item-store-jersey-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jersey-webapp ---
[INFO] 
[INFO] -----< org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp >------
[INFO] Building jersey-examples-sse-item-store-jaxrs-webapp 3.1.99-SNAPSHOT [372/378]
[INFO]   from examples/sse-item-store-jaxrs-webapp/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ sse-item-store-jaxrs-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-item-store-jaxrs-webapp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ sse-item-store-jaxrs-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ sse-item-store-jaxrs-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ sse-item-store-jaxrs-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ sse-item-store-jaxrs-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ sse-item-store-jaxrs-webapp ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ sse-item-store-jaxrs-webapp ---
[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) @ sse-item-store-jaxrs-webapp ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ sse-item-store-jaxrs-webapp ---
[INFO] Copying 2 resources from ../.. to target/sse-item-store-jaxrs-webapp/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ sse-item-store-jaxrs-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ sse-item-store-jaxrs-webapp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files 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) @ sse-item-store-jaxrs-webapp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files 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) @ sse-item-store-jaxrs-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-item-store-jaxrs-webapp ---
[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
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ sse-item-store-jaxrs-webapp ---
[INFO] Reserved port 35517 for jersey.config.test.container.port
[INFO] Reserved port 40855 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ sse-item-store-jaxrs-webapp ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest
May 09, 2024 8:37:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp
May 09, 2024 8:37:52 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 09, 2024 8:37:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
May 09, 2024 8:37:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [0] name [foo]
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'foo'
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [1] name [bar]
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'bar'
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=0 data=foo
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=0 data=foo
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=0 data=foo
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=0 data=foo
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=0 data=foo
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=1 data=bar
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=1 data=bar
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [2] name [baz]
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=1 data=bar
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=1 data=bar
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=1 data=bar
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=2 data=baz
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=2 data=baz
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=2 data=baz
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=2 data=baz
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'baz'
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=2 data=baz
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 0 closed.
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 1 closed.
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 2 closed.
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 3 closed.
May 09, 2024 8:37:53 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 4 closed.
May 09, 2024 8:37:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
May 09, 2024 8:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp
May 09, 2024 8:37:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 09, 2024 8:37:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
May 09, 2024 8:37:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [3] name [round-1-00]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-00'
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: No events to replay.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-01'
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-02'
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-03'
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02
May 09, 2024 8:37:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-04'
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-05'
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :4
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 5
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-06'
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :5
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 6
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-07'
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :6
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 7
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-08'
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :7
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 8
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07
May 09, 2024 8:37:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-09'
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :8
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 9
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'reconnect 1' has been processed.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
May 09, 2024 8:37:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-00'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-01'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-02'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-03'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-04'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-05'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-06'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-07'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-08'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-09'
May 09, 2024 8:37:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'reconnect now' has been processed.
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 10
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08
May 09, 2024 8:37:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 11
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08
May 09, 2024 8:38:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 12
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08
May 09, 2024 8:38:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 13
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08
May 09, 2024 8:38:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 13
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 0 closed.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 1 closed.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 2 closed.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 3 closed.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 4 closed.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :22
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
May 09, 2024 8:38:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: No events to replay.
May 09, 2024 8:38:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.34 s -- in org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- war:3.4.0:war (default-war) @ sse-item-store-jaxrs-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sse-item-store-jaxrs-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-item-store-jaxrs-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/bom.xml
[INFO]            attaching as sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/bom.json
[INFO]            attaching as sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-item-store-jaxrs-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ sse-item-store-jaxrs-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-item-store-jaxrs-webapp/target/sse-item-store-jaxrs-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.1.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-item-store-jaxrs-webapp ---
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:sse-twitter-aggregator >--------
[INFO] Building jersey-examples-sse-twitter-aggregator 3.1.99-SNAPSHOT [373/378]
[INFO]   from examples/sse-twitter-aggregator/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ sse-twitter-aggregator ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sse-twitter-aggregator ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ sse-twitter-aggregator ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ sse-twitter-aggregator ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ sse-twitter-aggregator ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ sse-twitter-aggregator ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ sse-twitter-aggregator ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ sse-twitter-aggregator ---
[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) @ sse-twitter-aggregator ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ sse-twitter-aggregator ---
[INFO] Copying 2 resources from ../.. to target/sse-twitter-aggregator/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ sse-twitter-aggregator ---
[INFO] Copying 3 resources 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) @ sse-twitter-aggregator ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ sse-twitter-aggregator ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ sse-twitter-aggregator ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sse-twitter-aggregator ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ sse-twitter-aggregator ---
[INFO] Reserved port 32881 for jersey.config.test.container.port
[INFO] Reserved port 40787 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ sse-twitter-aggregator ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ sse-twitter-aggregator ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sse-twitter-aggregator ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/bom.xml
[INFO]            attaching as sse-twitter-aggregator-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/bom.json
[INFO]            attaching as sse-twitter-aggregator-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sse-twitter-aggregator ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ sse-twitter-aggregator ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.1.99-SNAPSHOT/sse-twitter-aggregator-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ sse-twitter-aggregator ---
[INFO] 
[INFO] ------< org.glassfish.jersey.examples:system-properties-example >-------
[INFO] Building jersey-examples-system-properties 3.1.99-SNAPSHOT     [374/378]
[INFO]   from examples/system-properties-example/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ system-properties-example ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ system-properties-example ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ system-properties-example ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ system-properties-example ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ system-properties-example ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ system-properties-example ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ system-properties-example ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ system-properties-example ---
[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) @ system-properties-example ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ system-properties-example ---
[INFO] Copying 2 resources from ../.. to target/system-properties-example/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ system-properties-example ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ system-properties-example ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files 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) @ system-properties-example ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files 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) @ system-properties-example ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ system-properties-example ---
[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
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ system-properties-example ---
[INFO] Reserved port 39503 for jersey.config.test.container.port
[INFO] Reserved port 35275 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ system-properties-example ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.sysprops.SysPropsTest
May 09, 2024 8:38:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39503/
May 09, 2024 8:38:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39503]
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39503]
May 09, 2024 8:38:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39503/
May 09, 2024 8:38:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39503]
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39503]
May 09, 2024 8:38:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39503/
May 09, 2024 8:38:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39503]
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
May 09, 2024 8:38:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39503]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s -- in org.glassfish.jersey.examples.sysprops.SysPropsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ system-properties-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/system-properties-example.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ system-properties-example ---
[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/examples/system-properties-example/target/bom.xml
[INFO]            attaching as system-properties-example-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/bom.json
[INFO]            attaching as system-properties-example-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ system-properties-example ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/system-properties-example-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ system-properties-example ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.1.99-SNAPSHOT/system-properties-example-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ system-properties-example ---
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >---------------
[INFO] Building jersey-examples-moxy 3.1.99-SNAPSHOT                  [375/378]
[INFO]   from examples/xml-moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ xml-moxy ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-moxy ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ xml-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ xml-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ xml-moxy ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ xml-moxy ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ xml-moxy ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ xml-moxy ---
[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) @ xml-moxy ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ xml-moxy ---
[INFO] Copying 2 resources from ../.. to target/xml-moxy/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ xml-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files 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) @ xml-moxy ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files 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) @ xml-moxy ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-moxy ---
[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
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ xml-moxy ---
[INFO] Reserved port 33457 for jersey.config.test.container.port
[INFO] Reserved port 36767 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ xml-moxy ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.xmlmoxy.MoxyAppTest
May 09, 2024 8:38:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33457/
May 09, 2024 8:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33457]
May 09, 2024 8:38:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 09, 2024 8:38:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33457]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.622 s -- in org.glassfish.jersey.examples.xmlmoxy.MoxyAppTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/xml-moxy.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-moxy ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/bom.xml
[INFO]            attaching as xml-moxy-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/bom.json
[INFO]            attaching as xml-moxy-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/xml-moxy-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ xml-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.1.99-SNAPSHOT/xml-moxy-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ xml-moxy ---
[INFO] 
[INFO] -------< org.glassfish.jersey.examples:helloworld-spring-webapp >-------
[INFO] Building jersey-examples-helloworld-spring-webapp 3.1.99-SNAPSHOT [376/378]
[INFO]   from examples/helloworld-spring-webapp/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ helloworld-spring-webapp ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-spring-webapp ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-spring-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-spring-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ helloworld-spring-webapp ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ helloworld-spring-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helloworld-spring-webapp ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helloworld-spring-webapp ---
[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) @ helloworld-spring-webapp ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ helloworld-spring-webapp ---
[INFO] Copying 2 resources from ../.. to target/helloworld-spring-webapp/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ helloworld-spring-webapp ---
[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) @ helloworld-spring-webapp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files 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) @ helloworld-spring-webapp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files 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) @ helloworld-spring-webapp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-spring-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ helloworld-spring-webapp ---
[INFO] Reserved port 35603 for jersey.config.test.container.port
[INFO] Reserved port 40755 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ helloworld-spring-webapp ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- war:3.4.0:war (default-war) @ helloworld-spring-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helloworld-spring-webapp] in [/home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/helloworld-spring-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/helloworld-spring-webapp.war
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-spring-webapp ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 35 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/bom.xml
[INFO]            attaching as helloworld-spring-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/bom.json
[INFO]            attaching as helloworld-spring-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-spring-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/helloworld-spring-webapp-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ helloworld-spring-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.1.99-SNAPSHOT/helloworld-spring-webapp-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/helloworld-spring-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.1.99-SNAPSHOT/helloworld-spring-webapp-3.1.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.1.99-SNAPSHOT/helloworld-spring-webapp-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.1.99-SNAPSHOT/helloworld-spring-webapp-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-webapp/target/helloworld-spring-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.1.99-SNAPSHOT/helloworld-spring-webapp-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-spring-webapp ---
[INFO] 
[INFO] ----< org.glassfish.jersey.examples:helloworld-spring-annotations >-----
[INFO] Building helloworld-spring-annotations 3.1.99-SNAPSHOT         [377/378]
[INFO]   from examples/helloworld-spring-annotations/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ helloworld-spring-annotations ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ helloworld-spring-annotations ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ helloworld-spring-annotations ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ helloworld-spring-annotations ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ helloworld-spring-annotations ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ helloworld-spring-annotations ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ helloworld-spring-annotations ---
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ helloworld-spring-annotations ---
[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) @ helloworld-spring-annotations ---
[INFO] Copying 2 resources from ../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ helloworld-spring-annotations ---
[INFO] Copying 2 resources from ../.. to target/helloworld-spring-annotations/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ helloworld-spring-annotations ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ helloworld-spring-annotations ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files 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) @ helloworld-spring-annotations ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files 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) @ helloworld-spring-annotations ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ helloworld-spring-annotations ---
[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
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ helloworld-spring-annotations ---
[INFO] Reserved port 43575 for jersey.config.test.container.port
[INFO] Reserved port 34227 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ helloworld-spring-annotations ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.hello.spring.annotations.SpringRequestResourceTest
May 09, 2024 8:38:23 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43575/
May 09, 2024 8:38:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 09, 2024 8:38:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:43575/
May 09, 2024 8:38:24 PM 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.128 s -- in org.glassfish.jersey.examples.hello.spring.annotations.SpringRequestResourceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ helloworld-spring-annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/helloworld-spring-annotations.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ helloworld-spring-annotations ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/bom.xml
[INFO]            attaching as helloworld-spring-annotations-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/bom.json
[INFO]            attaching as helloworld-spring-annotations-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ helloworld-spring-annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/helloworld-spring-annotations-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ helloworld-spring-annotations ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.1.99-SNAPSHOT/helloworld-spring-annotations-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/helloworld-spring-annotations.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.1.99-SNAPSHOT/helloworld-spring-annotations-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.1.99-SNAPSHOT/helloworld-spring-annotations-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.1.99-SNAPSHOT/helloworld-spring-annotations-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/examples/helloworld-spring-annotations/target/helloworld-spring-annotations-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.1.99-SNAPSHOT/helloworld-spring-annotations-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ helloworld-spring-annotations ---
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >---
[INFO] Building jersey-test-framework-maven-custom-enforcer-rules 3.1.99-SNAPSHOT [378/378]
[INFO]   from test-framework/maven/custom-enforcer-rules/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-enforcer-rules ---
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ custom-enforcer-rules ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ custom-enforcer-rules ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.1
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ custom-enforcer-rules ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ custom-enforcer-rules ---
[INFO] Copying 2 resources from ../../.. to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ custom-enforcer-rules ---
[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) @ custom-enforcer-rules ---
[INFO] Copying 2 resources from ../../.. to target/legal/META-INF
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ custom-enforcer-rules ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/src/main/resources
[INFO] Copying 2 resources from target/legal to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- compiler:3.11.0:compile (base-compile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module! :input tree
[INFO] Compiling 2 source files with javac [debug target 11] to target/classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-enforcer-rules ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes
[WARNING] system modules path not set in conjunction with -source 11
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ custom-enforcer-rules ---
[INFO] Reserved port 39841 for jersey.config.test.container.port
[INFO] Reserved port 39953 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ custom-enforcer-rules ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest
[INFO] Running org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ custom-enforcer-rules ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-enforcer-rules ---
[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/test-framework/maven/custom-enforcer-rules/target/bom.xml
[INFO]            attaching as custom-enforcer-rules-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/bom.json
[INFO]            attaching as custom-enforcer-rules-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ custom-enforcer-rules ---
[INFO] Building jar: /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ custom-enforcer-rules ---
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.1/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.1.99-SNAPSHOT/custom-enforcer-rules-3.1.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-enforcer-rules ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] jersey 3.1.99-SNAPSHOT ............................. SUCCESS [02:00 min]
[INFO] jersey-archetypes 3.1.99-SNAPSHOT .................. SUCCESS [  1.506 s]
[INFO] jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT ..... SUCCESS [  4.492 s]
[INFO] jersey-archetype-grizzly2 3.1.99-SNAPSHOT .......... SUCCESS [  0.353 s]
[INFO] jersey-archetype-webapp 3.1.99-SNAPSHOT ............ SUCCESS [  0.346 s]
[INFO] jersey-example-java8-webapp 3.1.99-SNAPSHOT ........ SUCCESS [  0.655 s]
[INFO] jersey-bom 3.1.99-SNAPSHOT ......................... SUCCESS [  0.215 s]
[INFO] jersey-core-common 3.1.99-SNAPSHOT ................. SUCCESS [ 51.342 s]
[INFO] jersey-inject 3.1.99-SNAPSHOT ...................... SUCCESS [  0.362 s]
[INFO] jersey-inject-hk2 3.1.99-SNAPSHOT .................. SUCCESS [  5.949 s]
[INFO] jersey-core-client 3.1.99-SNAPSHOT ................. SUCCESS [ 26.037 s]
[INFO] jersey-media 3.1.99-SNAPSHOT ....................... SUCCESS [  0.409 s]
[INFO] jersey-media-jaxb 3.1.99-SNAPSHOT .................. SUCCESS [  6.215 s]
[INFO] jersey-core-server 3.1.99-SNAPSHOT ................. SUCCESS [01:01 min]
[INFO] jersey-containers 3.1.99-SNAPSHOT .................. SUCCESS [  0.689 s]
[INFO] jersey-container-grizzly2-http 3.1.99-SNAPSHOT ..... SUCCESS [ 36.193 s]
[INFO] jersey-container-servlet-core 3.1.99-SNAPSHOT ...... SUCCESS [  3.516 s]
[INFO] jersey-test-framework 3.1.99-SNAPSHOT .............. SUCCESS [  0.442 s]
[INFO] jersey-test-framework-core 3.1.99-SNAPSHOT ......... SUCCESS [  3.659 s]
[INFO] jersey-container-servlet 3.1.99-SNAPSHOT ........... SUCCESS [  1.269 s]
[INFO] jersey-container-grizzly2-servlet 3.1.99-SNAPSHOT .. SUCCESS [  1.959 s]
[INFO] jersey-test-framework-providers 3.1.99-SNAPSHOT .... SUCCESS [  0.424 s]
[INFO] jersey-test-framework-provider-grizzly2 3.1.99-SNAPSHOT SUCCESS [  6.895 s]
[INFO] jersey-connectors 3.1.99-SNAPSHOT .................. SUCCESS [  0.428 s]
[INFO] jersey-connectors-apache 3.1.99-SNAPSHOT ........... SUCCESS [ 19.297 s]
[INFO] jersey-connectors-apache5 3.1.99-SNAPSHOT .......... SUCCESS [ 21.174 s]
[INFO] jersey-test-framework-provider-inmemory 3.1.99-SNAPSHOT SUCCESS [  3.062 s]
[INFO] jersey-test-framework-provider-external 3.1.99-SNAPSHOT SUCCESS [  0.848 s]
[INFO] jersey-container-jdk-http 3.1.99-SNAPSHOT .......... SUCCESS [ 19.312 s]
[INFO] jersey-test-framework-provider-jdk-http 3.1.99-SNAPSHOT SUCCESS [  8.706 s]
[INFO] jersey-container-simple-http 3.1.99-SNAPSHOT ....... SUCCESS [ 17.688 s]
[INFO] jersey-test-framework-provider-simple 3.1.99-SNAPSHOT SUCCESS [  2.623 s]
[INFO] jersey-connectors-netty 3.1.99-SNAPSHOT ............ SUCCESS [ 38.780 s]
[INFO] jersey-container-netty-http 3.1.99-SNAPSHOT ........ SUCCESS [  3.622 s]
[INFO] jersey-test-framework-provider-netty 3.1.99-SNAPSHOT SUCCESS [  1.238 s]
[INFO] jersey-container-jetty-http 3.1.99-SNAPSHOT ........ SUCCESS [ 13.545 s]
[INFO] jersey-test-framework-provider-jetty 3.1.99-SNAPSHOT SUCCESS [  3.142 s]
[INFO] jersey-test-framework-provider-bundle 3.1.99-SNAPSHOT SUCCESS [  1.606 s]
[INFO] jersey-connectors-grizzly 3.1.99-SNAPSHOT .......... SUCCESS [ 11.314 s]
[INFO] jersey-media-sse 3.1.99-SNAPSHOT ................... SUCCESS [ 25.981 s]
[INFO] jersey-connectors-helidon 3.1.99-SNAPSHOT .......... SUCCESS [01:05 min]
[INFO] jersey-connectors-jdk 3.1.99-SNAPSHOT .............. SUCCESS [ 40.443 s]
[INFO] jersey-extensions 3.1.99-SNAPSHOT .................. SUCCESS [  0.392 s]
[INFO] jersey-ext-entity-filtering 3.1.99-SNAPSHOT ........ SUCCESS [  3.602 s]
[INFO] jersey-media-json-jackson 3.1.99-SNAPSHOT .......... SUCCESS [  5.613 s]
[INFO] jersey-connectors-jetty 3.1.99-SNAPSHOT ............ SUCCESS [ 17.950 s]
[INFO] jersey-container-jetty-http2 3.1.99-SNAPSHOT ....... SUCCESS [ 12.428 s]
[INFO] jersey-test-framework-provider-jetty-http2 3.1.99-SNAPSHOT SUCCESS [  4.040 s]
[INFO] jersey-connectors-jetty-http2 3.1.99-SNAPSHOT ...... SUCCESS [ 18.128 s]
[INFO] jersey-connectors-jetty11 3.1.99-SNAPSHOT .......... SUCCESS [ 17.378 s]
[INFO] jersey-connectors-jnh 3.1.99-SNAPSHOT .............. SUCCESS [ 19.923 s]
[INFO] jersey-cdi-support 3.1.99-SNAPSHOT ................. SUCCESS [  0.439 s]
[INFO] jersey-ext-cdi1x 3.1.99-SNAPSHOT ................... SUCCESS [  3.095 s]
[INFO] jersey-glassfish-support 3.1.99-SNAPSHOT ........... SUCCESS [  0.412 s]
[INFO] jersey-gf-ejb 3.1.99-SNAPSHOT ...................... SUCCESS [  3.347 s]
[INFO] jersey-container-jetty11-http 3.1.99-SNAPSHOT ...... SUCCESS [ 12.498 s]
[INFO] jersey-container-jetty-servlet 3.1.99-SNAPSHOT ..... SUCCESS [  1.210 s]
[INFO] jersey-ext-bean-validation 3.1.99-SNAPSHOT ......... SUCCESS [  2.251 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 3.1.99-SNAPSHOT SUCCESS [  1.143 s]
[INFO] jersey-ext-cdi-rs-inject 3.1.99-SNAPSHOT ........... SUCCESS [ 21.185 s]
[INFO] jersey-ext-cdi1x-servlet 3.1.99-SNAPSHOT ........... SUCCESS [  0.937 s]
[INFO] jersey-ext-cdi1x-transaction 3.1.99-SNAPSHOT ....... SUCCESS [  0.840 s]
[INFO] jersey-ext-cdi1x-validation 3.1.99-SNAPSHOT ........ SUCCESS [  1.075 s]
[INFO] jersey-ext-weld2-se 3.1.99-SNAPSHOT ................ SUCCESS [  1.127 s]
[INFO] jersey-ext-metainf-services 3.1.99-SNAPSHOT ........ SUCCESS [  3.457 s]
[INFO] jersey-micrometer 3.1.99-SNAPSHOT .................. SUCCESS [  6.711 s]
[INFO] jersey-ext-mvc 3.1.99-SNAPSHOT ..................... SUCCESS [  2.007 s]
[INFO] jersey-ext-mvc-bean-validation 3.1.99-SNAPSHOT ..... SUCCESS [  0.826 s]
[INFO] jersey-ext-mvc-freemarker 3.1.99-SNAPSHOT .......... SUCCESS [  0.914 s]
[INFO] jersey-ext-mvc-jsp 3.1.99-SNAPSHOT ................. SUCCESS [  1.018 s]
[INFO] jersey-ext-mvc-mustache 3.1.99-SNAPSHOT ............ SUCCESS [  1.237 s]
[INFO] jersey-ext-proxy-client 3.1.99-SNAPSHOT ............ SUCCESS [  6.905 s]
[INFO] jersey-ext-rx 3.1.99-SNAPSHOT ...................... SUCCESS [  0.337 s]
[INFO] jersey-ext-rx-client-guava 3.1.99-SNAPSHOT ......... SUCCESS [  1.903 s]
[INFO] jersey-ext-rx-client-rxjava 3.1.99-SNAPSHOT ........ SUCCESS [  2.016 s]
[INFO] jersey-ext-rx-client-rxjava2 3.1.99-SNAPSHOT ....... SUCCESS [  2.360 s]
[INFO] jersey-spring6 3.1.99-SNAPSHOT ..................... SUCCESS [  6.915 s]
[INFO] jersey-wadl-doclet 3.1.99-SNAPSHOT ................. SUCCESS [  1.644 s]
[INFO] jersey-media-json-binding 3.1.99-SNAPSHOT .......... SUCCESS [  1.518 s]
[INFO] project 3.1.99-SNAPSHOT ............................ SUCCESS [  0.379 s]
[INFO] jersey-mp-rest-client 3.1.99-SNAPSHOT .............. SUCCESS [  4.384 s]
[INFO] jersey-mp-config 3.1.99-SNAPSHOT ................... SUCCESS [  3.241 s]
[INFO] jersey-incubator 3.1.99-SNAPSHOT ................... SUCCESS [  0.298 s]
[INFO] jersey-inject-cdi-weld 3.1.99-SNAPSHOT ............. SUCCESS [  9.022 s]
[INFO] jersey-declarative-linking 3.1.99-SNAPSHOT ......... SUCCESS [  6.092 s]
[INFO] jersey-ext-gae-integration 3.1.99-SNAPSHOT ......... SUCCESS [  1.075 s]
[INFO] jersey-media-html-json 3.1.99-SNAPSHOT ............. SUCCESS [  4.562 s]
[INFO] jersey-inject-injectless-client 3.1.99-SNAPSHOT .... SUCCESS [  0.612 s]
[INFO] jersey-media-kryo 3.1.99-SNAPSHOT .................. SUCCESS [  3.621 s]
[INFO] jersey-open-tracing 3.1.99-SNAPSHOT ................ SUCCESS [  1.347 s]
[INFO] jersey-inject-cdi2-se 3.1.99-SNAPSHOT .............. SUCCESS [  7.298 s]
[INFO] jersey-media-json-gson 3.1.99-SNAPSHOT ............. SUCCESS [  1.330 s]
[INFO] jersey-media-json-jettison 3.1.99-SNAPSHOT ......... SUCCESS [  1.360 s]
[INFO] jersey-media-json-processing 3.1.99-SNAPSHOT ....... SUCCESS [  2.410 s]
[INFO] jersey-media-moxy 3.1.99-SNAPSHOT .................. SUCCESS [  1.716 s]
[INFO] jersey-media-multipart 3.1.99-SNAPSHOT ............. SUCCESS [ 12.614 s]
[INFO] jersey-security 3.1.99-SNAPSHOT .................... SUCCESS [  0.277 s]
[INFO] oauth1-signature 3.1.99-SNAPSHOT ................... SUCCESS [  2.323 s]
[INFO] jersey-security 3.1.99-SNAPSHOT .................... SUCCESS [  1.383 s]
[INFO] oauth1-server 3.1.99-SNAPSHOT ...................... SUCCESS [  4.075 s]
[INFO] oauth2-client 3.1.99-SNAPSHOT ...................... SUCCESS [  1.357 s]
[INFO] jersey-test-framework-util 3.1.99-SNAPSHOT ......... SUCCESS [  2.767 s]
[INFO] jersey-tests 3.1.99-SNAPSHOT ....................... SUCCESS [  0.293 s]
[INFO] jersey-tests-e2e 3.1.99-SNAPSHOT ................... SUCCESS [07:35 min]
[INFO] jersey-tests-e2e-client 3.1.99-SNAPSHOT ............ SUCCESS [04:59 min]
[INFO] jersey-tests-e2e-core-common 3.1.99-SNAPSHOT ....... SUCCESS [  4.342 s]
[INFO] jersey-tests-e2e-entity 3.1.99-SNAPSHOT ............ SUCCESS [06:57 min]
[INFO] jersey-tests-e2e-inject 3.1.99-SNAPSHOT ............ SUCCESS [  0.365 s]
[INFO] jersey-tests-e2e-inject-cdi-se 3.1.99-SNAPSHOT ..... SUCCESS [  7.837 s]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld 3.1.99-SNAPSHOT SUCCESS [  8.254 s]
[INFO] e2e-inject-hk2 3.1.99-SNAPSHOT ..................... SUCCESS [  4.314 s]
[INFO] jersey-tests-e2e-server 3.1.99-SNAPSHOT ............ SUCCESS [12:50 min]
[INFO] jersey-tests-e2e-testng 3.1.99-SNAPSHOT ............ SUCCESS [ 10.719 s]
[INFO] jersey-tests-e2e-tls 3.1.99-SNAPSHOT ............... SUCCESS [ 22.689 s]
[INFO] jersey-tests-integration 3.1.99-SNAPSHOT ........... SUCCESS [  0.620 s]
[INFO] jersey-asm-integration 3.1.99-SNAPSHOT ............. SUCCESS [  1.176 s]
[INFO] cdi-integration-project 3.1.99-SNAPSHOT ............ SUCCESS [  0.292 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp 3.1.99-SNAPSHOT SUCCESS [ 10.310 s]
[INFO] jersey-tests-cdi-client 3.1.99-SNAPSHOT ............ SUCCESS [  2.311 s]
[INFO] jersey-tests-cdi-client-on-server 3.1.99-SNAPSHOT .. SUCCESS [  4.607 s]
[INFO] jersey-tests-cdi-ejb-webapp 3.1.99-SNAPSHOT ........ SUCCESS [  2.480 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.1.99-SNAPSHOT SUCCESS [  1.949 s]
[INFO] cdi-manually-bound 3.1.99-SNAPSHOT ................. SUCCESS [  5.550 s]
[INFO] jersey-tests-cdi-log-check 3.1.99-SNAPSHOT ......... SUCCESS [  4.548 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib 3.1.99-SNAPSHOT SUCCESS [  0.716 s]
[INFO] jersey-tests-integration-cdi-multimodule-war 3.1.99-SNAPSHOT SUCCESS [  2.048 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 3.1.99-SNAPSHOT SUCCESS [  1.999 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear 3.1.99-SNAPSHOT SUCCESS [  1.815 s]
[INFO] jersey-tests-integration-cdi-multimodule 3.1.99-SNAPSHOT SUCCESS [  0.299 s]
[INFO] jersey-tests-cdi-multipart-webapp 3.1.99-SNAPSHOT .. SUCCESS [  2.022 s]
[INFO] jersey-tests-resource-with-at-context 3.1.99-SNAPSHOT SUCCESS [  3.636 s]
[INFO] cdi-singleton 3.1.99-SNAPSHOT ...................... SUCCESS [  4.309 s]
[INFO] jersey-tests-cdi-webapp 3.1.99-SNAPSHOT ............ SUCCESS [ 12.481 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.1.99-SNAPSHOT SUCCESS [  2.758 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.1.99-SNAPSHOT SUCCESS [  2.568 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp 3.1.99-SNAPSHOT SUCCESS [  2.412 s]
[INFO] jersey-tests-context-inject-on-server 3.1.99-SNAPSHOT SUCCESS [  8.866 s]
[INFO] jersey-tests-glassfish-inject-on-server 3.1.99-SNAPSHOT SUCCESS [ 21.295 s]
[INFO] client-connector-provider 3.1.99-SNAPSHOT .......... SUCCESS [  3.143 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib 3.1.99-SNAPSHOT SUCCESS [  0.609 s]
[INFO] jersey-tests-integration-ejb-multimodule-war 3.1.99-SNAPSHOT SUCCESS [  2.143 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear 3.1.99-SNAPSHOT SUCCESS [  0.680 s]
[INFO] jersey-tests-integration-ejb-multimodule 3.1.99-SNAPSHOT SUCCESS [  0.275 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib 3.1.99-SNAPSHOT SUCCESS [  0.787 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 3.1.99-SNAPSHOT SUCCESS [  2.130 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 3.1.99-SNAPSHOT SUCCESS [  2.216 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear 3.1.99-SNAPSHOT SUCCESS [  0.774 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload 3.1.99-SNAPSHOT SUCCESS [  0.271 s]
[INFO] jersey-tests-ejb-webapp 3.1.99-SNAPSHOT ............ SUCCESS [  2.549 s]
[INFO] j-376-reproducer 3.1.99-SNAPSHOT ................... SUCCESS [  4.192 s]
[INFO] jersey-tests-integration-j-441-war1 3.1.99-SNAPSHOT  SUCCESS [  2.003 s]
[INFO] jersey-tests-integration-j-441-war2 3.1.99-SNAPSHOT  SUCCESS [  2.274 s]
[INFO] jersey-tests-integration-j-441-ear 3.1.99-SNAPSHOT . SUCCESS [  0.817 s]
[INFO] jersey-tests-integration-j-441 3.1.99-SNAPSHOT ..... SUCCESS [  0.284 s]
[INFO] jersey-tests-integration-j-59-ejb-lib 3.1.99-SNAPSHOT SUCCESS [  0.475 s]
[INFO] jersey-tests-integration-j-59-cdi-war 3.1.99-SNAPSHOT SUCCESS [  1.975 s]
[INFO] jersey-tests-integration-j-59-ear 3.1.99-SNAPSHOT .. SUCCESS [  0.632 s]
[INFO] jersey-tests-integration-j-59 3.1.99-SNAPSHOT ...... SUCCESS [  0.265 s]
[INFO] jersey-compatibility-jackson14 3.1.99-SNAPSHOT ..... SUCCESS [  1.752 s]
[INFO] jersey-tests-integration-jersey-2136 3.1.99-SNAPSHOT SUCCESS [  3.638 s]
[INFO] jersey-tests-integration-jersey-2137 3.1.99-SNAPSHOT SUCCESS [  2.160 s]
[INFO] jersey-tests-integration-jersey-2154 3.1.99-SNAPSHOT SUCCESS [  2.230 s]
[INFO] jersey-tests-integration-jersey-2421 3.1.99-SNAPSHOT SUCCESS [  1.545 s]
[INFO] jersey-tests-integration-jersey-2776 3.1.99-SNAPSHOT SUCCESS [  1.753 s]
[INFO] jersey-3662 3.1.99-SNAPSHOT ........................ SUCCESS [  2.177 s]
[INFO] jersey-tests-integration-jersey-3670 3.1.99-SNAPSHOT SUCCESS [  3.330 s]
[INFO] jersey-3992 3.1.99-SNAPSHOT ........................ SUCCESS [  4.307 s]
[INFO] jersey-tests-integration-jersey-4003 3.1.99-SNAPSHOT SUCCESS [  3.748 s]
[INFO] jersey-tests-integration-jersey-4099 3.1.99-SNAPSHOT SUCCESS [  4.899 s]
[INFO] jersey-4321 3.1.99-SNAPSHOT ........................ SUCCESS [  2.481 s]
[INFO] jersey-examples 3.1.99-SNAPSHOT .................... SUCCESS [  0.267 s]
[INFO] jersey-examples-server-sent-events-jersey 3.1.99-SNAPSHOT SUCCESS [  8.838 s]
[INFO] jersey-4507 3.1.99-SNAPSHOT ........................ SUCCESS [  5.034 s]
[INFO] jersey-4542 3.1.99-SNAPSHOT ........................ SUCCESS [  3.463 s]
[INFO] jersey-4697 3.1.99-SNAPSHOT ........................ SUCCESS [  6.038 s]
[INFO] jersey-4722 3.1.99-SNAPSHOT ........................ SUCCESS [  2.261 s]
[INFO] jersey-bundles 3.1.99-SNAPSHOT ..................... SUCCESS [  0.101 s]
[INFO] jersey-bundles-jaxrs-ri 3.1.99-SNAPSHOT ............ SUCCESS [ 39.272 s]
[INFO] jersey-tests-integration-jersey-5087 3.1.99-SNAPSHOT SUCCESS [  7.504 s]
[INFO] microprofile-integration-project 3.1.99-SNAPSHOT ... SUCCESS [  0.350 s]
[INFO] microprofile-config-project 3.1.99-SNAPSHOT ........ SUCCESS [  0.334 s]
[INFO] config-webapp 3.1.99-SNAPSHOT ...................... SUCCESS [  1.350 s]
[INFO] helidon-config-webapp 3.1.99-SNAPSHOT .............. SUCCESS [  4.100 s]
[INFO] jersey-rest-client 3.1.99-SNAPSHOT ................. SUCCESS [  6.881 s]
[INFO] jersey-rest-client-tck 3.1.99-SNAPSHOT ............. SUCCESS [02:49 min]
[INFO] jersey-tests-integration-property-check 3.1.99-SNAPSHOT SUCCESS [  2.712 s]
[INFO] reactive-streams-integration-project 3.1.99-SNAPSHOT SUCCESS [  0.293 s]
[INFO] sse-reactive-streams-tck 3.1.99-SNAPSHOT ........... SUCCESS [ 12.957 s]
[INFO] jersey-tests-integration-servlet-2.5-reload 3.1.99-SNAPSHOT SUCCESS [  1.687 s]
[INFO] jersey-tests-integration-servlet-3-gf-async 3.1.99-SNAPSHOT SUCCESS [  1.204 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 3.1.99-SNAPSHOT SUCCESS [  2.198 s]
[INFO] jersey-thin-server 3.1.99-SNAPSHOT ................. SUCCESS [  1.628 s]
[INFO] jersey-tests-integration-jersey-async-filter 3.1.99-SNAPSHOT SUCCESS [  9.445 s]
[INFO] jersey-tests-externalproperties 3.1.99-SNAPSHOT .... SUCCESS [  3.697 s]
[INFO] jersey-tests-component-inject 3.1.99-SNAPSHOT ...... SUCCESS [  4.272 s]
[INFO] jersey-tests-integration-jersey-780 3.1.99-SNAPSHOT  SUCCESS [  2.809 s]
[INFO] jersey-tests-integration-jersey-1107 3.1.99-SNAPSHOT SUCCESS [  3.193 s]
[INFO] jersey-tests-integration-jersey-1223 3.1.99-SNAPSHOT SUCCESS [  2.749 s]
[INFO] jersey-tests-integration-jersey-1604 3.1.99-SNAPSHOT SUCCESS [  4.252 s]
[INFO] jersey-tests-integration-jersey-1667 3.1.99-SNAPSHOT SUCCESS [  3.273 s]
[INFO] jersey-tests-integration-jersey-1883 3.1.99-SNAPSHOT SUCCESS [  3.522 s]
[INFO] jersey-tests-integration-jersey-1928 3.1.99-SNAPSHOT SUCCESS [  3.765 s]
[INFO] jersey-tests-integration-jersey-1960 3.1.99-SNAPSHOT SUCCESS [  3.195 s]
[INFO] jersey-tests-integration-jersey-1964 3.1.99-SNAPSHOT SUCCESS [  5.276 s]
[INFO] jersey-tests-integration-jersey-2031 3.1.99-SNAPSHOT SUCCESS [  6.508 s]
[INFO] jersey-tests-integration-jersey-2160 3.1.99-SNAPSHOT SUCCESS [  3.719 s]
[INFO] jersey-tests-integration-jersey-2164 3.1.99-SNAPSHOT SUCCESS [  3.065 s]
[INFO] jersey-tests-integration-jersey-2167 3.1.99-SNAPSHOT SUCCESS [  3.277 s]
[INFO] jersey-tests-integration-jersey-2176 3.1.99-SNAPSHOT SUCCESS [  5.288 s]
[INFO] jersey-tests-integration-jersey-2184 3.1.99-SNAPSHOT SUCCESS [  3.048 s]
[INFO] jersey-tests-integration-jersey-2255 3.1.99-SNAPSHOT SUCCESS [  4.805 s]
[INFO] jersey-tests-integration-jersey-2322 3.1.99-SNAPSHOT SUCCESS [  5.601 s]
[INFO] jersey-tests-integration-jersey-2335 3.1.99-SNAPSHOT SUCCESS [  3.376 s]
[INFO] jersey-tests-integration-jersey-2551 3.1.99-SNAPSHOT SUCCESS [  3.094 s]
[INFO] jersey-tests-integration-jersey-2612 3.1.99-SNAPSHOT SUCCESS [  4.428 s]
[INFO] jersey-tests-integration-jersey-2637 3.1.99-SNAPSHOT SUCCESS [  4.194 s]
[INFO] jersey-tests-integration-jersey-2654 3.1.99-SNAPSHOT SUCCESS [  2.705 s]
[INFO] jersey-tests-integration-jersey-2673 3.1.99-SNAPSHOT SUCCESS [  5.169 s]
[INFO] jersey-tests-integration-jersey-2689 3.1.99-SNAPSHOT SUCCESS [  4.436 s]
[INFO] jersey-tests-integration-jersey-2704 3.1.99-SNAPSHOT SUCCESS [  2.980 s]
[INFO] jersey-tests-integration-jersey-2794 3.1.99-SNAPSHOT SUCCESS [  3.577 s]
[INFO] jersey-tests-integration-jersey-2846 3.1.99-SNAPSHOT SUCCESS [  7.723 s]
[INFO] jersey-tests-integration-jersey-2878 3.1.99-SNAPSHOT SUCCESS [  3.787 s]
[INFO] jersey-tests-integration-jersey-2892 3.1.99-SNAPSHOT SUCCESS [  6.934 s]
[INFO] jersey-tests-integration-jersey-3796 3.1.99-SNAPSHOT SUCCESS [  4.962 s]
[INFO] jersey-tests-integration-jersey-4949 3.1.99-SNAPSHOT SUCCESS [  3.834 s]
[INFO] jersey-tests-integration-jersey-security-digest 3.1.99-SNAPSHOT SUCCESS [  4.302 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 3.1.99-SNAPSHOT SUCCESS [  3.874 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 3.1.99-SNAPSHOT SUCCESS [  4.530 s]
[INFO] jersey-tests-integration-servlet-2.5-filter 3.1.99-SNAPSHOT SUCCESS [  3.558 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 3.1.99-SNAPSHOT SUCCESS [  3.583 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 3.1.99-SNAPSHOT SUCCESS [  3.447 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 3.1.99-SNAPSHOT SUCCESS [  3.136 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 3.1.99-SNAPSHOT SUCCESS [  3.412 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 3.1.99-SNAPSHOT SUCCESS [  2.942 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 3.1.99-SNAPSHOT SUCCESS [  3.139 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 3.1.99-SNAPSHOT SUCCESS [  3.015 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 3.1.99-SNAPSHOT SUCCESS [  3.579 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 3.1.99-SNAPSHOT SUCCESS [  2.987 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 3.1.99-SNAPSHOT SUCCESS [  5.205 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 3.1.99-SNAPSHOT SUCCESS [  5.015 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 3.1.99-SNAPSHOT SUCCESS [  4.978 s]
[INFO] jersey-tests-integration-servlet-3-async 3.1.99-SNAPSHOT SUCCESS [  5.920 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io 3.1.99-SNAPSHOT SUCCESS [  9.771 s]
[INFO] jersey-tests-integration-servlet-3-filter 3.1.99-SNAPSHOT SUCCESS [  3.918 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 3.1.99-SNAPSHOT SUCCESS [  3.037 s]
[INFO] jersey-tests-integration-servlet-3-init-1 3.1.99-SNAPSHOT SUCCESS [  3.880 s]
[INFO] jersey-tests-integration-servlet-3-init-2 3.1.99-SNAPSHOT SUCCESS [  3.596 s]
[INFO] jersey-tests-integration-servlet-3-init-3 3.1.99-SNAPSHOT SUCCESS [  3.814 s]
[INFO] jersey-tests-integration-servlet-3-init-4 3.1.99-SNAPSHOT SUCCESS [  3.071 s]
[INFO] jersey-tests-integration-servlet-3-init-5 3.1.99-SNAPSHOT SUCCESS [  3.573 s]
[INFO] jersey-tests-integration-servlet-3-init-6 3.1.99-SNAPSHOT SUCCESS [  3.103 s]
[INFO] jersey-tests-integration-servlet-3-init-7 3.1.99-SNAPSHOT SUCCESS [  2.984 s]
[INFO] jersey-tests-integration-servlet-3-init-8 3.1.99-SNAPSHOT SUCCESS [  4.812 s]
[INFO] jersey-tests-integration-servlet-3-init-9 3.1.99-SNAPSHOT SUCCESS [  3.096 s]
[INFO] jersey-tests-integration-servlet-3-init-provider 3.1.99-SNAPSHOT SUCCESS [  5.350 s]
[INFO] jersey-tests-integration-servlet-3-params 3.1.99-SNAPSHOT SUCCESS [  3.058 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 3.1.99-SNAPSHOT SUCCESS [  2.264 s]
[INFO] jersey-tests-integration-servlet-tests 3.1.99-SNAPSHOT SUCCESS [  5.842 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding 3.1.99-SNAPSHOT SUCCESS [  4.564 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 3.1.99-SNAPSHOT SUCCESS [  4.337 s]
[INFO] jersey-tests-integration-sonar-test 3.1.99-SNAPSHOT  SUCCESS [  3.614 s]
[INFO] jersey-tests-integration-spring6 3.1.99-SNAPSHOT ... SUCCESS [  6.236 s]
[INFO] jersey-tests-integration-tracing-support 3.1.99-SNAPSHOT SUCCESS [ 12.265 s]
[INFO] jersey-tests-jmockit 3.1.99-SNAPSHOT ............... SUCCESS [  5.324 s]
[INFO] jersey-test-framework-memleak-test-common 3.1.99-SNAPSHOT SUCCESS [  1.261 s]
[INFO] jersey-tests-memleak 3.1.99-SNAPSHOT ............... SUCCESS [  0.407 s]
[INFO] jersey-tests-memleak-redeployment 3.1.99-SNAPSHOT .. SUCCESS [  0.622 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app 3.1.99-SNAPSHOT SUCCESS [  1.395 s]
[INFO] jersey-examples-webapp-parent-pom 3.1.99-SNAPSHOT .. SUCCESS [  1.332 s]
[INFO] jersey-examples-helloworld-webapp 3.1.99-SNAPSHOT .. SUCCESS [  3.793 s]
[INFO] jersey-test-framework-maven 3.1.99-SNAPSHOT ........ SUCCESS [  0.463 s]
[INFO] jersey-test-framework-maven-container-runner-plugin 3.1.99-SNAPSHOT SUCCESS [ 14.635 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref 3.1.99-SNAPSHOT SUCCESS [  0.610 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app 3.1.99-SNAPSHOT SUCCESS [  0.812 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app 3.1.99-SNAPSHOT SUCCESS [  1.023 s]
[INFO] jersey-tests-memleak-testcase 3.1.99-SNAPSHOT ...... SUCCESS [  0.344 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak 3.1.99-SNAPSHOT SUCCESS [  1.708 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak 3.1.99-SNAPSHOT SUCCESS [  1.474 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.1.99-SNAPSHOT SUCCESS [  1.025 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app 3.1.99-SNAPSHOT SUCCESS [  1.501 s]
[INFO] jersey-tests-osgi 3.1.99-SNAPSHOT .................. SUCCESS [  0.281 s]
[INFO] jersey-tests-osgi-functional 3.1.99-SNAPSHOT ....... SUCCESS [01:18 min]
[INFO] jersey-tests-stress 3.1.99-SNAPSHOT ................ SUCCESS [  4.245 s]
[INFO] jersey-tests-performance 3.1.99-SNAPSHOT ........... SUCCESS [  0.395 s]
[INFO] performance-test-benchmarks 3.1.99-SNAPSHOT ........ SUCCESS [  8.322 s]
[INFO] jersey-tests-performance-runners 3.1.99-SNAPSHOT ... SUCCESS [  0.433 s]
[INFO] jersey-grizzly-runner 3.1.99-SNAPSHOT .............. SUCCESS [  1.925 s]
[INFO] jersey-tests-performance-testcase 3.1.99-SNAPSHOT .. SUCCESS [  0.273 s]
[INFO] jersey-tests-performance-assemblies 3.1.99-SNAPSHOT  SUCCESS [  0.485 s]
[INFO] jersey-tests-performance-filter-dynamic-test 3.1.99-SNAPSHOT SUCCESS [  4.006 s]
[INFO] jersey-tests-performance-filter-global-test 3.1.99-SNAPSHOT SUCCESS [  2.986 s]
[INFO] jersey-tests-performance-filter-name-test 3.1.99-SNAPSHOT SUCCESS [  3.500 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test 3.1.99-SNAPSHOT SUCCESS [  3.024 s]
[INFO] jersey-tests-performance-interceptor-global-test 3.1.99-SNAPSHOT SUCCESS [  3.722 s]
[INFO] jersey-tests-performance-interceptor-name-test 3.1.99-SNAPSHOT SUCCESS [  2.893 s]
[INFO] jersey-tests-performance-custom-provider-test 3.1.99-SNAPSHOT SUCCESS [  3.783 s]
[INFO] jersey-tests-performance-json-jackson-test 3.1.99-SNAPSHOT SUCCESS [  1.988 s]
[INFO] jersey-tests-performance-json-moxy-test 3.1.99-SNAPSHOT SUCCESS [  5.037 s]
[INFO] jersey-tests-performance-mbw-kryo-test 3.1.99-SNAPSHOT SUCCESS [  3.017 s]
[INFO] jersey-tests-performance-text-plain-test 3.1.99-SNAPSHOT SUCCESS [  3.232 s]
[INFO] jersey-tests-performance-xml-jaxb-test 3.1.99-SNAPSHOT SUCCESS [  3.472 s]
[INFO] jersey-tests-performance-xml-moxy-test 3.1.99-SNAPSHOT SUCCESS [  4.747 s]
[INFO] jersey-tests-performance-param-srl 3.1.99-SNAPSHOT . SUCCESS [  2.646 s]
[INFO] jersey-tests-performance-proxy-injection-test 3.1.99-SNAPSHOT SUCCESS [  3.093 s]
[INFO] performance-test-tools 3.1.99-SNAPSHOT ............. SUCCESS [  1.037 s]
[INFO] jersey-release-test 3.1.99-SNAPSHOT ................ SUCCESS [  3.139 s]
[INFO] jersey-agnostic-test 1.0.9 ......................... SUCCESS [  6.195 s]
[INFO] jersey-examples-assemblies 3.1.99-SNAPSHOT ......... SUCCESS [  0.416 s]
[INFO] jersey-examples-bookmark 3.1.99-SNAPSHOT ........... SUCCESS [  2.878 s]
[INFO] jersey-examples-bookmark-em 3.1.99-SNAPSHOT ........ SUCCESS [  2.792 s]
[INFO] jersey-examples-bookstore-webapp 3.1.99-SNAPSHOT ... SUCCESS [  2.563 s]
[INFO] jersey-examples-cdi-webapp 3.1.99-SNAPSHOT ......... SUCCESS [ 20.859 s]
[INFO] jersey-examples-clipboard 3.1.99-SNAPSHOT .......... SUCCESS [  3.993 s]
[INFO] jersey-examples-clipboard-programmatic 3.1.99-SNAPSHOT SUCCESS [  3.522 s]
[INFO] jersey-examples-configured-client 3.1.99-SNAPSHOT .. SUCCESS [  3.963 s]
[INFO] jersey-examples-declarative-linking 3.1.99-SNAPSHOT  SUCCESS [  4.753 s]
[INFO] jersey-examples-entity-filtering 3.1.99-SNAPSHOT ... SUCCESS [  7.026 s]
[INFO] jersey-examples-entity-filtering-selectable 3.1.99-SNAPSHOT SUCCESS [  6.440 s]
[INFO] jersey-examples-entity-filtering-security 3.1.99-SNAPSHOT SUCCESS [  5.715 s]
[INFO] jersey-examples-extended-wadl-webapp 3.1.99-SNAPSHOT SUCCESS [ 10.927 s]
[INFO] jersey-examples-exception-mapping 3.1.99-SNAPSHOT .. SUCCESS [  4.403 s]
[INFO] jersey-examples-freemarker-webapp 3.1.99-SNAPSHOT .. SUCCESS [  5.435 s]
[INFO] jersey-examples-groovy 3.1.99-SNAPSHOT ............. SUCCESS [ 11.598 s]
[INFO] jersey-examples-helloworld 3.1.99-SNAPSHOT ......... SUCCESS [  4.874 s]
[INFO] jersey-examples-helloworld-benchmark 3.1.99-SNAPSHOT SUCCESS [  5.370 s]
[INFO] jersey-examples-helloworld-cdi2-se 3.1.99-SNAPSHOT . SUCCESS [  5.033 s]
[INFO] jersey-examples-helloworld-netty 3.1.99-SNAPSHOT ... SUCCESS [  4.941 s]
[INFO] jersey-examples-helloworld-programmatic 3.1.99-SNAPSHOT SUCCESS [  4.120 s]
[INFO] jersey-examples-helloworld-pure-jax-rs 3.1.99-SNAPSHOT SUCCESS [  1.793 s]
[INFO] jersey-examples-helloworld-weld 3.1.99-SNAPSHOT .... SUCCESS [03:05 min]
[INFO] jersey-examples-http-patch 3.1.99-SNAPSHOT ......... SUCCESS [  5.135 s]
[INFO] jersey-examples-http-trace 3.1.99-SNAPSHOT ......... SUCCESS [  4.720 s]
[INFO] jersey-examples-https-clientserver-grizzly 3.1.99-SNAPSHOT SUCCESS [  4.825 s]
[INFO] jersey-examples-https-server-glassfish 3.1.99-SNAPSHOT SUCCESS [  1.973 s]
[INFO] jersey-examples-java8-webapp 3.1.99-SNAPSHOT ....... SUCCESS [  4.377 s]
[INFO] jersey-examples-jaxb 3.1.99-SNAPSHOT ............... SUCCESS [  5.004 s]
[INFO] jersey-examples-jaxrs-types-injection 3.1.99-SNAPSHOT SUCCESS [  4.094 s]
[INFO] jersey-examples-ejb 3.1.99-SNAPSHOT ................ SUCCESS [  2.029 s]
[INFO] jersey-examples-json-binding-webapp 3.1.99-SNAPSHOT  SUCCESS [  2.651 s]
[INFO] jersey-examples-json-jackson 3.1.99-SNAPSHOT ....... SUCCESS [  4.775 s]
[INFO] jersey-examples-json-jettison 3.1.99-SNAPSHOT ...... SUCCESS [  4.949 s]
[INFO] jersey-examples-json-moxy 3.1.99-SNAPSHOT .......... SUCCESS [  4.473 s]
[INFO] jersey-examples-json-processing-webapp 3.1.99-SNAPSHOT SUCCESS [  4.194 s]
[INFO] jersey-examples-json-with-padding 3.1.99-SNAPSHOT .. SUCCESS [  5.490 s]
[INFO] jersey-examples-managed-beans-webapp 3.1.99-SNAPSHOT SUCCESS [  2.236 s]
[INFO] jersey-examples-managed-client 3.1.99-SNAPSHOT ..... SUCCESS [  3.906 s]
[INFO] jersey-examples-managed-client-webapp 3.1.99-SNAPSHOT SUCCESS [  3.860 s]
[INFO] jersey-examples-managed-client-simple-webapp 3.1.99-SNAPSHOT SUCCESS [  3.811 s]
[INFO] jersey-examples-multipart-webapp 3.1.99-SNAPSHOT ... SUCCESS [  4.547 s]
[INFO] jersey-micrometer-example-webapp 3.1.99-SNAPSHOT ... SUCCESS [  3.252 s]
[INFO] jersey-examples-open-tracing 3.1.99-SNAPSHOT ....... SUCCESS [  1.808 s]
[INFO] jersey-examples-osgi-helloworld-webapp 3.1.99-SNAPSHOT SUCCESS [  0.116 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib 3.1.99-SNAPSHOT SUCCESS [  1.572 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional 3.1.99-SNAPSHOT SUCCESS [  0.898 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version 3.1.99-SNAPSHOT SUCCESS [  0.743 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab 3.1.99-SNAPSHOT SUCCESS [  1.739 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test 3.1.99-SNAPSHOT SUCCESS [  1.466 s]
[INFO] oauth-client-twitter 3.1.99-SNAPSHOT ............... SUCCESS [  1.431 s]
[INFO] jersey-examples-reload 3.1.99-SNAPSHOT ............. SUCCESS [  5.625 s]
[INFO] jersey-examples-multipart-webapp 3.1.99-SNAPSHOT ... SUCCESS [  4.195 s]
[INFO] jersey-examples-rx-client-webapp 3.1.99-SNAPSHOT ... SUCCESS [ 24.380 s]
[INFO] jersey-examples-server-async 3.1.99-SNAPSHOT ....... SUCCESS [  7.111 s]
[INFO] jersey-examples-server-async-managed 3.1.99-SNAPSHOT SUCCESS [  7.335 s]
[INFO] jersey-examples-server-async-standalone 3.1.99-SNAPSHOT SUCCESS [  0.114 s]
[INFO] jersey-examples-server-async-standalone-client 3.1.99-SNAPSHOT SUCCESS [  1.260 s]
[INFO] jersey-examples-server-async-standalone-webapp 3.1.99-SNAPSHOT SUCCESS [  0.622 s]
[INFO] jersey-examples-server-sent-events-jaxrs 3.1.99-SNAPSHOT SUCCESS [  4.388 s]
[INFO] jersey-examples-servlet3-webapp 3.1.99-SNAPSHOT .... SUCCESS [  3.830 s]
[INFO] jersey-examples-simple-console 3.1.99-SNAPSHOT ..... SUCCESS [  4.234 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp 3.1.99-SNAPSHOT SUCCESS [  7.944 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp 3.1.99-SNAPSHOT SUCCESS [ 17.655 s]
[INFO] jersey-examples-sse-twitter-aggregator 3.1.99-SNAPSHOT SUCCESS [  3.163 s]
[INFO] jersey-examples-system-properties 3.1.99-SNAPSHOT .. SUCCESS [  3.896 s]
[INFO] jersey-examples-moxy 3.1.99-SNAPSHOT ............... SUCCESS [  4.645 s]
[INFO] jersey-examples-helloworld-spring-webapp 3.1.99-SNAPSHOT SUCCESS [  2.176 s]
[INFO] helloworld-spring-annotations 3.1.99-SNAPSHOT ...... SUCCESS [  3.296 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules 3.1.99-SNAPSHOT SUCCESS [  1.701 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:12 h
[INFO] Finished at: 2024-05-09T20:38:27Z
[INFO] ------------------------------------------------------------------------
+ export 'EXCLUDE_ARGS= -pl !:jersey-container-jetty11-http,!:jersey-jetty11-connector '
+ EXCLUDE_ARGS=' -pl !:jersey-container-jetty11-http,!:jersey-jetty11-connector '
+ bash /home/jenkins/agent/workspace/ci-cd-integration_3.1/etc/scripts/validation/dependency-convergence.sh
Validating convergences for Jersey 3.1.99-SNAPSHOT
****************************************************
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
****************************************************
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.glassfish.jersey.validation:dependency-convergences >-------
[INFO] Building jersey-dependency-convergence-validation 0.0.1
[INFO]   from validation.pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (default-cli) @ dependency-convergences ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.922 s
[INFO] Finished at: 2024-05-09T20:39:00Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE