Skip to content
Success

Console Output

[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:rx-client-webapp >-----------
[INFO] Building jersey-examples-rx-client-webapp 3.1.0-SNAPSHOT       [267/281]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rx-client-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ rx-client-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ rx-client-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ rx-client-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ rx-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rx-client-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ rx-client-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rx-client-webapp ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.rx.RxClientsTest
May 06, 2022 9:33:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:33:15 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:33:15 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
{
  "visited" : [ {
    "destination" : "Liechtenstein"
  }, {
    "destination" : "Costa Rica"
  }, {
    "destination" : "Kazakhstan"
  }, {
    "destination" : "Georgia"
  }, {
    "destination" : "Venezuela"
  } ],
  "recommended" : [ {
    "destination" : "Azerbaijan",
    "forecast" : "Clear",
    "price" : 4462
  }, {
    "destination" : "Nicaragua",
    "forecast" : "Snow Showers",
    "price" : 5643
  }, {
    "destination" : "Rwanda",
    "forecast" : "Chance of Rain",
    "price" : 530
  }, {
    "destination" : "Albania",
    "forecast" : "Mist",
    "price" : 7256
  }, {
    "destination" : "Uruguay",
    "forecast" : "Light Snow",
    "price" : 6972
  } ],
  "processingTime" : 860
}
Processing Time: 860
May 06, 2022 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:33:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:33:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:33:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
{
  "visited" : [ {
    "destination" : "Guinea-Bissau"
  }, {
    "destination" : "Iran"
  }, {
    "destination" : "Barbados"
  }, {
    "destination" : "Ireland"
  }, {
    "destination" : "Honduras"
  } ],
  "recommended" : [ {
    "destination" : "Ethiopia",
    "forecast" : "Icy",
    "price" : 8991
  }, {
    "destination" : "Israel",
    "forecast" : "Hail",
    "price" : 984
  }, {
    "destination" : "South Sudan",
    "forecast" : "Partly Sunny",
    "price" : 901
  }, {
    "destination" : "Serbia",
    "forecast" : "Chance of Rain",
    "price" : 5631
  }, {
    "destination" : "Guinea",
    "forecast" : "Storm",
    "price" : 6939
  } ],
  "processingTime" : 988
}
Processing Time: 988
May 06, 2022 9:33:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:33:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:33:20 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:33:20 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
{
  "visited" : [ {
    "destination" : "Suriname"
  }, {
    "destination" : "Bulgaria"
  }, {
    "destination" : "Tuvalu"
  }, {
    "destination" : "Tunisia"
  }, {
    "destination" : "Kosovo"
  } ],
  "recommended" : [ {
    "destination" : "Senegal",
    "forecast" : "Fog",
    "price" : 7425
  }, {
    "destination" : "Brazil",
    "forecast" : "Icy",
    "price" : 3226
  }, {
    "destination" : "Belarus",
    "forecast" : "Mostly Cloudy",
    "price" : 7894
  }, {
    "destination" : "Comoros",
    "forecast" : "Thunderstorm",
    "price" : 4304
  }, {
    "destination" : "Nicaragua",
    "forecast" : "Mist",
    "price" : 5906
  } ],
  "processingTime" : 865
}
Processing Time: 865
May 06, 2022 9:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:33:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:33:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
{
  "visited" : [ {
    "destination" : "Argentina"
  }, {
    "destination" : "Rwanda"
  }, {
    "destination" : "Thailand"
  }, {
    "destination" : "Venezuela"
  }, {
    "destination" : "Mozambique"
  } ],
  "recommended" : [ {
    "destination" : "Egypt",
    "forecast" : "Scattered Showers",
    "price" : 2189
  }, {
    "destination" : "Georgia",
    "forecast" : "Scattered Showers",
    "price" : 426
  }, {
    "destination" : "Samoa",
    "forecast" : "Dust",
    "price" : 1607
  }, {
    "destination" : "Sao Tome & Principe",
    "forecast" : "Partly Cloudy",
    "price" : 1164
  }, {
    "destination" : "Malaysia",
    "forecast" : "Cloudy",
    "price" : 3727
  } ],
  "processingTime" : 966
}
Processing Time: 966
May 06, 2022 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:33:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:33:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:33:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
{
  "visited" : [ {
    "destination" : "Panama"
  }, {
    "destination" : "Sierra Leone"
  }, {
    "destination" : "Cote d'Ivoire"
  }, {
    "destination" : "Azerbaijan"
  }, {
    "destination" : "Congo"
  } ],
  "recommended" : [ {
    "destination" : "Lebanon",
    "forecast" : "Cloudy",
    "price" : 8697
  }, {
    "destination" : "Syria",
    "forecast" : "Light Rain",
    "price" : 5342
  }, {
    "destination" : "Zambia",
    "forecast" : "Hail",
    "price" : 9526
  }, {
    "destination" : "New Zealand",
    "forecast" : "Chance of Storm",
    "price" : 8748
  }, {
    "destination" : "Hungary",
    "forecast" : "Partly Cloudy",
    "price" : 5171
  } ],
  "processingTime" : 4538
}
Processing Time: 4538
May 06, 2022 9:33:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.49 s - in org.glassfish.jersey.examples.rx.RxClientsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-war-plugin:3.3.1:war (default-war) @ rx-client-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rx-client-webapp] in [/home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/target/rx-client-webapp]
[INFO] Processing war project
[INFO] Building war: /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/target/rx-client-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ rx-client-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/target/rx-client-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ rx-client-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/target/rx-client-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.1.0-SNAPSHOT/rx-client-webapp-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.1.0-SNAPSHOT/rx-client-webapp-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/rx-client-webapp/target/rx-client-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/rx-client-webapp/3.1.0-SNAPSHOT/rx-client-webapp-3.1.0-SNAPSHOT-sources.jar