Skip to content

Console Output

Skipping 21,151 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 44589 for jersey.config.test.container.port
[INFO] Reserved port 41039 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
Apr 15, 2024 9:36:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp
Apr 15, 2024 9:36:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 15, 2024 9:36:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 15, 2024 9:36:07 AM 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.
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [0] name [foo]
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'foo'
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [1] name [bar]
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'bar'
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [2] name [baz]
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=0 data=foo
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=0 data=foo
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=0 data=foo
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=0 data=foo
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=0 data=foo
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=1 data=bar
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'baz'
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=1 data=bar
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=1 data=bar
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=1 data=bar
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=1 data=bar
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=2 data=baz
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=2 data=baz
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=2 data=baz
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=2 data=baz
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=2 data=baz
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 0 closed.
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 1 closed.
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 2 closed.
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 3 closed.
Apr 15, 2024 9:36:07 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 4 closed.
Apr 15, 2024 9:36:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 15, 2024 9:36:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 15, 2024 9:36:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [3] name [round-1-00]
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-00'
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: No events to replay.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-01'
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-02'
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01
Apr 15, 2024 9:36:08 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-03'
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-04'
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-05'
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :4
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 5
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-06'
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :5
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 6
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05
Apr 15, 2024 9:36:09 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-07'
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :6
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 7
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-08'
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :7
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 8
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-09'
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :8
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 9
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'reconnect 1' has been processed.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Apr 15, 2024 9:36:10 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-00'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-01'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-02'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-03'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-04'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-05'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-06'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-07'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-08'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-09'
Apr 15, 2024 9:36:11 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'reconnect now' has been processed.
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 10
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08
Apr 15, 2024 9:36:12 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 11
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08
Apr 15, 2024 9:36:14 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 12
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08
Apr 15, 2024 9:36:16 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 13
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08
Apr 15, 2024 9:36:18 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 13
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 0 closed.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 1 closed.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 2 closed.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 3 closed.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 4 closed.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :22
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Apr 15, 2024 9:36:20 AM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: No events to replay.
Apr 15, 2024 9:36:20 AM 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.24 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 38263 for jersey.config.test.container.port
[INFO] Reserved port 38209 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 44077 for jersey.config.test.container.port
[INFO] Reserved port 41891 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
Apr 15, 2024 9:36:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44077/
Apr 15, 2024 9:36:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 15, 2024 9:36:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44077]
Apr 15, 2024 9:36:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 15, 2024 9:36:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44077]
Apr 15, 2024 9:36:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44077/
Apr 15, 2024 9:36:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 15, 2024 9:36:27 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44077]
Apr 15, 2024 9:36:27 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 15, 2024 9:36:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44077]
Apr 15, 2024 9:36:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44077/
Apr 15, 2024 9:36:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 15, 2024 9:36:28 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44077]
Apr 15, 2024 9:36:28 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 15, 2024 9:36:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44077]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.259 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 44985 for jersey.config.test.container.port
[INFO] Reserved port 44681 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
Apr 15, 2024 9:36:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44985/
Apr 15, 2024 9:36:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44985]
Apr 15, 2024 9:36:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 15, 2024 9:36:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44985]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 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 39797 for jersey.config.test.container.port
[INFO] Reserved port 44661 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 39339 for jersey.config.test.container.port
[INFO] Reserved port 32959 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
Apr 15, 2024 9:36:38 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39339/
Apr 15, 2024 9:36:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Apr 15, 2024 9:36:39 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:39339/
Apr 15, 2024 9:36:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.360 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 43221 for jersey.config.test.container.port
[INFO] Reserved port 38747 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.081 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.011 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:24 min]
[INFO] jersey-archetypes 3.1.99-SNAPSHOT .................. SUCCESS [  1.603 s]
[INFO] jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT ..... SUCCESS [  5.032 s]
[INFO] jersey-archetype-grizzly2 3.1.99-SNAPSHOT .......... SUCCESS [  0.385 s]
[INFO] jersey-archetype-webapp 3.1.99-SNAPSHOT ............ SUCCESS [  0.344 s]
[INFO] jersey-example-java8-webapp 3.1.99-SNAPSHOT ........ SUCCESS [  0.715 s]
[INFO] jersey-bom 3.1.99-SNAPSHOT ......................... SUCCESS [  0.237 s]
[INFO] jersey-core-common 3.1.99-SNAPSHOT ................. SUCCESS [ 54.359 s]
[INFO] jersey-inject 3.1.99-SNAPSHOT ...................... SUCCESS [  0.347 s]
[INFO] jersey-inject-hk2 3.1.99-SNAPSHOT .................. SUCCESS [  5.470 s]
[INFO] jersey-core-client 3.1.99-SNAPSHOT ................. SUCCESS [ 26.850 s]
[INFO] jersey-media 3.1.99-SNAPSHOT ....................... SUCCESS [  0.486 s]
[INFO] jersey-media-jaxb 3.1.99-SNAPSHOT .................. SUCCESS [  6.561 s]
[INFO] jersey-core-server 3.1.99-SNAPSHOT ................. SUCCESS [01:04 min]
[INFO] jersey-containers 3.1.99-SNAPSHOT .................. SUCCESS [  0.605 s]
[INFO] jersey-container-grizzly2-http 3.1.99-SNAPSHOT ..... SUCCESS [ 36.744 s]
[INFO] jersey-container-servlet-core 3.1.99-SNAPSHOT ...... SUCCESS [  3.570 s]
[INFO] jersey-test-framework 3.1.99-SNAPSHOT .............. SUCCESS [  0.520 s]
[INFO] jersey-test-framework-core 3.1.99-SNAPSHOT ......... SUCCESS [  4.960 s]
[INFO] jersey-container-servlet 3.1.99-SNAPSHOT ........... SUCCESS [  1.336 s]
[INFO] jersey-container-grizzly2-servlet 3.1.99-SNAPSHOT .. SUCCESS [  1.321 s]
[INFO] jersey-test-framework-providers 3.1.99-SNAPSHOT .... SUCCESS [  0.386 s]
[INFO] jersey-test-framework-provider-grizzly2 3.1.99-SNAPSHOT SUCCESS [  7.875 s]
[INFO] jersey-connectors 3.1.99-SNAPSHOT .................. SUCCESS [  0.502 s]
[INFO] jersey-connectors-apache 3.1.99-SNAPSHOT ........... SUCCESS [ 20.492 s]
[INFO] jersey-connectors-apache5 3.1.99-SNAPSHOT .......... SUCCESS [ 21.466 s]
[INFO] jersey-test-framework-provider-inmemory 3.1.99-SNAPSHOT SUCCESS [  3.348 s]
[INFO] jersey-test-framework-provider-external 3.1.99-SNAPSHOT SUCCESS [  1.022 s]
[INFO] jersey-container-jdk-http 3.1.99-SNAPSHOT .......... SUCCESS [ 20.235 s]
[INFO] jersey-test-framework-provider-jdk-http 3.1.99-SNAPSHOT SUCCESS [  8.469 s]
[INFO] jersey-container-simple-http 3.1.99-SNAPSHOT ....... SUCCESS [ 18.166 s]
[INFO] jersey-test-framework-provider-simple 3.1.99-SNAPSHOT SUCCESS [  2.685 s]
[INFO] jersey-connectors-netty 3.1.99-SNAPSHOT ............ SUCCESS [ 41.750 s]
[INFO] jersey-container-netty-http 3.1.99-SNAPSHOT ........ SUCCESS [  4.174 s]
[INFO] jersey-test-framework-provider-netty 3.1.99-SNAPSHOT SUCCESS [  1.463 s]
[INFO] jersey-container-jetty-http 3.1.99-SNAPSHOT ........ SUCCESS [ 13.707 s]
[INFO] jersey-test-framework-provider-jetty 3.1.99-SNAPSHOT SUCCESS [  3.240 s]
[INFO] jersey-test-framework-provider-bundle 3.1.99-SNAPSHOT SUCCESS [  1.700 s]
[INFO] jersey-connectors-grizzly 3.1.99-SNAPSHOT .......... SUCCESS [ 11.485 s]
[INFO] jersey-media-sse 3.1.99-SNAPSHOT ................... SUCCESS [ 26.773 s]
[INFO] jersey-connectors-helidon 3.1.99-SNAPSHOT .......... SUCCESS [01:08 min]
[INFO] jersey-connectors-jdk 3.1.99-SNAPSHOT .............. SUCCESS [ 41.410 s]
[INFO] jersey-extensions 3.1.99-SNAPSHOT .................. SUCCESS [  0.406 s]
[INFO] jersey-ext-entity-filtering 3.1.99-SNAPSHOT ........ SUCCESS [  3.653 s]
[INFO] jersey-media-json-jackson 3.1.99-SNAPSHOT .......... SUCCESS [  5.286 s]
[INFO] jersey-connectors-jetty 3.1.99-SNAPSHOT ............ SUCCESS [ 19.653 s]
[INFO] jersey-container-jetty-http2 3.1.99-SNAPSHOT ....... SUCCESS [ 12.708 s]
[INFO] jersey-test-framework-provider-jetty-http2 3.1.99-SNAPSHOT SUCCESS [  3.755 s]
[INFO] jersey-connectors-jetty-http2 3.1.99-SNAPSHOT ...... SUCCESS [ 19.357 s]
[INFO] jersey-connectors-jetty11 3.1.99-SNAPSHOT .......... SUCCESS [ 18.934 s]
[INFO] jersey-connectors-jnh 3.1.99-SNAPSHOT .............. SUCCESS [ 21.293 s]
[INFO] jersey-cdi-support 3.1.99-SNAPSHOT ................. SUCCESS [  0.437 s]
[INFO] jersey-ext-cdi1x 3.1.99-SNAPSHOT ................... SUCCESS [  3.146 s]
[INFO] jersey-glassfish-support 3.1.99-SNAPSHOT ........... SUCCESS [  0.485 s]
[INFO] jersey-gf-ejb 3.1.99-SNAPSHOT ...................... SUCCESS [  3.527 s]
[INFO] jersey-container-jetty11-http 3.1.99-SNAPSHOT ...... SUCCESS [ 13.831 s]
[INFO] jersey-container-jetty-servlet 3.1.99-SNAPSHOT ..... SUCCESS [  1.336 s]
[INFO] jersey-ext-bean-validation 3.1.99-SNAPSHOT ......... SUCCESS [  2.738 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 3.1.99-SNAPSHOT SUCCESS [  1.225 s]
[INFO] jersey-ext-cdi-rs-inject 3.1.99-SNAPSHOT ........... SUCCESS [ 22.517 s]
[INFO] jersey-ext-cdi1x-servlet 3.1.99-SNAPSHOT ........... SUCCESS [  1.006 s]
[INFO] jersey-ext-cdi1x-transaction 3.1.99-SNAPSHOT ....... SUCCESS [  1.058 s]
[INFO] jersey-ext-cdi1x-validation 3.1.99-SNAPSHOT ........ SUCCESS [  1.283 s]
[INFO] jersey-ext-weld2-se 3.1.99-SNAPSHOT ................ SUCCESS [  1.169 s]
[INFO] jersey-ext-metainf-services 3.1.99-SNAPSHOT ........ SUCCESS [  3.859 s]
[INFO] jersey-micrometer 3.1.99-SNAPSHOT .................. SUCCESS [  6.583 s]
[INFO] jersey-ext-mvc 3.1.99-SNAPSHOT ..................... SUCCESS [  1.832 s]
[INFO] jersey-ext-mvc-bean-validation 3.1.99-SNAPSHOT ..... SUCCESS [  0.862 s]
[INFO] jersey-ext-mvc-freemarker 3.1.99-SNAPSHOT .......... SUCCESS [  0.939 s]
[INFO] jersey-ext-mvc-jsp 3.1.99-SNAPSHOT ................. SUCCESS [  1.300 s]
[INFO] jersey-ext-mvc-mustache 3.1.99-SNAPSHOT ............ SUCCESS [  1.127 s]
[INFO] jersey-ext-proxy-client 3.1.99-SNAPSHOT ............ SUCCESS [  7.395 s]
[INFO] jersey-ext-rx 3.1.99-SNAPSHOT ...................... SUCCESS [  0.590 s]
[INFO] jersey-ext-rx-client-guava 3.1.99-SNAPSHOT ......... SUCCESS [  2.375 s]
[INFO] jersey-ext-rx-client-rxjava 3.1.99-SNAPSHOT ........ SUCCESS [  2.139 s]
[INFO] jersey-ext-rx-client-rxjava2 3.1.99-SNAPSHOT ....... SUCCESS [  2.028 s]
[INFO] jersey-spring6 3.1.99-SNAPSHOT ..................... SUCCESS [  7.685 s]
[INFO] jersey-wadl-doclet 3.1.99-SNAPSHOT ................. SUCCESS [  1.351 s]
[INFO] jersey-media-json-binding 3.1.99-SNAPSHOT .......... SUCCESS [  1.326 s]
[INFO] project 3.1.99-SNAPSHOT ............................ SUCCESS [  0.355 s]
[INFO] jersey-mp-rest-client 3.1.99-SNAPSHOT .............. SUCCESS [  3.915 s]
[INFO] jersey-mp-config 3.1.99-SNAPSHOT ................... SUCCESS [  3.495 s]
[INFO] jersey-incubator 3.1.99-SNAPSHOT ................... SUCCESS [  0.312 s]
[INFO] jersey-inject-cdi-weld 3.1.99-SNAPSHOT ............. SUCCESS [  9.062 s]
[INFO] jersey-declarative-linking 3.1.99-SNAPSHOT ......... SUCCESS [  6.241 s]
[INFO] jersey-ext-gae-integration 3.1.99-SNAPSHOT ......... SUCCESS [  1.265 s]
[INFO] jersey-media-html-json 3.1.99-SNAPSHOT ............. SUCCESS [  4.587 s]
[INFO] jersey-inject-injectless-client 3.1.99-SNAPSHOT .... SUCCESS [  0.626 s]
[INFO] jersey-media-kryo 3.1.99-SNAPSHOT .................. SUCCESS [  3.621 s]
[INFO] jersey-open-tracing 3.1.99-SNAPSHOT ................ SUCCESS [  1.278 s]
[INFO] jersey-inject-cdi2-se 3.1.99-SNAPSHOT .............. SUCCESS [  7.589 s]
[INFO] jersey-media-json-gson 3.1.99-SNAPSHOT ............. SUCCESS [  1.303 s]
[INFO] jersey-media-json-jettison 3.1.99-SNAPSHOT ......... SUCCESS [  1.415 s]
[INFO] jersey-media-json-processing 3.1.99-SNAPSHOT ....... SUCCESS [  2.498 s]
[INFO] jersey-media-moxy 3.1.99-SNAPSHOT .................. SUCCESS [  1.733 s]
[INFO] jersey-media-multipart 3.1.99-SNAPSHOT ............. SUCCESS [ 13.062 s]
[INFO] jersey-security 3.1.99-SNAPSHOT .................... SUCCESS [  0.337 s]
[INFO] oauth1-signature 3.1.99-SNAPSHOT ................... SUCCESS [  2.275 s]
[INFO] jersey-security 3.1.99-SNAPSHOT .................... SUCCESS [  1.161 s]
[INFO] oauth1-server 3.1.99-SNAPSHOT ...................... SUCCESS [  4.722 s]
[INFO] oauth2-client 3.1.99-SNAPSHOT ...................... SUCCESS [  1.414 s]
[INFO] jersey-test-framework-util 3.1.99-SNAPSHOT ......... SUCCESS [  4.707 s]
[INFO] jersey-tests 3.1.99-SNAPSHOT ....................... SUCCESS [  0.346 s]
[INFO] jersey-tests-e2e 3.1.99-SNAPSHOT ................... SUCCESS [07:46 min]
[INFO] jersey-tests-e2e-client 3.1.99-SNAPSHOT ............ SUCCESS [05:23 min]
[INFO] jersey-tests-e2e-core-common 3.1.99-SNAPSHOT ....... SUCCESS [  4.590 s]
[INFO] jersey-tests-e2e-entity 3.1.99-SNAPSHOT ............ SUCCESS [07:11 min]
[INFO] jersey-tests-e2e-inject 3.1.99-SNAPSHOT ............ SUCCESS [  0.402 s]
[INFO] jersey-tests-e2e-inject-cdi-se 3.1.99-SNAPSHOT ..... SUCCESS [  8.857 s]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld 3.1.99-SNAPSHOT SUCCESS [  8.463 s]
[INFO] e2e-inject-hk2 3.1.99-SNAPSHOT ..................... SUCCESS [  4.425 s]
[INFO] jersey-tests-e2e-server 3.1.99-SNAPSHOT ............ SUCCESS [13:30 min]
[INFO] jersey-tests-e2e-testng 3.1.99-SNAPSHOT ............ SUCCESS [ 11.490 s]
[INFO] jersey-tests-e2e-tls 3.1.99-SNAPSHOT ............... SUCCESS [ 23.203 s]
[INFO] jersey-tests-integration 3.1.99-SNAPSHOT ........... SUCCESS [  1.052 s]
[INFO] jersey-asm-integration 3.1.99-SNAPSHOT ............. SUCCESS [  1.265 s]
[INFO] cdi-integration-project 3.1.99-SNAPSHOT ............ SUCCESS [  0.400 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp 3.1.99-SNAPSHOT SUCCESS [ 10.948 s]
[INFO] jersey-tests-cdi-client 3.1.99-SNAPSHOT ............ SUCCESS [  2.943 s]
[INFO] jersey-tests-cdi-client-on-server 3.1.99-SNAPSHOT .. SUCCESS [  4.414 s]
[INFO] jersey-tests-cdi-ejb-webapp 3.1.99-SNAPSHOT ........ SUCCESS [  2.636 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.1.99-SNAPSHOT SUCCESS [  2.048 s]
[INFO] cdi-manually-bound 3.1.99-SNAPSHOT ................. SUCCESS [  5.378 s]
[INFO] jersey-tests-cdi-log-check 3.1.99-SNAPSHOT ......... SUCCESS [  4.601 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib 3.1.99-SNAPSHOT SUCCESS [  0.633 s]
[INFO] jersey-tests-integration-cdi-multimodule-war 3.1.99-SNAPSHOT SUCCESS [  2.628 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 3.1.99-SNAPSHOT SUCCESS [  2.217 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear 3.1.99-SNAPSHOT SUCCESS [  3.733 s]
[INFO] jersey-tests-integration-cdi-multimodule 3.1.99-SNAPSHOT SUCCESS [  0.302 s]
[INFO] jersey-tests-cdi-multipart-webapp 3.1.99-SNAPSHOT .. SUCCESS [  2.224 s]
[INFO] jersey-tests-resource-with-at-context 3.1.99-SNAPSHOT SUCCESS [  4.399 s]
[INFO] cdi-singleton 3.1.99-SNAPSHOT ...................... SUCCESS [  4.460 s]
[INFO] jersey-tests-cdi-webapp 3.1.99-SNAPSHOT ............ SUCCESS [ 12.155 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.1.99-SNAPSHOT SUCCESS [  2.731 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.1.99-SNAPSHOT SUCCESS [  3.008 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp 3.1.99-SNAPSHOT SUCCESS [  2.909 s]
[INFO] jersey-tests-context-inject-on-server 3.1.99-SNAPSHOT SUCCESS [  9.331 s]
[INFO] jersey-tests-glassfish-inject-on-server 3.1.99-SNAPSHOT SUCCESS [ 22.444 s]
[INFO] client-connector-provider 3.1.99-SNAPSHOT .......... SUCCESS [  3.751 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib 3.1.99-SNAPSHOT SUCCESS [  0.535 s]
[INFO] jersey-tests-integration-ejb-multimodule-war 3.1.99-SNAPSHOT SUCCESS [  2.091 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear 3.1.99-SNAPSHOT SUCCESS [  0.982 s]
[INFO] jersey-tests-integration-ejb-multimodule 3.1.99-SNAPSHOT SUCCESS [  0.358 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib 3.1.99-SNAPSHOT SUCCESS [  0.825 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 3.1.99-SNAPSHOT SUCCESS [  2.016 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 3.1.99-SNAPSHOT SUCCESS [  2.244 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear 3.1.99-SNAPSHOT SUCCESS [  0.809 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload 3.1.99-SNAPSHOT SUCCESS [  0.299 s]
[INFO] jersey-tests-ejb-webapp 3.1.99-SNAPSHOT ............ SUCCESS [  2.889 s]
[INFO] j-376-reproducer 3.1.99-SNAPSHOT ................... SUCCESS [  4.375 s]
[INFO] jersey-tests-integration-j-441-war1 3.1.99-SNAPSHOT  SUCCESS [  1.980 s]
[INFO] jersey-tests-integration-j-441-war2 3.1.99-SNAPSHOT  SUCCESS [  2.026 s]
[INFO] jersey-tests-integration-j-441-ear 3.1.99-SNAPSHOT . SUCCESS [  1.116 s]
[INFO] jersey-tests-integration-j-441 3.1.99-SNAPSHOT ..... SUCCESS [  0.316 s]
[INFO] jersey-tests-integration-j-59-ejb-lib 3.1.99-SNAPSHOT SUCCESS [  0.561 s]
[INFO] jersey-tests-integration-j-59-cdi-war 3.1.99-SNAPSHOT SUCCESS [  1.997 s]
[INFO] jersey-tests-integration-j-59-ear 3.1.99-SNAPSHOT .. SUCCESS [  0.801 s]
[INFO] jersey-tests-integration-j-59 3.1.99-SNAPSHOT ...... SUCCESS [  0.345 s]
[INFO] jersey-compatibility-jackson14 3.1.99-SNAPSHOT ..... SUCCESS [  1.888 s]
[INFO] jersey-tests-integration-jersey-2136 3.1.99-SNAPSHOT SUCCESS [  3.368 s]
[INFO] jersey-tests-integration-jersey-2137 3.1.99-SNAPSHOT SUCCESS [  2.122 s]
[INFO] jersey-tests-integration-jersey-2154 3.1.99-SNAPSHOT SUCCESS [  2.217 s]
[INFO] jersey-tests-integration-jersey-2421 3.1.99-SNAPSHOT SUCCESS [  1.767 s]
[INFO] jersey-tests-integration-jersey-2776 3.1.99-SNAPSHOT SUCCESS [  2.260 s]
[INFO] jersey-3662 3.1.99-SNAPSHOT ........................ SUCCESS [  2.758 s]
[INFO] jersey-tests-integration-jersey-3670 3.1.99-SNAPSHOT SUCCESS [  2.709 s]
[INFO] jersey-3992 3.1.99-SNAPSHOT ........................ SUCCESS [  4.391 s]
[INFO] jersey-tests-integration-jersey-4003 3.1.99-SNAPSHOT SUCCESS [  3.919 s]
[INFO] jersey-tests-integration-jersey-4099 3.1.99-SNAPSHOT SUCCESS [  4.748 s]
[INFO] jersey-4321 3.1.99-SNAPSHOT ........................ SUCCESS [  2.611 s]
[INFO] jersey-examples 3.1.99-SNAPSHOT .................... SUCCESS [  0.363 s]
[INFO] jersey-examples-server-sent-events-jersey 3.1.99-SNAPSHOT SUCCESS [  9.614 s]
[INFO] jersey-4507 3.1.99-SNAPSHOT ........................ SUCCESS [  4.828 s]
[INFO] jersey-4542 3.1.99-SNAPSHOT ........................ SUCCESS [  4.576 s]
[INFO] jersey-4697 3.1.99-SNAPSHOT ........................ SUCCESS [  6.205 s]
[INFO] jersey-4722 3.1.99-SNAPSHOT ........................ SUCCESS [  3.047 s]
[INFO] jersey-bundles 3.1.99-SNAPSHOT ..................... SUCCESS [  0.111 s]
[INFO] jersey-bundles-jaxrs-ri 3.1.99-SNAPSHOT ............ SUCCESS [ 45.862 s]
[INFO] jersey-tests-integration-jersey-5087 3.1.99-SNAPSHOT SUCCESS [  8.461 s]
[INFO] microprofile-integration-project 3.1.99-SNAPSHOT ... SUCCESS [  0.315 s]
[INFO] microprofile-config-project 3.1.99-SNAPSHOT ........ SUCCESS [  0.275 s]
[INFO] config-webapp 3.1.99-SNAPSHOT ...................... SUCCESS [  1.086 s]
[INFO] helidon-config-webapp 3.1.99-SNAPSHOT .............. SUCCESS [  4.002 s]
[INFO] jersey-rest-client 3.1.99-SNAPSHOT ................. SUCCESS [  7.315 s]
[INFO] jersey-rest-client-tck 3.1.99-SNAPSHOT ............. SUCCESS [02:53 min]
[INFO] jersey-tests-integration-property-check 3.1.99-SNAPSHOT SUCCESS [  2.828 s]
[INFO] reactive-streams-integration-project 3.1.99-SNAPSHOT SUCCESS [  0.321 s]
[INFO] sse-reactive-streams-tck 3.1.99-SNAPSHOT ........... SUCCESS [ 13.560 s]
[INFO] jersey-tests-integration-servlet-2.5-reload 3.1.99-SNAPSHOT SUCCESS [  1.702 s]
[INFO] jersey-tests-integration-servlet-3-gf-async 3.1.99-SNAPSHOT SUCCESS [  1.209 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 3.1.99-SNAPSHOT SUCCESS [  2.106 s]
[INFO] jersey-thin-server 3.1.99-SNAPSHOT ................. SUCCESS [  2.009 s]
[INFO] jersey-tests-integration-jersey-async-filter 3.1.99-SNAPSHOT SUCCESS [ 13.385 s]
[INFO] jersey-tests-externalproperties 3.1.99-SNAPSHOT .... SUCCESS [  3.696 s]
[INFO] jersey-tests-component-inject 3.1.99-SNAPSHOT ...... SUCCESS [  4.654 s]
[INFO] jersey-tests-integration-jersey-780 3.1.99-SNAPSHOT  SUCCESS [  2.907 s]
[INFO] jersey-tests-integration-jersey-1107 3.1.99-SNAPSHOT SUCCESS [  3.843 s]
[INFO] jersey-tests-integration-jersey-1223 3.1.99-SNAPSHOT SUCCESS [  3.505 s]
[INFO] jersey-tests-integration-jersey-1604 3.1.99-SNAPSHOT SUCCESS [  3.601 s]
[INFO] jersey-tests-integration-jersey-1667 3.1.99-SNAPSHOT SUCCESS [  3.263 s]
[INFO] jersey-tests-integration-jersey-1883 3.1.99-SNAPSHOT SUCCESS [  4.326 s]
[INFO] jersey-tests-integration-jersey-1928 3.1.99-SNAPSHOT SUCCESS [  3.345 s]
[INFO] jersey-tests-integration-jersey-1960 3.1.99-SNAPSHOT SUCCESS [  3.306 s]
[INFO] jersey-tests-integration-jersey-1964 3.1.99-SNAPSHOT SUCCESS [  4.495 s]
[INFO] jersey-tests-integration-jersey-2031 3.1.99-SNAPSHOT SUCCESS [  9.257 s]
[INFO] jersey-tests-integration-jersey-2160 3.1.99-SNAPSHOT SUCCESS [  3.511 s]
[INFO] jersey-tests-integration-jersey-2164 3.1.99-SNAPSHOT SUCCESS [  3.047 s]
[INFO] jersey-tests-integration-jersey-2167 3.1.99-SNAPSHOT SUCCESS [  4.016 s]
[INFO] jersey-tests-integration-jersey-2176 3.1.99-SNAPSHOT SUCCESS [  4.507 s]
[INFO] jersey-tests-integration-jersey-2184 3.1.99-SNAPSHOT SUCCESS [  3.209 s]
[INFO] jersey-tests-integration-jersey-2255 3.1.99-SNAPSHOT SUCCESS [  5.482 s]
[INFO] jersey-tests-integration-jersey-2322 3.1.99-SNAPSHOT SUCCESS [  4.803 s]
[INFO] jersey-tests-integration-jersey-2335 3.1.99-SNAPSHOT SUCCESS [  3.985 s]
[INFO] jersey-tests-integration-jersey-2551 3.1.99-SNAPSHOT SUCCESS [  3.100 s]
[INFO] jersey-tests-integration-jersey-2612 3.1.99-SNAPSHOT SUCCESS [  3.540 s]
[INFO] jersey-tests-integration-jersey-2637 3.1.99-SNAPSHOT SUCCESS [  4.640 s]
[INFO] jersey-tests-integration-jersey-2654 3.1.99-SNAPSHOT SUCCESS [  2.974 s]
[INFO] jersey-tests-integration-jersey-2673 3.1.99-SNAPSHOT SUCCESS [  5.450 s]
[INFO] jersey-tests-integration-jersey-2689 3.1.99-SNAPSHOT SUCCESS [  4.723 s]
[INFO] jersey-tests-integration-jersey-2704 3.1.99-SNAPSHOT SUCCESS [  3.355 s]
[INFO] jersey-tests-integration-jersey-2794 3.1.99-SNAPSHOT SUCCESS [  3.052 s]
[INFO] jersey-tests-integration-jersey-2846 3.1.99-SNAPSHOT SUCCESS [  8.461 s]
[INFO] jersey-tests-integration-jersey-2878 3.1.99-SNAPSHOT SUCCESS [  3.809 s]
[INFO] jersey-tests-integration-jersey-2892 3.1.99-SNAPSHOT SUCCESS [  5.975 s]
[INFO] jersey-tests-integration-jersey-3796 3.1.99-SNAPSHOT SUCCESS [  5.540 s]
[INFO] jersey-tests-integration-jersey-4949 3.1.99-SNAPSHOT SUCCESS [  3.174 s]
[INFO] jersey-tests-integration-jersey-security-digest 3.1.99-SNAPSHOT SUCCESS [  4.640 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 3.1.99-SNAPSHOT SUCCESS [  3.073 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 3.1.99-SNAPSHOT SUCCESS [  4.865 s]
[INFO] jersey-tests-integration-servlet-2.5-filter 3.1.99-SNAPSHOT SUCCESS [  3.512 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 3.1.99-SNAPSHOT SUCCESS [  3.176 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 3.1.99-SNAPSHOT SUCCESS [  4.120 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 3.1.99-SNAPSHOT SUCCESS [  3.261 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 3.1.99-SNAPSHOT SUCCESS [  3.720 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 3.1.99-SNAPSHOT SUCCESS [  3.102 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 3.1.99-SNAPSHOT SUCCESS [  3.119 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 3.1.99-SNAPSHOT SUCCESS [  3.679 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 3.1.99-SNAPSHOT SUCCESS [  3.138 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 3.1.99-SNAPSHOT SUCCESS [  3.086 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 3.1.99-SNAPSHOT SUCCESS [  5.992 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 3.1.99-SNAPSHOT SUCCESS [  4.570 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 3.1.99-SNAPSHOT SUCCESS [  5.375 s]
[INFO] jersey-tests-integration-servlet-3-async 3.1.99-SNAPSHOT SUCCESS [  5.834 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io 3.1.99-SNAPSHOT SUCCESS [ 10.074 s]
[INFO] jersey-tests-integration-servlet-3-filter 3.1.99-SNAPSHOT SUCCESS [  4.234 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 3.1.99-SNAPSHOT SUCCESS [  3.145 s]
[INFO] jersey-tests-integration-servlet-3-init-1 3.1.99-SNAPSHOT SUCCESS [  3.210 s]
[INFO] jersey-tests-integration-servlet-3-init-2 3.1.99-SNAPSHOT SUCCESS [  3.726 s]
[INFO] jersey-tests-integration-servlet-3-init-3 3.1.99-SNAPSHOT SUCCESS [  3.102 s]
[INFO] jersey-tests-integration-servlet-3-init-4 3.1.99-SNAPSHOT SUCCESS [  3.126 s]
[INFO] jersey-tests-integration-servlet-3-init-5 3.1.99-SNAPSHOT SUCCESS [  3.635 s]
[INFO] jersey-tests-integration-servlet-3-init-6 3.1.99-SNAPSHOT SUCCESS [  3.194 s]
[INFO] jersey-tests-integration-servlet-3-init-7 3.1.99-SNAPSHOT SUCCESS [  3.677 s]
[INFO] jersey-tests-integration-servlet-3-init-8 3.1.99-SNAPSHOT SUCCESS [  4.180 s]
[INFO] jersey-tests-integration-servlet-3-init-9 3.1.99-SNAPSHOT SUCCESS [  3.142 s]
[INFO] jersey-tests-integration-servlet-3-init-provider 3.1.99-SNAPSHOT SUCCESS [  4.949 s]
[INFO] jersey-tests-integration-servlet-3-params 3.1.99-SNAPSHOT SUCCESS [  3.248 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 3.1.99-SNAPSHOT SUCCESS [  2.607 s]
[INFO] jersey-tests-integration-servlet-tests 3.1.99-SNAPSHOT SUCCESS [  5.566 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding 3.1.99-SNAPSHOT SUCCESS [  4.365 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 3.1.99-SNAPSHOT SUCCESS [  4.494 s]
[INFO] jersey-tests-integration-sonar-test 3.1.99-SNAPSHOT  SUCCESS [  3.465 s]
[INFO] jersey-tests-integration-spring6 3.1.99-SNAPSHOT ... SUCCESS [  7.293 s]
[INFO] jersey-tests-integration-tracing-support 3.1.99-SNAPSHOT SUCCESS [ 11.731 s]
[INFO] jersey-tests-jmockit 3.1.99-SNAPSHOT ............... SUCCESS [  5.487 s]
[INFO] jersey-test-framework-memleak-test-common 3.1.99-SNAPSHOT SUCCESS [  1.511 s]
[INFO] jersey-tests-memleak 3.1.99-SNAPSHOT ............... SUCCESS [  0.376 s]
[INFO] jersey-tests-memleak-redeployment 3.1.99-SNAPSHOT .. SUCCESS [  0.315 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app 3.1.99-SNAPSHOT SUCCESS [  1.378 s]
[INFO] jersey-examples-webapp-parent-pom 3.1.99-SNAPSHOT .. SUCCESS [  1.650 s]
[INFO] jersey-examples-helloworld-webapp 3.1.99-SNAPSHOT .. SUCCESS [  4.338 s]
[INFO] jersey-test-framework-maven 3.1.99-SNAPSHOT ........ SUCCESS [  0.418 s]
[INFO] jersey-test-framework-maven-container-runner-plugin 3.1.99-SNAPSHOT SUCCESS [ 16.199 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref 3.1.99-SNAPSHOT SUCCESS [  0.608 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app 3.1.99-SNAPSHOT SUCCESS [  0.892 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app 3.1.99-SNAPSHOT SUCCESS [  1.198 s]
[INFO] jersey-tests-memleak-testcase 3.1.99-SNAPSHOT ...... SUCCESS [  0.523 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak 3.1.99-SNAPSHOT SUCCESS [  1.492 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak 3.1.99-SNAPSHOT SUCCESS [  1.349 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.1.99-SNAPSHOT SUCCESS [  1.092 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app 3.1.99-SNAPSHOT SUCCESS [  1.532 s]
[INFO] jersey-tests-osgi 3.1.99-SNAPSHOT .................. SUCCESS [  0.299 s]
[INFO] jersey-tests-osgi-functional 3.1.99-SNAPSHOT ....... SUCCESS [01:24 min]
[INFO] jersey-tests-stress 3.1.99-SNAPSHOT ................ SUCCESS [  3.842 s]
[INFO] jersey-tests-performance 3.1.99-SNAPSHOT ........... SUCCESS [  0.402 s]
[INFO] performance-test-benchmarks 3.1.99-SNAPSHOT ........ SUCCESS [  8.655 s]
[INFO] jersey-tests-performance-runners 3.1.99-SNAPSHOT ... SUCCESS [  0.467 s]
[INFO] jersey-grizzly-runner 3.1.99-SNAPSHOT .............. SUCCESS [  2.418 s]
[INFO] jersey-tests-performance-testcase 3.1.99-SNAPSHOT .. SUCCESS [  0.434 s]
[INFO] jersey-tests-performance-assemblies 3.1.99-SNAPSHOT  SUCCESS [  0.589 s]
[INFO] jersey-tests-performance-filter-dynamic-test 3.1.99-SNAPSHOT SUCCESS [  3.630 s]
[INFO] jersey-tests-performance-filter-global-test 3.1.99-SNAPSHOT SUCCESS [  3.322 s]
[INFO] jersey-tests-performance-filter-name-test 3.1.99-SNAPSHOT SUCCESS [  3.239 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test 3.1.99-SNAPSHOT SUCCESS [  3.538 s]
[INFO] jersey-tests-performance-interceptor-global-test 3.1.99-SNAPSHOT SUCCESS [  3.071 s]
[INFO] jersey-tests-performance-interceptor-name-test 3.1.99-SNAPSHOT SUCCESS [  2.987 s]
[INFO] jersey-tests-performance-custom-provider-test 3.1.99-SNAPSHOT SUCCESS [  2.969 s]
[INFO] jersey-tests-performance-json-jackson-test 3.1.99-SNAPSHOT SUCCESS [  2.155 s]
[INFO] jersey-tests-performance-json-moxy-test 3.1.99-SNAPSHOT SUCCESS [  4.267 s]
[INFO] jersey-tests-performance-mbw-kryo-test 3.1.99-SNAPSHOT SUCCESS [  3.909 s]
[INFO] jersey-tests-performance-text-plain-test 3.1.99-SNAPSHOT SUCCESS [  3.026 s]
[INFO] jersey-tests-performance-xml-jaxb-test 3.1.99-SNAPSHOT SUCCESS [  4.314 s]
[INFO] jersey-tests-performance-xml-moxy-test 3.1.99-SNAPSHOT SUCCESS [  4.760 s]
[INFO] jersey-tests-performance-param-srl 3.1.99-SNAPSHOT . SUCCESS [  3.101 s]
[INFO] jersey-tests-performance-proxy-injection-test 3.1.99-SNAPSHOT SUCCESS [  2.710 s]
[INFO] performance-test-tools 3.1.99-SNAPSHOT ............. SUCCESS [  1.232 s]
[INFO] jersey-release-test 3.1.99-SNAPSHOT ................ SUCCESS [  2.704 s]
[INFO] jersey-agnostic-test 1.0.9 ......................... SUCCESS [  7.038 s]
[INFO] jersey-examples-assemblies 3.1.99-SNAPSHOT ......... SUCCESS [  0.399 s]
[INFO] jersey-examples-bookmark 3.1.99-SNAPSHOT ........... SUCCESS [  3.269 s]
[INFO] jersey-examples-bookmark-em 3.1.99-SNAPSHOT ........ SUCCESS [  2.827 s]
[INFO] jersey-examples-bookstore-webapp 3.1.99-SNAPSHOT ... SUCCESS [  2.546 s]
[INFO] jersey-examples-cdi-webapp 3.1.99-SNAPSHOT ......... SUCCESS [ 23.374 s]
[INFO] jersey-examples-clipboard 3.1.99-SNAPSHOT .......... SUCCESS [  4.287 s]
[INFO] jersey-examples-clipboard-programmatic 3.1.99-SNAPSHOT SUCCESS [  4.191 s]
[INFO] jersey-examples-configured-client 3.1.99-SNAPSHOT .. SUCCESS [  5.095 s]
[INFO] jersey-examples-declarative-linking 3.1.99-SNAPSHOT  SUCCESS [  4.816 s]
[INFO] jersey-examples-entity-filtering 3.1.99-SNAPSHOT ... SUCCESS [  7.351 s]
[INFO] jersey-examples-entity-filtering-selectable 3.1.99-SNAPSHOT SUCCESS [  6.588 s]
[INFO] jersey-examples-entity-filtering-security 3.1.99-SNAPSHOT SUCCESS [  6.009 s]
[INFO] jersey-examples-extended-wadl-webapp 3.1.99-SNAPSHOT SUCCESS [ 13.046 s]
[INFO] jersey-examples-exception-mapping 3.1.99-SNAPSHOT .. SUCCESS [  4.765 s]
[INFO] jersey-examples-freemarker-webapp 3.1.99-SNAPSHOT .. SUCCESS [  5.284 s]
[INFO] jersey-examples-groovy 3.1.99-SNAPSHOT ............. SUCCESS [ 12.494 s]
[INFO] jersey-examples-helloworld 3.1.99-SNAPSHOT ......... SUCCESS [  5.318 s]
[INFO] jersey-examples-helloworld-benchmark 3.1.99-SNAPSHOT SUCCESS [  6.132 s]
[INFO] jersey-examples-helloworld-cdi2-se 3.1.99-SNAPSHOT . SUCCESS [  5.623 s]
[INFO] jersey-examples-helloworld-netty 3.1.99-SNAPSHOT ... SUCCESS [  5.600 s]
[INFO] jersey-examples-helloworld-programmatic 3.1.99-SNAPSHOT SUCCESS [  4.271 s]
[INFO] jersey-examples-helloworld-pure-jax-rs 3.1.99-SNAPSHOT SUCCESS [  2.144 s]
[INFO] jersey-examples-helloworld-weld 3.1.99-SNAPSHOT .... SUCCESS [03:09 min]
[INFO] jersey-examples-http-patch 3.1.99-SNAPSHOT ......... SUCCESS [  5.292 s]
[INFO] jersey-examples-http-trace 3.1.99-SNAPSHOT ......... SUCCESS [  4.686 s]
[INFO] jersey-examples-https-clientserver-grizzly 3.1.99-SNAPSHOT SUCCESS [  4.498 s]
[INFO] jersey-examples-https-server-glassfish 3.1.99-SNAPSHOT SUCCESS [  2.126 s]
[INFO] jersey-examples-java8-webapp 3.1.99-SNAPSHOT ....... SUCCESS [  4.990 s]
[INFO] jersey-examples-jaxb 3.1.99-SNAPSHOT ............... SUCCESS [  5.757 s]
[INFO] jersey-examples-jaxrs-types-injection 3.1.99-SNAPSHOT SUCCESS [  4.017 s]
[INFO] jersey-examples-ejb 3.1.99-SNAPSHOT ................ SUCCESS [  2.312 s]
[INFO] jersey-examples-json-binding-webapp 3.1.99-SNAPSHOT  SUCCESS [  2.633 s]
[INFO] jersey-examples-json-jackson 3.1.99-SNAPSHOT ....... SUCCESS [  5.936 s]
[INFO] jersey-examples-json-jettison 3.1.99-SNAPSHOT ...... SUCCESS [  5.380 s]
[INFO] jersey-examples-json-moxy 3.1.99-SNAPSHOT .......... SUCCESS [  4.771 s]
[INFO] jersey-examples-json-processing-webapp 3.1.99-SNAPSHOT SUCCESS [  5.122 s]
[INFO] jersey-examples-json-with-padding 3.1.99-SNAPSHOT .. SUCCESS [  5.398 s]
[INFO] jersey-examples-managed-beans-webapp 3.1.99-SNAPSHOT SUCCESS [  2.359 s]
[INFO] jersey-examples-managed-client 3.1.99-SNAPSHOT ..... SUCCESS [  4.023 s]
[INFO] jersey-examples-managed-client-webapp 3.1.99-SNAPSHOT SUCCESS [  5.149 s]
[INFO] jersey-examples-managed-client-simple-webapp 3.1.99-SNAPSHOT SUCCESS [  4.487 s]
[INFO] jersey-examples-multipart-webapp 3.1.99-SNAPSHOT ... SUCCESS [  5.320 s]
[INFO] jersey-micrometer-example-webapp 3.1.99-SNAPSHOT ... SUCCESS [  3.193 s]
[INFO] jersey-examples-open-tracing 3.1.99-SNAPSHOT ....... SUCCESS [  2.051 s]
[INFO] jersey-examples-osgi-helloworld-webapp 3.1.99-SNAPSHOT SUCCESS [  0.114 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib 3.1.99-SNAPSHOT SUCCESS [  1.297 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional 3.1.99-SNAPSHOT SUCCESS [  0.975 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version 3.1.99-SNAPSHOT SUCCESS [  0.837 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab 3.1.99-SNAPSHOT SUCCESS [  1.998 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test 3.1.99-SNAPSHOT SUCCESS [  1.748 s]
[INFO] oauth-client-twitter 3.1.99-SNAPSHOT ............... SUCCESS [  1.963 s]
[INFO] jersey-examples-reload 3.1.99-SNAPSHOT ............. SUCCESS [  5.804 s]
[INFO] jersey-examples-multipart-webapp 3.1.99-SNAPSHOT ... SUCCESS [  3.634 s]
[INFO] jersey-examples-rx-client-webapp 3.1.99-SNAPSHOT ... SUCCESS [ 25.059 s]
[INFO] jersey-examples-server-async 3.1.99-SNAPSHOT ....... SUCCESS [  7.884 s]
[INFO] jersey-examples-server-async-managed 3.1.99-SNAPSHOT SUCCESS [  8.568 s]
[INFO] jersey-examples-server-async-standalone 3.1.99-SNAPSHOT SUCCESS [  0.122 s]
[INFO] jersey-examples-server-async-standalone-client 3.1.99-SNAPSHOT SUCCESS [  1.101 s]
[INFO] jersey-examples-server-async-standalone-webapp 3.1.99-SNAPSHOT SUCCESS [  0.655 s]
[INFO] jersey-examples-server-sent-events-jaxrs 3.1.99-SNAPSHOT SUCCESS [  4.688 s]
[INFO] jersey-examples-servlet3-webapp 3.1.99-SNAPSHOT .... SUCCESS [  4.376 s]
[INFO] jersey-examples-simple-console 3.1.99-SNAPSHOT ..... SUCCESS [  4.446 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp 3.1.99-SNAPSHOT SUCCESS [  7.782 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp 3.1.99-SNAPSHOT SUCCESS [ 17.392 s]
[INFO] jersey-examples-sse-twitter-aggregator 3.1.99-SNAPSHOT SUCCESS [  3.201 s]
[INFO] jersey-examples-system-properties 3.1.99-SNAPSHOT .. SUCCESS [  4.095 s]
[INFO] jersey-examples-moxy 3.1.99-SNAPSHOT ............... SUCCESS [  4.853 s]
[INFO] jersey-examples-helloworld-spring-webapp 3.1.99-SNAPSHOT SUCCESS [  2.170 s]
[INFO] helloworld-spring-annotations 3.1.99-SNAPSHOT ...... SUCCESS [  3.456 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules 3.1.99-SNAPSHOT SUCCESS [  1.381 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:16 h
[INFO] Finished at: 2024-04-15T09:36:42Z
[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:  3.548 s
[INFO] Finished at: 2024-04-15T09:37:31Z
[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