Skip to content

Console Output

Skipping 44,820 KB.. Full Log
[INFO] Reserved port 33865 for jersey.config.test.container.port
[INFO] Reserved port 35879 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1: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.0/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
Mar 27, 2024 6:48:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp
Mar 27, 2024 6:48:53 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 27, 2024 6:48:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Mar 27, 2024 6:48:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [0] name [foo]
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'foo'
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [1] name [bar]
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=0 data=foo
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=0 data=foo
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'bar'
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=1 data=bar
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=0 data=foo
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=0 data=foo
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=0 data=foo
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=1 data=bar
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=1 data=bar
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=1 data=bar
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=1 data=bar
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [2] name [baz]
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 3: Received event id=2 data=baz
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 4: Received event id=2 data=baz
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 2: Received event id=2 data=baz
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 1: Received event id=2 data=baz
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testItemsStore$0
INFO: [-i-] SOURCE 0: Received event id=2 data=baz
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'baz'
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 0 closed.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 1 closed.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 2 closed.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 3 closed.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 4 closed.
Mar 27, 2024 6:48:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:8080/sse-item-store-jaxrs-webapp
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 27, 2024 6:48:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Mar 27, 2024 6:48:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [3] name [round-1-00]
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-00'
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=3 data=round-1-00
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=3 data=round-1-00
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=3 data=round-1-00
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=3 data=round-1-00
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=3 data=round-1-00
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: No events to replay.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-01'
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=4 data=round-1-01
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Mar 27, 2024 6:48:54 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=4 data=round-1-01
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=5 data=round-1-02
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-02'
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=4 data=round-1-01
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=5 data=round-1-02
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=6 data=round-1-03
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-03'
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=4 data=round-1-01
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=5 data=round-1-02
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=6 data=round-1-03
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-04'
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=7 data=round-1-04
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :3
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 4
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [4] name [round-1-01]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=4 data=round-1-01
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=5 data=round-1-02
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=6 data=round-1-03
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=7 data=round-1-04
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=8 data=round-1-05
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-05'
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :4
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 5
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [5] name [round-1-02]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=5 data=round-1-02
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=6 data=round-1-03
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=7 data=round-1-04
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=8 data=round-1-05
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-06'
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=9 data=round-1-06
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :5
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 6
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [6] name [round-1-03]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=6 data=round-1-03
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=7 data=round-1-04
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=8 data=round-1-05
Mar 27, 2024 6:48:55 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=9 data=round-1-06
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-07'
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=10 data=round-1-07
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :6
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 7
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [7] name [round-1-04]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=7 data=round-1-04
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=8 data=round-1-05
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=9 data=round-1-06
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=10 data=round-1-07
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-08'
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=11 data=round-1-08
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :7
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 8
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [8] name [round-1-05]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=8 data=round-1-05
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=9 data=round-1-06
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=10 data=round-1-07
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=11 data=round-1-08
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-1-09'
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=12 data=round-1-09
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :8
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 9
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [9] name [round-1-06]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=9 data=round-1-06
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=10 data=round-1-07
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=11 data=round-1-08
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=12 data=round-1-09
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'reconnect 1' has been processed.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Mar 27, 2024 6:48:56 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-00'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-01'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-02'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-03'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-04'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-05'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-06'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Non-zero reconnect delay [1] - responding with HTTP 503.
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-07'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-08'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest postItem
INFO: [-i-] POSTed item: 'round-2-09'
Mar 27, 2024 6:48:57 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'reconnect now' has been processed.
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :9
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 10
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [10] name [round-1-07]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=10 data=round-1-07
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=11 data=round-1-08
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=12 data=round-1-09
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=13 data=round-2-00
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=14 data=round-2-01
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=15 data=round-2-02
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=16 data=round-2-03
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=17 data=round-2-04
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=18 data=round-2-05
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=19 data=round-2-06
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=20 data=round-2-07
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=21 data=round-2-08
Mar 27, 2024 6:48:58 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 3: Received event id=22 data=round-2-09
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :10
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 11
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [11] name [round-1-08]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=11 data=round-1-08
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=12 data=round-1-09
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=13 data=round-2-00
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=14 data=round-2-01
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=15 data=round-2-02
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=16 data=round-2-03
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=17 data=round-2-04
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=18 data=round-2-05
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=19 data=round-2-06
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=20 data=round-2-07
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=21 data=round-2-08
Mar 27, 2024 6:49:00 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 1: Received event id=22 data=round-2-09
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :11
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 12
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [12] name [round-1-09]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=12 data=round-1-09
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=13 data=round-2-00
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=14 data=round-2-01
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=15 data=round-2-02
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=16 data=round-2-03
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=17 data=round-2-04
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=18 data=round-2-05
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=19 data=round-2-06
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=20 data=round-2-07
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=21 data=round-2-08
Mar 27, 2024 6:49:02 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 0: Received event id=22 data=round-2-09
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 13
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=13 data=round-2-00
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=14 data=round-2-01
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=15 data=round-2-02
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=16 data=round-2-03
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=17 data=round-2-04
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=18 data=round-2-05
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=19 data=round-2-06
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=20 data=round-2-07
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=21 data=round-2-08
Mar 27, 2024 6:49:04 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 4: Received event id=22 data=round-2-09
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :12
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: Replaying events - starting with id 13
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [13] name [round-2-00]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [14] name [round-2-01]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [15] name [round-2-02]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [16] name [round-2-03]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=13 data=round-2-00
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [17] name [round-2-04]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=14 data=round-2-01
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [18] name [round-2-05]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=15 data=round-2-02
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [19] name [round-2-06]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=16 data=round-2-03
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=17 data=round-2-04
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [20] name [round-2-07]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=18 data=round-2-05
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=19 data=round-2-06
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [21] name [round-2-08]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=20 data=round-2-07
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource createItemEvent
INFO: Creating event id [22] name [round-2-09]
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=21 data=round-2-08
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest lambda$testEventSourceReconnect$4
INFO: [-i-] SOURCE 2: Received event id=22 data=round-2-09
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest sendCommand
INFO: [-!-] COMMAND 'disconnect' has been processed.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 0 closed.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 1 closed.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 2 closed.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 3 closed.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResourceTest close
INFO: [<--] SOURCE 4 closed.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Received last event id :22
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource itemEvents
INFO: Zero reconnect delay - reconnecting.
Mar 27, 2024 6:49:06 PM org.glassfish.jersey.examples.sseitemstore.jaxrs.JaxrsItemStoreResource replayMissedEvents
INFO: No events to replay.
Mar 27, 2024 6:49:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.10 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.0/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.0/examples/sse-item-store-jaxrs-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml
[INFO]            attaching as sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json
[INFO]            attaching as sse-item-store-jaxrs-webapp-3.0.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.0/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.0/examples/sse-item-store-jaxrs-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-item-store-jaxrs-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-item-store-jaxrs-webapp/3.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0.99-SNAPSHOT/sse-item-store-jaxrs-webapp-3.0.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.0.99-SNAPSHOT [368/373]
[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.0
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sse-twitter-aggregator ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ sse-twitter-aggregator ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:resources (default-resources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[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 1.8] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/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.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/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 1.8] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/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.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:2.6:testResources (default-testResources) @ sse-twitter-aggregator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.4.0:reserve-network-port (reserve-port) @ sse-twitter-aggregator ---
[INFO] Reserved port 41283 for jersey.config.test.container.port
[INFO] Reserved port 40043 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1: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.0/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 31 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml
[INFO]            attaching as sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json
[INFO]            attaching as sse-twitter-aggregator-3.0.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.0/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.0/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/3.0.99-SNAPSHOT/sse-twitter-aggregator-3.0.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.0.99-SNAPSHOT     [369/373]
[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.0
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ system-properties-example ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ system-properties-example ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:resources (default-resources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/src/main/resources
[INFO] Copying 2 resources
[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 1.8] to target/classes
[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 1.8] to target/classes
[INFO] 
[INFO] --- resources:2.6:testResources (default-testResources) @ system-properties-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/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 1.8] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ system-properties-example ---
[INFO] Reserved port 46057 for jersey.config.test.container.port
[INFO] Reserved port 43923 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1: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.0/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
Mar 27, 2024 6:49:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46057/
Mar 27, 2024 6:49:13 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46057]
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46057]
Mar 27, 2024 6:49:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46057/
Mar 27, 2024 6:49:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46057]
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46057]
Mar 27, 2024 6:49:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46057/
Mar 27, 2024 6:49:14 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:46057]
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Mar 27, 2024 6:49:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:46057]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.481 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.0/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.0/examples/system-properties-example/target/bom.xml
[INFO]            attaching as system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json
[INFO]            attaching as system-properties-example-3.0.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.0/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.0/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/3.0.99-SNAPSHOT/system-properties-example-3.0.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.0.99-SNAPSHOT                  [370/373]
[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.0
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ xml-moxy ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ xml-moxy ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:resources (default-resources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/src/main/resources
[INFO] Copying 2 resources
[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 1.8] to target/classes
[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 1.8] to target/classes
[INFO] 
[INFO] --- resources:2.6:testResources (default-testResources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/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 1.8] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ xml-moxy ---
[INFO] Reserved port 44931 for jersey.config.test.container.port
[INFO] Reserved port 40485 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1: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.0/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
Mar 27, 2024 6:49:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44931/
Mar 27, 2024 6:49:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44931]
Mar 27, 2024 6:49:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Mar 27, 2024 6:49:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44931]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 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.0/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 31 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml
[INFO]            attaching as xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json
[INFO]            attaching as xml-moxy-3.0.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.0/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.0/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/3.0.99-SNAPSHOT/xml-moxy-3.0.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.0.99-SNAPSHOT [371/373]
[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.0
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-spring-webapp ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-spring-webapp ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-spring-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-spring-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-spring-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-spring-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:resources (default-resources) @ helloworld-spring-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[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 1.8] to target/classes
[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 1.8] to target/classes
[INFO] 
[INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-spring-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.4.0:reserve-network-port (reserve-port) @ helloworld-spring-webapp ---
[INFO] Reserved port 36927 for jersey.config.test.container.port
[INFO] Reserved port 45915 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1: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.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/examples/helloworld-spring-webapp/target/bom.xml
[INFO]            attaching as helloworld-spring-webapp-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/bom.json
[INFO]            attaching as helloworld-spring-webapp-3.0.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.0/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.0/examples/helloworld-spring-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-webapp/target/helloworld-spring-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-webapp/3.0.99-SNAPSHOT/helloworld-spring-webapp-3.0.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.0.99-SNAPSHOT         [372/373]
[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.0
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ helloworld-spring-annotations ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ helloworld-spring-annotations ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs) @ helloworld-spring-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-spring-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-spring-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-spring-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- resources:2.6:resources (default-resources) @ helloworld-spring-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/src/main/resources
[INFO] Copying 2 resources
[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 1.8] to target/classes
[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 1.8] to target/classes
[INFO] 
[INFO] --- resources:2.6:testResources (default-testResources) @ helloworld-spring-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ci-cd-integration_3.0/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 1.8] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ helloworld-spring-annotations ---
[INFO] Reserved port 36173 for jersey.config.test.container.port
[INFO] Reserved port 46081 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1: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.0/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
Mar 27, 2024 6:49:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:36173/
Mar 27, 2024 6:49:24 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Mar 27, 2024 6:49:25 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:36173/
Mar 27, 2024 6:49:25 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 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.0/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.0/examples/helloworld-spring-annotations/target/bom.xml
[INFO]            attaching as helloworld-spring-annotations-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/bom.json
[INFO]            attaching as helloworld-spring-annotations-3.0.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.0/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.0/examples/helloworld-spring-annotations/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/helloworld-spring-annotations.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/examples/helloworld-spring-annotations/target/helloworld-spring-annotations-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-spring-annotations/3.0.99-SNAPSHOT/helloworld-spring-annotations-3.0.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.0.99-SNAPSHOT [373/373]
[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.0
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- build-helper:3.4.0:add-source (default) @ custom-enforcer-rules ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/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 1.8] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/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.0/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 1.8] to target/classes
[INFO] /home/jenkins/agent/workspace/ci-cd-integration_3.0/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.0/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.0/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 1.8] to target/test-classes
[INFO] 
[INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ custom-enforcer-rules ---
[INFO] Reserved port 38559 for jersey.config.test.container.port
[INFO] Reserved port 37145 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- surefire:3.2.1: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.0/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.FilePatternDoesNotExistRuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest
[INFO] Running org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest
[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.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.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.0/test-framework/maven/custom-enforcer-rules/target/bom.xml
[INFO]            attaching as custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json
[INFO]            attaching as custom-enforcer-rules-3.0.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.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.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.0/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/ci-cd-integration_3.0/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/3.0.99-SNAPSHOT/custom-enforcer-rules-3.0.99-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default-cli) @ custom-enforcer-rules ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] jersey 3.0.99-SNAPSHOT ............................. SUCCESS [01:54 min]
[INFO] jersey-archetypes 3.0.99-SNAPSHOT .................. SUCCESS [  1.393 s]
[INFO] jersey-archetype-heroku-webapp 3.0.99-SNAPSHOT ..... SUCCESS [  3.957 s]
[INFO] jersey-archetype-grizzly2 3.0.99-SNAPSHOT .......... SUCCESS [  0.490 s]
[INFO] jersey-archetype-webapp 3.0.99-SNAPSHOT ............ SUCCESS [  0.281 s]
[INFO] jersey-example-java8-webapp 3.0.99-SNAPSHOT ........ SUCCESS [  0.677 s]
[INFO] jersey-bom 3.0.99-SNAPSHOT ......................... SUCCESS [  0.195 s]
[INFO] jersey-core-common 3.0.99-SNAPSHOT ................. SUCCESS [ 50.295 s]
[INFO] jersey-inject 3.0.99-SNAPSHOT ...................... SUCCESS [  0.322 s]
[INFO] jersey-inject-hk2 3.0.99-SNAPSHOT .................. SUCCESS [  5.551 s]
[INFO] jersey-core-client 3.0.99-SNAPSHOT ................. SUCCESS [ 23.915 s]
[INFO] jersey-media 3.0.99-SNAPSHOT ....................... SUCCESS [  0.420 s]
[INFO] jersey-media-jaxb 3.0.99-SNAPSHOT .................. SUCCESS [  6.313 s]
[INFO] jersey-core-server 3.0.99-SNAPSHOT ................. SUCCESS [ 54.643 s]
[INFO] jersey-containers 3.0.99-SNAPSHOT .................. SUCCESS [  0.596 s]
[INFO] jersey-container-grizzly2-http 3.0.99-SNAPSHOT ..... SUCCESS [ 35.422 s]
[INFO] jersey-container-servlet-core 3.0.99-SNAPSHOT ...... SUCCESS [  3.546 s]
[INFO] jersey-test-framework 3.0.99-SNAPSHOT .............. SUCCESS [  0.398 s]
[INFO] jersey-test-framework-core 3.0.99-SNAPSHOT ......... SUCCESS [  3.484 s]
[INFO] jersey-container-servlet 3.0.99-SNAPSHOT ........... SUCCESS [  1.138 s]
[INFO] jersey-container-grizzly2-servlet 3.0.99-SNAPSHOT .. SUCCESS [  1.554 s]
[INFO] jersey-test-framework-providers 3.0.99-SNAPSHOT .... SUCCESS [  0.583 s]
[INFO] jersey-test-framework-provider-grizzly2 3.0.99-SNAPSHOT SUCCESS [  7.007 s]
[INFO] jersey-connectors 3.0.99-SNAPSHOT .................. SUCCESS [  0.445 s]
[INFO] jersey-connectors-apache 3.0.99-SNAPSHOT ........... SUCCESS [ 19.112 s]
[INFO] jersey-connectors-apache5 3.0.99-SNAPSHOT .......... SUCCESS [ 20.178 s]
[INFO] jersey-test-framework-provider-inmemory 3.0.99-SNAPSHOT SUCCESS [  3.193 s]
[INFO] jersey-test-framework-provider-external 3.0.99-SNAPSHOT SUCCESS [  0.804 s]
[INFO] jersey-container-jdk-http 3.0.99-SNAPSHOT .......... SUCCESS [ 18.488 s]
[INFO] jersey-test-framework-provider-jdk-http 3.0.99-SNAPSHOT SUCCESS [  8.556 s]
[INFO] jersey-container-simple-http 3.0.99-SNAPSHOT ....... SUCCESS [ 17.327 s]
[INFO] jersey-test-framework-provider-simple 3.0.99-SNAPSHOT SUCCESS [  2.783 s]
[INFO] jersey-connectors-netty 3.0.99-SNAPSHOT ............ SUCCESS [ 41.350 s]
[INFO] jersey-container-netty-http 3.0.99-SNAPSHOT ........ SUCCESS [  1.680 s]
[INFO] jersey-test-framework-provider-netty 3.0.99-SNAPSHOT SUCCESS [  1.290 s]
[INFO] jersey-container-jetty-http 3.0.99-SNAPSHOT ........ SUCCESS [ 12.579 s]
[INFO] jersey-test-framework-provider-jetty 3.0.99-SNAPSHOT SUCCESS [  2.898 s]
[INFO] jersey-test-framework-provider-bundle 3.0.99-SNAPSHOT SUCCESS [  1.529 s]
[INFO] jersey-connectors-grizzly 3.0.99-SNAPSHOT .......... SUCCESS [ 10.580 s]
[INFO] jersey-media-sse 3.0.99-SNAPSHOT ................... SUCCESS [ 25.906 s]
[INFO] jersey-connectors-helidon 3.0.99-SNAPSHOT .......... SUCCESS [01:04 min]
[INFO] jersey-connectors-jdk 3.0.99-SNAPSHOT .............. SUCCESS [ 38.586 s]
[INFO] jersey-connectors-jetty 3.0.99-SNAPSHOT ............ SUCCESS [ 14.607 s]
[INFO] jersey-container-jetty-http2 3.0.99-SNAPSHOT ....... SUCCESS [ 12.008 s]
[INFO] jersey-extensions 3.0.99-SNAPSHOT .................. SUCCESS [  0.341 s]
[INFO] jersey-ext-entity-filtering 3.0.99-SNAPSHOT ........ SUCCESS [  3.880 s]
[INFO] jersey-media-json-jackson 3.0.99-SNAPSHOT .......... SUCCESS [  4.847 s]
[INFO] jersey-test-framework-provider-jetty-http2 3.0.99-SNAPSHOT SUCCESS [  3.815 s]
[INFO] jersey-connectors-jetty-http2 3.0.99-SNAPSHOT ...... SUCCESS [ 17.053 s]
[INFO] jersey-cdi-support 3.0.99-SNAPSHOT ................. SUCCESS [  0.328 s]
[INFO] jersey-ext-cdi1x 3.0.99-SNAPSHOT ................... SUCCESS [  3.152 s]
[INFO] jersey-glassfish-support 3.0.99-SNAPSHOT ........... SUCCESS [  0.416 s]
[INFO] jersey-gf-ejb 3.0.99-SNAPSHOT ...................... SUCCESS [  3.950 s]
[INFO] jersey-container-jetty-servlet 3.0.99-SNAPSHOT ..... SUCCESS [  1.637 s]
[INFO] jersey-ext-bean-validation 3.0.99-SNAPSHOT ......... SUCCESS [  1.857 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 3.0.99-SNAPSHOT SUCCESS [  1.140 s]
[INFO] jersey-ext-cdi-rs-inject 3.0.99-SNAPSHOT ........... SUCCESS [ 30.498 s]
[INFO] jersey-ext-cdi1x-servlet 3.0.99-SNAPSHOT ........... SUCCESS [  1.460 s]
[INFO] jersey-ext-cdi1x-transaction 3.0.99-SNAPSHOT ....... SUCCESS [  0.916 s]
[INFO] jersey-ext-cdi1x-validation 3.0.99-SNAPSHOT ........ SUCCESS [  0.888 s]
[INFO] jersey-ext-weld2-se 3.0.99-SNAPSHOT ................ SUCCESS [  0.914 s]
[INFO] jersey-ext-metainf-services 3.0.99-SNAPSHOT ........ SUCCESS [  3.905 s]
[INFO] jersey-micrometer 3.0.99-SNAPSHOT .................. SUCCESS [  6.373 s]
[INFO] jersey-ext-mvc 3.0.99-SNAPSHOT ..................... SUCCESS [  1.644 s]
[INFO] jersey-ext-mvc-bean-validation 3.0.99-SNAPSHOT ..... SUCCESS [  0.854 s]
[INFO] jersey-ext-mvc-freemarker 3.0.99-SNAPSHOT .......... SUCCESS [  0.978 s]
[INFO] jersey-ext-mvc-jsp 3.0.99-SNAPSHOT ................. SUCCESS [  0.925 s]
[INFO] jersey-ext-mvc-mustache 3.0.99-SNAPSHOT ............ SUCCESS [  1.010 s]
[INFO] jersey-ext-proxy-client 3.0.99-SNAPSHOT ............ SUCCESS [  7.817 s]
[INFO] jersey-ext-rx 3.0.99-SNAPSHOT ...................... SUCCESS [  0.342 s]
[INFO] jersey-ext-rx-client-guava 3.0.99-SNAPSHOT ......... SUCCESS [  1.944 s]
[INFO] jersey-ext-rx-client-rxjava 3.0.99-SNAPSHOT ........ SUCCESS [  2.585 s]
[INFO] jersey-ext-rx-client-rxjava2 3.0.99-SNAPSHOT ....... SUCCESS [  1.886 s]
[INFO] jersey-spring6 3.0.99-SNAPSHOT ..................... SUCCESS [  6.872 s]
[INFO] jersey-wadl-doclet 3.0.99-SNAPSHOT ................. SUCCESS [  1.616 s]
[INFO] jersey-media-json-binding 3.0.99-SNAPSHOT .......... SUCCESS [  1.441 s]
[INFO] project 3.0.99-SNAPSHOT ............................ SUCCESS [  0.321 s]
[INFO] jersey-mp-rest-client 3.0.99-SNAPSHOT .............. SUCCESS [  3.791 s]
[INFO] jersey-mp-config 3.0.99-SNAPSHOT ................... SUCCESS [  3.124 s]
[INFO] jersey-incubator 3.0.99-SNAPSHOT ................... SUCCESS [  0.384 s]
[INFO] jersey-inject-cdi-weld 3.0.99-SNAPSHOT ............. SUCCESS [  7.919 s]
[INFO] jersey-declarative-linking 3.0.99-SNAPSHOT ......... SUCCESS [  3.694 s]
[INFO] jersey-ext-gae-integration 3.0.99-SNAPSHOT ......... SUCCESS [  1.096 s]
[INFO] jersey-media-html-json 3.0.99-SNAPSHOT ............. SUCCESS [  4.774 s]
[INFO] jersey-inject-injectless-client 3.0.99-SNAPSHOT .... SUCCESS [  0.474 s]
[INFO] jersey-media-kryo 3.0.99-SNAPSHOT .................. SUCCESS [  3.112 s]
[INFO] jersey-open-tracing 3.0.99-SNAPSHOT ................ SUCCESS [  1.279 s]
[INFO] jersey-inject-cdi2-se 3.0.99-SNAPSHOT .............. SUCCESS [  6.428 s]
[INFO] jersey-media-json-gson 3.0.99-SNAPSHOT ............. SUCCESS [  1.221 s]
[INFO] jersey-media-json-jettison 3.0.99-SNAPSHOT ......... SUCCESS [  1.305 s]
[INFO] jersey-media-json-processing 3.0.99-SNAPSHOT ....... SUCCESS [  2.228 s]
[INFO] jersey-media-moxy 3.0.99-SNAPSHOT .................. SUCCESS [  1.538 s]
[INFO] jersey-media-multipart 3.0.99-SNAPSHOT ............. SUCCESS [ 10.820 s]
[INFO] jersey-security 3.0.99-SNAPSHOT .................... SUCCESS [  0.319 s]
[INFO] oauth1-signature 3.0.99-SNAPSHOT ................... SUCCESS [  2.248 s]
[INFO] jersey-security 3.0.99-SNAPSHOT .................... SUCCESS [  1.257 s]
[INFO] oauth1-server 3.0.99-SNAPSHOT ...................... SUCCESS [  4.026 s]
[INFO] oauth2-client 3.0.99-SNAPSHOT ...................... SUCCESS [  1.009 s]
[INFO] jersey-test-framework-util 3.0.99-SNAPSHOT ......... SUCCESS [  2.798 s]
[INFO] jersey-tests 3.0.99-SNAPSHOT ....................... SUCCESS [  0.287 s]
[INFO] jersey-tests-e2e 3.0.99-SNAPSHOT ................... SUCCESS [06:45 min]
[INFO] jersey-tests-e2e-client 3.0.99-SNAPSHOT ............ SUCCESS [04:40 min]
[INFO] jersey-tests-e2e-core-common 3.0.99-SNAPSHOT ....... SUCCESS [  4.249 s]
[INFO] jersey-tests-e2e-entity 3.0.99-SNAPSHOT ............ SUCCESS [06:04 min]
[INFO] jersey-tests-e2e-inject 3.0.99-SNAPSHOT ............ SUCCESS [  0.278 s]
[INFO] jersey-tests-e2e-inject-cdi-se 3.0.99-SNAPSHOT ..... SUCCESS [  7.547 s]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld 3.0.99-SNAPSHOT SUCCESS [  7.370 s]
[INFO] e2e-inject-hk2 3.0.99-SNAPSHOT ..................... SUCCESS [  3.685 s]
[INFO] jersey-tests-e2e-server 3.0.99-SNAPSHOT ............ SUCCESS [11:13 min]
[INFO] jersey-tests-e2e-testng 3.0.99-SNAPSHOT ............ SUCCESS [ 10.634 s]
[INFO] jersey-tests-e2e-tls 3.0.99-SNAPSHOT ............... SUCCESS [ 20.328 s]
[INFO] jersey-tests-integration 3.0.99-SNAPSHOT ........... SUCCESS [  0.323 s]
[INFO] jersey-asm-integration 3.0.99-SNAPSHOT ............. SUCCESS [  1.535 s]
[INFO] cdi-integration-project 3.0.99-SNAPSHOT ............ SUCCESS [  0.325 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp 3.0.99-SNAPSHOT SUCCESS [ 10.072 s]
[INFO] jersey-tests-cdi-client 3.0.99-SNAPSHOT ............ SUCCESS [  2.228 s]
[INFO] jersey-tests-cdi-client-on-server 3.0.99-SNAPSHOT .. SUCCESS [  4.544 s]
[INFO] jersey-tests-cdi-ejb-webapp 3.0.99-SNAPSHOT ........ SUCCESS [  2.394 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 3.0.99-SNAPSHOT SUCCESS [  1.853 s]
[INFO] cdi-manually-bound 3.0.99-SNAPSHOT ................. SUCCESS [  4.629 s]
[INFO] jersey-tests-cdi-log-check 3.0.99-SNAPSHOT ......... SUCCESS [  4.493 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib 3.0.99-SNAPSHOT SUCCESS [  0.492 s]
[INFO] jersey-tests-integration-cdi-multimodule-war 3.0.99-SNAPSHOT SUCCESS [  1.926 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 3.0.99-SNAPSHOT SUCCESS [  2.297 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear 3.0.99-SNAPSHOT SUCCESS [  1.743 s]
[INFO] jersey-tests-integration-cdi-multimodule 3.0.99-SNAPSHOT SUCCESS [  0.267 s]
[INFO] jersey-tests-cdi-multipart-webapp 3.0.99-SNAPSHOT .. SUCCESS [  1.892 s]
[INFO] jersey-tests-resource-with-at-context 3.0.99-SNAPSHOT SUCCESS [  3.492 s]
[INFO] cdi-singleton 3.0.99-SNAPSHOT ...................... SUCCESS [  4.158 s]
[INFO] jersey-tests-cdi-webapp 3.0.99-SNAPSHOT ............ SUCCESS [ 11.955 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 3.0.99-SNAPSHOT SUCCESS [  2.502 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 3.0.99-SNAPSHOT SUCCESS [  2.604 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp 3.0.99-SNAPSHOT SUCCESS [  2.475 s]
[INFO] jersey-tests-context-inject-on-server 3.0.99-SNAPSHOT SUCCESS [  8.249 s]
[INFO] jersey-tests-glassfish-inject-on-server 3.0.99-SNAPSHOT SUCCESS [01:17 min]
[INFO] client-connector-provider 3.0.99-SNAPSHOT .......... SUCCESS [  3.466 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib 3.0.99-SNAPSHOT SUCCESS [  0.770 s]
[INFO] jersey-tests-integration-ejb-multimodule-war 3.0.99-SNAPSHOT SUCCESS [  2.093 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear 3.0.99-SNAPSHOT SUCCESS [  0.668 s]
[INFO] jersey-tests-integration-ejb-multimodule 3.0.99-SNAPSHOT SUCCESS [  0.302 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib 3.0.99-SNAPSHOT SUCCESS [  0.739 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 3.0.99-SNAPSHOT SUCCESS [  1.961 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 3.0.99-SNAPSHOT SUCCESS [  2.093 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear 3.0.99-SNAPSHOT SUCCESS [  0.798 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload 3.0.99-SNAPSHOT SUCCESS [  0.386 s]
[INFO] jersey-tests-ejb-webapp 3.0.99-SNAPSHOT ............ SUCCESS [  3.967 s]
[INFO] j-376-reproducer 3.0.99-SNAPSHOT ................... SUCCESS [  3.610 s]
[INFO] jersey-tests-integration-j-441-war1 3.0.99-SNAPSHOT  SUCCESS [  1.857 s]
[INFO] jersey-tests-integration-j-441-war2 3.0.99-SNAPSHOT  SUCCESS [  2.293 s]
[INFO] jersey-tests-integration-j-441-ear 3.0.99-SNAPSHOT . SUCCESS [  0.836 s]
[INFO] jersey-tests-integration-j-441 3.0.99-SNAPSHOT ..... SUCCESS [  0.277 s]
[INFO] jersey-tests-integration-j-59-ejb-lib 3.0.99-SNAPSHOT SUCCESS [  0.434 s]
[INFO] jersey-tests-integration-j-59-cdi-war 3.0.99-SNAPSHOT SUCCESS [  1.973 s]
[INFO] jersey-tests-integration-j-59-ear 3.0.99-SNAPSHOT .. SUCCESS [  0.878 s]
[INFO] jersey-tests-integration-j-59 3.0.99-SNAPSHOT ...... SUCCESS [  0.346 s]
[INFO] jersey-compatibility-jackson14 3.0.99-SNAPSHOT ..... SUCCESS [  1.861 s]
[INFO] jersey-tests-integration-jersey-2136 3.0.99-SNAPSHOT SUCCESS [  3.399 s]
[INFO] jersey-tests-integration-jersey-2137 3.0.99-SNAPSHOT SUCCESS [  2.264 s]
[INFO] jersey-tests-integration-jersey-2154 3.0.99-SNAPSHOT SUCCESS [  2.165 s]
[INFO] jersey-tests-integration-jersey-2421 3.0.99-SNAPSHOT SUCCESS [  1.539 s]
[INFO] jersey-tests-integration-jersey-2776 3.0.99-SNAPSHOT SUCCESS [  5.663 s]
[INFO] jersey-3662 3.0.99-SNAPSHOT ........................ SUCCESS [  2.169 s]
[INFO] jersey-tests-integration-jersey-3670 3.0.99-SNAPSHOT SUCCESS [  2.810 s]
[INFO] jersey-3992 3.0.99-SNAPSHOT ........................ SUCCESS [  3.983 s]
[INFO] jersey-tests-integration-jersey-4003 3.0.99-SNAPSHOT SUCCESS [  3.612 s]
[INFO] jersey-tests-integration-jersey-4099 3.0.99-SNAPSHOT SUCCESS [  4.746 s]
[INFO] jersey-4321 3.0.99-SNAPSHOT ........................ SUCCESS [  2.620 s]
[INFO] jersey-examples 3.0.99-SNAPSHOT .................... SUCCESS [  1.326 s]
[INFO] jersey-examples-server-sent-events-jersey 3.0.99-SNAPSHOT SUCCESS [ 10.736 s]
[INFO] jersey-4507 3.0.99-SNAPSHOT ........................ SUCCESS [  4.320 s]
[INFO] jersey-4542 3.0.99-SNAPSHOT ........................ SUCCESS [  3.781 s]
[INFO] jersey-4697 3.0.99-SNAPSHOT ........................ SUCCESS [  5.933 s]
[INFO] jersey-4722 3.0.99-SNAPSHOT ........................ SUCCESS [  2.228 s]
[INFO] jersey-bundles 3.0.99-SNAPSHOT ..................... SUCCESS [  0.122 s]
[INFO] jersey-bundles-jaxrs-ri 3.0.99-SNAPSHOT ............ SUCCESS [ 29.207 s]
[INFO] microprofile-integration-project 3.0.99-SNAPSHOT ... SUCCESS [  0.566 s]
[INFO] microprofile-config-project 3.0.99-SNAPSHOT ........ SUCCESS [  0.382 s]
[INFO] config-webapp 3.0.99-SNAPSHOT ...................... SUCCESS [  1.307 s]
[INFO] helidon-config-webapp 3.0.99-SNAPSHOT .............. SUCCESS [  4.420 s]
[INFO] jersey-rest-client 3.0.99-SNAPSHOT ................. SUCCESS [  6.649 s]
[INFO] jersey-rest-client-tck 3.0.99-SNAPSHOT ............. SUCCESS [02:53 min]
[INFO] reactive-streams-integration-project 3.0.99-SNAPSHOT SUCCESS [  0.323 s]
[INFO] sse-reactive-streams-tck 3.0.99-SNAPSHOT ........... SUCCESS [ 12.708 s]
[INFO] jersey-tests-integration-jersey-5087 3.0.99-SNAPSHOT SUCCESS [  7.011 s]
[INFO] jersey-tests-integration-jersey-async-filter 3.0.99-SNAPSHOT SUCCESS [  8.691 s]
[INFO] jersey-tests-externalproperties 3.0.99-SNAPSHOT .... SUCCESS [  3.776 s]
[INFO] jersey-tests-component-inject 3.0.99-SNAPSHOT ...... SUCCESS [  3.552 s]
[INFO] jersey-tests-integration-jersey-780 3.0.99-SNAPSHOT  SUCCESS [  3.209 s]
[INFO] jersey-tests-integration-jersey-1107 3.0.99-SNAPSHOT SUCCESS [  3.117 s]
[INFO] jersey-tests-integration-jersey-1223 3.0.99-SNAPSHOT SUCCESS [  2.651 s]
[INFO] jersey-tests-integration-jersey-1604 3.0.99-SNAPSHOT SUCCESS [  4.407 s]
[INFO] jersey-tests-integration-jersey-1667 3.0.99-SNAPSHOT SUCCESS [  2.969 s]
[INFO] jersey-tests-integration-jersey-1883 3.0.99-SNAPSHOT SUCCESS [  3.557 s]
[INFO] jersey-tests-integration-jersey-1928 3.0.99-SNAPSHOT SUCCESS [  3.843 s]
[INFO] jersey-tests-integration-jersey-1960 3.0.99-SNAPSHOT SUCCESS [  3.110 s]
[INFO] jersey-tests-integration-jersey-1964 3.0.99-SNAPSHOT SUCCESS [  3.890 s]
[INFO] jersey-tests-integration-jersey-2031 3.0.99-SNAPSHOT SUCCESS [  4.704 s]
[INFO] jersey-tests-integration-jersey-2160 3.0.99-SNAPSHOT SUCCESS [  3.244 s]
[INFO] jersey-tests-integration-jersey-2164 3.0.99-SNAPSHOT SUCCESS [  3.513 s]
[INFO] jersey-tests-integration-jersey-2167 3.0.99-SNAPSHOT SUCCESS [  2.963 s]
[INFO] jersey-tests-integration-jersey-2176 3.0.99-SNAPSHOT SUCCESS [  4.208 s]
[INFO] jersey-tests-integration-jersey-2184 3.0.99-SNAPSHOT SUCCESS [  3.379 s]
[INFO] jersey-tests-integration-jersey-2255 3.0.99-SNAPSHOT SUCCESS [  4.440 s]
[INFO] jersey-tests-integration-jersey-2322 3.0.99-SNAPSHOT SUCCESS [  2.491 s]
[INFO] jersey-tests-integration-jersey-2335 3.0.99-SNAPSHOT SUCCESS [  3.521 s]
[INFO] jersey-tests-integration-jersey-2551 3.0.99-SNAPSHOT SUCCESS [  2.935 s]
[INFO] jersey-tests-integration-jersey-2612 3.0.99-SNAPSHOT SUCCESS [  3.695 s]
[INFO] jersey-tests-integration-jersey-2637 3.0.99-SNAPSHOT SUCCESS [  3.745 s]
[INFO] jersey-tests-integration-jersey-2654 3.0.99-SNAPSHOT SUCCESS [  2.442 s]
[INFO] jersey-tests-integration-jersey-2673 3.0.99-SNAPSHOT SUCCESS [  4.530 s]
[INFO] jersey-tests-integration-jersey-2689 3.0.99-SNAPSHOT SUCCESS [  3.922 s]
[INFO] jersey-tests-integration-jersey-2704 3.0.99-SNAPSHOT SUCCESS [  3.481 s]
[INFO] jersey-tests-integration-jersey-2794 3.0.99-SNAPSHOT SUCCESS [  2.885 s]
[INFO] jersey-tests-integration-jersey-2846 3.0.99-SNAPSHOT SUCCESS [  8.503 s]
[INFO] jersey-tests-integration-jersey-2878 3.0.99-SNAPSHOT SUCCESS [  3.555 s]
[INFO] jersey-tests-integration-jersey-2892 3.0.99-SNAPSHOT SUCCESS [  5.425 s]
[INFO] jersey-tests-integration-jersey-3796 3.0.99-SNAPSHOT SUCCESS [  5.390 s]
[INFO] jersey-tests-integration-jersey-4949 3.0.99-SNAPSHOT SUCCESS [  3.200 s]
[INFO] jersey-tests-integration-property-check 3.0.99-SNAPSHOT SUCCESS [  2.366 s]
[INFO] jersey-tests-integration-jersey-security-digest 3.0.99-SNAPSHOT SUCCESS [  4.213 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 3.0.99-SNAPSHOT SUCCESS [  2.913 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 3.0.99-SNAPSHOT SUCCESS [  4.593 s]
[INFO] jersey-tests-integration-servlet-2.5-filter 3.0.99-SNAPSHOT SUCCESS [  3.267 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 3.0.99-SNAPSHOT SUCCESS [  2.960 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 3.0.99-SNAPSHOT SUCCESS [  3.821 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 3.0.99-SNAPSHOT SUCCESS [  3.137 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 3.0.99-SNAPSHOT SUCCESS [  2.848 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 3.0.99-SNAPSHOT SUCCESS [  3.350 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 3.0.99-SNAPSHOT SUCCESS [  3.012 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 3.0.99-SNAPSHOT SUCCESS [  3.409 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 3.0.99-SNAPSHOT SUCCESS [  2.843 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 3.0.99-SNAPSHOT SUCCESS [  2.975 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 3.0.99-SNAPSHOT SUCCESS [  5.067 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 3.0.99-SNAPSHOT SUCCESS [  5.087 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 3.0.99-SNAPSHOT SUCCESS [  4.999 s]
[INFO] jersey-tests-integration-servlet-2.5-reload 3.0.99-SNAPSHOT SUCCESS [  2.017 s]
[INFO] jersey-tests-integration-servlet-3-async 3.0.99-SNAPSHOT SUCCESS [  5.196 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io 3.0.99-SNAPSHOT SUCCESS [ 10.047 s]
[INFO] jersey-tests-integration-servlet-3-filter 3.0.99-SNAPSHOT SUCCESS [  3.399 s]
[INFO] jersey-tests-integration-servlet-3-gf-async 3.0.99-SNAPSHOT SUCCESS [  1.237 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 3.0.99-SNAPSHOT SUCCESS [  3.468 s]
[INFO] jersey-tests-integration-servlet-3-init-1 3.0.99-SNAPSHOT SUCCESS [  3.028 s]
[INFO] jersey-tests-integration-servlet-3-init-2 3.0.99-SNAPSHOT SUCCESS [  4.265 s]
[INFO] jersey-tests-integration-servlet-3-init-3 3.0.99-SNAPSHOT SUCCESS [  3.192 s]
[INFO] jersey-tests-integration-servlet-3-init-4 3.0.99-SNAPSHOT SUCCESS [  3.091 s]
[INFO] jersey-tests-integration-servlet-3-init-5 3.0.99-SNAPSHOT SUCCESS [  3.041 s]
[INFO] jersey-tests-integration-servlet-3-init-6 3.0.99-SNAPSHOT SUCCESS [  3.832 s]
[INFO] jersey-tests-integration-servlet-3-init-7 3.0.99-SNAPSHOT SUCCESS [  3.038 s]
[INFO] jersey-tests-integration-servlet-3-init-8 3.0.99-SNAPSHOT SUCCESS [  5.049 s]
[INFO] jersey-tests-integration-servlet-3-init-9 3.0.99-SNAPSHOT SUCCESS [  3.142 s]
[INFO] jersey-tests-integration-servlet-3-init-provider 3.0.99-SNAPSHOT SUCCESS [  4.633 s]
[INFO] jersey-tests-integration-servlet-3-params 3.0.99-SNAPSHOT SUCCESS [  3.778 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 3.0.99-SNAPSHOT SUCCESS [  1.819 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 3.0.99-SNAPSHOT SUCCESS [  2.026 s]
[INFO] jersey-tests-integration-servlet-tests 3.0.99-SNAPSHOT SUCCESS [  5.657 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding 3.0.99-SNAPSHOT SUCCESS [  3.987 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 3.0.99-SNAPSHOT SUCCESS [  4.542 s]
[INFO] jersey-tests-integration-sonar-test 3.0.99-SNAPSHOT  SUCCESS [  4.108 s]
[INFO] jersey-tests-integration-tracing-support 3.0.99-SNAPSHOT SUCCESS [ 15.568 s]
[INFO] jersey-tests-integration-spring6 3.0.99-SNAPSHOT ... SUCCESS [ 10.671 s]
[INFO] jersey-tests-jmockit 3.0.99-SNAPSHOT ............... SUCCESS [  5.670 s]
[INFO] jersey-test-framework-memleak-test-common 3.0.99-SNAPSHOT SUCCESS [  1.050 s]
[INFO] jersey-tests-memleak 3.0.99-SNAPSHOT ............... SUCCESS [  0.401 s]
[INFO] jersey-tests-memleak-redeployment 3.0.99-SNAPSHOT .. SUCCESS [  0.444 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app 3.0.99-SNAPSHOT SUCCESS [  1.829 s]
[INFO] jersey-examples-webapp-parent-pom 3.0.99-SNAPSHOT .. SUCCESS [  2.180 s]
[INFO] jersey-examples-helloworld-webapp 3.0.99-SNAPSHOT .. SUCCESS [  4.924 s]
[INFO] jersey-test-framework-maven 3.0.99-SNAPSHOT ........ SUCCESS [  0.417 s]
[INFO] jersey-test-framework-maven-container-runner-plugin 3.0.99-SNAPSHOT SUCCESS [ 11.954 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref 3.0.99-SNAPSHOT SUCCESS [  0.660 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app 3.0.99-SNAPSHOT SUCCESS [  0.769 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app 3.0.99-SNAPSHOT SUCCESS [  0.751 s]
[INFO] jersey-tests-memleak-testcase 3.0.99-SNAPSHOT ...... SUCCESS [  0.290 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak 3.0.99-SNAPSHOT SUCCESS [  1.724 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak 3.0.99-SNAPSHOT SUCCESS [  1.401 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client 3.0.99-SNAPSHOT SUCCESS [  0.760 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app 3.0.99-SNAPSHOT SUCCESS [  1.216 s]
[INFO] jersey-tests-osgi 3.0.99-SNAPSHOT .................. SUCCESS [  0.280 s]
[INFO] jersey-tests-osgi-functional 3.0.99-SNAPSHOT ....... SUCCESS [01:22 min]
[INFO] jersey-tests-stress 3.0.99-SNAPSHOT ................ SUCCESS [  4.140 s]
[INFO] jersey-tests-performance 3.0.99-SNAPSHOT ........... SUCCESS [  0.562 s]
[INFO] performance-test-benchmarks 3.0.99-SNAPSHOT ........ SUCCESS [  8.091 s]
[INFO] jersey-tests-performance-runners 3.0.99-SNAPSHOT ... SUCCESS [  0.487 s]
[INFO] jersey-grizzly-runner 3.0.99-SNAPSHOT .............. SUCCESS [  2.164 s]
[INFO] jersey-tests-performance-testcase 3.0.99-SNAPSHOT .. SUCCESS [  0.402 s]
[INFO] jersey-tests-performance-assemblies 3.0.99-SNAPSHOT  SUCCESS [  0.564 s]
[INFO] jersey-tests-performance-filter-dynamic-test 3.0.99-SNAPSHOT SUCCESS [  3.130 s]
[INFO] jersey-tests-performance-filter-global-test 3.0.99-SNAPSHOT SUCCESS [  3.011 s]
[INFO] jersey-tests-performance-filter-name-test 3.0.99-SNAPSHOT SUCCESS [  3.016 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test 3.0.99-SNAPSHOT SUCCESS [  3.149 s]
[INFO] jersey-tests-performance-interceptor-global-test 3.0.99-SNAPSHOT SUCCESS [  2.777 s]
[INFO] jersey-tests-performance-interceptor-name-test 3.0.99-SNAPSHOT SUCCESS [  3.137 s]
[INFO] jersey-tests-performance-custom-provider-test 3.0.99-SNAPSHOT SUCCESS [  3.500 s]
[INFO] jersey-tests-performance-json-jackson-test 3.0.99-SNAPSHOT SUCCESS [  1.717 s]
[INFO] jersey-tests-performance-json-moxy-test 3.0.99-SNAPSHOT SUCCESS [  4.558 s]
[INFO] jersey-tests-performance-mbw-kryo-test 3.0.99-SNAPSHOT SUCCESS [  3.669 s]
[INFO] jersey-tests-performance-text-plain-test 3.0.99-SNAPSHOT SUCCESS [  2.702 s]
[INFO] jersey-tests-performance-xml-jaxb-test 3.0.99-SNAPSHOT SUCCESS [  3.881 s]
[INFO] jersey-tests-performance-xml-moxy-test 3.0.99-SNAPSHOT SUCCESS [  4.047 s]
[INFO] jersey-tests-performance-param-srl 3.0.99-SNAPSHOT . SUCCESS [  3.000 s]
[INFO] jersey-tests-performance-proxy-injection-test 3.0.99-SNAPSHOT SUCCESS [  2.585 s]
[INFO] performance-test-tools 3.0.99-SNAPSHOT ............. SUCCESS [  1.289 s]
[INFO] jersey-release-test 3.0.99-SNAPSHOT ................ SUCCESS [  2.627 s]
[INFO] jersey-agnostic-test 1.0.8 ......................... SUCCESS [  4.363 s]
[INFO] jersey-examples-assemblies 3.0.99-SNAPSHOT ......... SUCCESS [  0.590 s]
[INFO] jersey-examples-bookmark 3.0.99-SNAPSHOT ........... SUCCESS [  4.134 s]
[INFO] jersey-examples-bookmark-em 3.0.99-SNAPSHOT ........ SUCCESS [  2.955 s]
[INFO] jersey-examples-bookstore-webapp 3.0.99-SNAPSHOT ... SUCCESS [  2.178 s]
[INFO] jersey-examples-cdi-webapp 3.0.99-SNAPSHOT ......... SUCCESS [  9.706 s]
[INFO] jersey-examples-clipboard 3.0.99-SNAPSHOT .......... SUCCESS [  4.548 s]
[INFO] jersey-examples-clipboard-programmatic 3.0.99-SNAPSHOT SUCCESS [  3.376 s]
[INFO] jersey-examples-configured-client 3.0.99-SNAPSHOT .. SUCCESS [  4.285 s]
[INFO] jersey-examples-declarative-linking 3.0.99-SNAPSHOT  SUCCESS [  4.480 s]
[INFO] jersey-examples-entity-filtering 3.0.99-SNAPSHOT ... SUCCESS [  6.216 s]
[INFO] jersey-examples-entity-filtering-selectable 3.0.99-SNAPSHOT SUCCESS [  5.671 s]
[INFO] jersey-examples-entity-filtering-security 3.0.99-SNAPSHOT SUCCESS [  5.227 s]
[INFO] jersey-examples-extended-wadl-webapp 3.0.99-SNAPSHOT SUCCESS [ 12.511 s]
[INFO] jersey-examples-exception-mapping 3.0.99-SNAPSHOT .. SUCCESS [  4.552 s]
[INFO] jersey-examples-freemarker-webapp 3.0.99-SNAPSHOT .. SUCCESS [  4.631 s]
[INFO] jersey-examples-groovy 3.0.99-SNAPSHOT ............. SUCCESS [ 11.842 s]
[INFO] jersey-examples-helloworld 3.0.99-SNAPSHOT ......... SUCCESS [  4.590 s]
[INFO] jersey-examples-helloworld-benchmark 3.0.99-SNAPSHOT SUCCESS [  5.320 s]
[INFO] jersey-examples-helloworld-cdi2-se 3.0.99-SNAPSHOT . SUCCESS [  5.317 s]
[INFO] jersey-examples-helloworld-netty 3.0.99-SNAPSHOT ... SUCCESS [  4.305 s]
[INFO] jersey-examples-helloworld-programmatic 3.0.99-SNAPSHOT SUCCESS [  3.873 s]
[INFO] jersey-examples-helloworld-pure-jax-rs 3.0.99-SNAPSHOT SUCCESS [  2.473 s]
[INFO] jersey-examples-helloworld-weld 3.0.99-SNAPSHOT .... SUCCESS [03:31 min]
[INFO] jersey-examples-http-patch 3.0.99-SNAPSHOT ......... SUCCESS [  4.816 s]
[INFO] jersey-examples-http-trace 3.0.99-SNAPSHOT ......... SUCCESS [  4.311 s]
[INFO] jersey-examples-https-clientserver-grizzly 3.0.99-SNAPSHOT SUCCESS [  4.072 s]
[INFO] jersey-examples-https-server-glassfish 3.0.99-SNAPSHOT SUCCESS [  2.203 s]
[INFO] jersey-examples-java8-webapp 3.0.99-SNAPSHOT ....... SUCCESS [  3.593 s]
[INFO] jersey-examples-jaxb 3.0.99-SNAPSHOT ............... SUCCESS [  5.886 s]
[INFO] jersey-examples-jaxrs-types-injection 3.0.99-SNAPSHOT SUCCESS [  4.433 s]
[INFO] jersey-examples-ejb 3.0.99-SNAPSHOT ................ SUCCESS [  2.192 s]
[INFO] jersey-examples-json-binding-webapp 3.0.99-SNAPSHOT  SUCCESS [  2.541 s]
[INFO] jersey-examples-json-jackson 3.0.99-SNAPSHOT ....... SUCCESS [  4.664 s]
[INFO] jersey-examples-json-jettison 3.0.99-SNAPSHOT ...... SUCCESS [  4.582 s]
[INFO] jersey-examples-json-moxy 3.0.99-SNAPSHOT .......... SUCCESS [  4.434 s]
[INFO] jersey-examples-json-processing-webapp 3.0.99-SNAPSHOT SUCCESS [  4.894 s]
[INFO] jersey-examples-json-with-padding 3.0.99-SNAPSHOT .. SUCCESS [  5.383 s]
[INFO] jersey-examples-managed-beans-webapp 3.0.99-SNAPSHOT SUCCESS [  2.102 s]
[INFO] jersey-examples-managed-client 3.0.99-SNAPSHOT ..... SUCCESS [  3.680 s]
[INFO] jersey-examples-managed-client-webapp 3.0.99-SNAPSHOT SUCCESS [  4.178 s]
[INFO] jersey-examples-managed-client-simple-webapp 3.0.99-SNAPSHOT SUCCESS [  3.888 s]
[INFO] jersey-examples-multipart-webapp 3.0.99-SNAPSHOT ... SUCCESS [  4.759 s]
[INFO] jersey-micrometer-example-webapp 3.0.99-SNAPSHOT ... SUCCESS [  2.936 s]
[INFO] jersey-examples-open-tracing 3.0.99-SNAPSHOT ....... SUCCESS [  1.792 s]
[INFO] jersey-examples-osgi-helloworld-webapp 3.0.99-SNAPSHOT SUCCESS [  0.117 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib 3.0.99-SNAPSHOT SUCCESS [  3.308 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional 3.0.99-SNAPSHOT SUCCESS [  0.545 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version 3.0.99-SNAPSHOT SUCCESS [  0.480 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab 3.0.99-SNAPSHOT SUCCESS [  2.008 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test 3.0.99-SNAPSHOT SUCCESS [  2.262 s]
[INFO] oauth-client-twitter 3.0.99-SNAPSHOT ............... SUCCESS [  0.837 s]
[INFO] jersey-examples-reload 3.0.99-SNAPSHOT ............. SUCCESS [  4.987 s]
[INFO] jersey-examples-rx-client-webapp 3.0.99-SNAPSHOT ... SUCCESS [ 23.745 s]
[INFO] jersey-examples-server-async 3.0.99-SNAPSHOT ....... SUCCESS [  7.482 s]
[INFO] jersey-examples-server-async-managed 3.0.99-SNAPSHOT SUCCESS [  7.799 s]
[INFO] jersey-examples-server-async-standalone 3.0.99-SNAPSHOT SUCCESS [  0.140 s]
[INFO] jersey-examples-server-async-standalone-client 3.0.99-SNAPSHOT SUCCESS [  1.245 s]
[INFO] jersey-examples-server-async-standalone-webapp 3.0.99-SNAPSHOT SUCCESS [  0.603 s]
[INFO] jersey-examples-server-sent-events-jaxrs 3.0.99-SNAPSHOT SUCCESS [  4.422 s]
[INFO] jersey-examples-servlet3-webapp 3.0.99-SNAPSHOT .... SUCCESS [  4.374 s]
[INFO] jersey-examples-simple-console 3.0.99-SNAPSHOT ..... SUCCESS [  5.166 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp 3.0.99-SNAPSHOT SUCCESS [  7.828 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp 3.0.99-SNAPSHOT SUCCESS [ 17.524 s]
[INFO] jersey-examples-sse-twitter-aggregator 3.0.99-SNAPSHOT SUCCESS [  3.154 s]
[INFO] jersey-examples-system-properties 3.0.99-SNAPSHOT .. SUCCESS [  4.356 s]
[INFO] jersey-examples-moxy 3.0.99-SNAPSHOT ............... SUCCESS [  4.958 s]
[INFO] jersey-examples-helloworld-spring-webapp 3.0.99-SNAPSHOT SUCCESS [  2.015 s]
[INFO] helloworld-spring-annotations 3.0.99-SNAPSHOT ...... SUCCESS [  2.980 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules 3.0.99-SNAPSHOT SUCCESS [  2.895 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:08 h
[INFO] Finished at: 2024-03-27T18:49:29Z
[INFO] ------------------------------------------------------------------------
+ bash /home/jenkins/agent/workspace/ci-cd-integration_3.0/etc/scripts/validation/dependency-convergence.sh
Validating convergences for Jersey 3.0.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/jdk-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] Artifact jakarta.inject:jakarta.inject-api:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public, default, releases)]
[INFO] Artifact jakarta.inject:jakarta.inject-api:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public, default, releases)]
[INFO] Artifact jakarta.annotation:jakarta.annotation-api:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public, default, releases)]
[INFO] Artifact jakarta.annotation:jakarta.annotation-api:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public, default, releases)]
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (default-cli) @ dependency-convergences ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.093 s
[INFO] Finished at: 2024-03-27T18:50:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (default-cli) on project dependency-convergences: 
[ERROR] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message:
[ERROR] Failed while enforcing releasability.
[ERROR] 
[ERROR] Dependency convergence error for commons-logging:commons-logging:jar:1.2 paths to dependency are:
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.connectors:jersey-apache-connector:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-org.apache.httpcomponents:httpclient:jar:4.5.14:compile
[ERROR]       +-commons-logging:commons-logging:jar:1.2:compile
[ERROR] and
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.examples:helloworld-spring-webapp:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-commons-logging:commons-logging:jar:1.3.0:compile
[ERROR] and
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.examples:helloworld-spring-annotations:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-commons-logging:commons-logging:jar:1.2:compile
[ERROR] 
[ERROR] 
[ERROR] Dependency convergence error for org.slf4j:slf4j-api:jar:2.0.12 paths to dependency are:
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.containers:jersey-container-jetty-http:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-org.slf4j:slf4j-api:jar:2.0.12:compile
[ERROR] and
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.connectors:jersey-grizzly-connector:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-org.slf4j:slf4j-api:jar:2.0.12:compile
[ERROR] and
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.connectors:jersey-jetty-http2-connector:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-org.eclipse.jetty.http2:http2-client:jar:11.0.20:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:2.0.9:compile
[ERROR] and
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.connectors:jersey-jetty-http2-connector:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-org.eclipse.jetty.http2:http2-http-client-transport:jar:11.0.20:compile
[ERROR]       +-org.eclipse.jetty:jetty-alpn-java-client:jar:11.0.20:compile
[ERROR]         +-org.slf4j:slf4j-api:jar:2.0.9:compile
[ERROR] and
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.connectors:jersey-jetty-http2-connector:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-org.eclipse.jetty.http2:http2-http-client-transport:jar:11.0.20:compile
[ERROR]       +-org.slf4j:slf4j-api:jar:2.0.9:compile
[ERROR] and
[ERROR] +-org.glassfish.jersey.validation:dependency-convergences:war:0.0.1
[ERROR]   +-org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:jar:3.0.99-SNAPSHOT:compile
[ERROR]     +-org.slf4j:slf4j-api:jar:2.0.12:compile
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[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

GitHub has been notified of this commit’s build result

Finished: SUCCESS