Skip to content
Success

Console Output

[INFO] 
[INFO] ----------------< org.glassfish.jersey.examples:reload >----------------
[INFO] Building jersey-examples-reload 3.1.0-SNAPSHOT                 [266/281]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0-alpha-2/properties-maven-plugin-1.0-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0-alpha-2/properties-maven-plugin-1.0-alpha-2.pom (3.8 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/21/mojo-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/21/mojo-parent-21.pom (19 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0-alpha-2/properties-maven-plugin-1.0-alpha-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0-alpha-2/properties-maven-plugin-1.0-alpha-2.jar (15 kB at 226 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ reload ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ reload ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:build-classpath (default) @ reload ---
[INFO] Wrote classpath file '/home/jenkins/agent/workspace/buildPRbranch/examples/reload/target/classpath.properties'.
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (read-project-properties) @ reload ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 4.0 MB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ reload ---
[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) @ reload ---
[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) @ reload ---
[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) @ reload ---
[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) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/reload/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/reload/target/classes
[INFO] /home/jenkins/agent/workspace/buildPRbranch/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: /home/jenkins/agent/workspace/buildPRbranch/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/buildPRbranch/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/reload/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/buildPRbranch/examples/reload/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ reload ---
[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.reload.ReloadTest
May 06, 2022 9:33:11 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:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 9:33:12 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:33:12 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 06, 2022 9:33:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 9:33:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 9:33:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.49 s - in org.glassfish.jersey.examples.reload.ReloadTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/reload/target/reload.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/reload/target/reload-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ reload ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/reload/target/reload.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.1.0-SNAPSHOT/reload-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.1.0-SNAPSHOT/reload-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/reload/target/reload-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/reload/3.1.0-SNAPSHOT/reload-3.1.0-SNAPSHOT-sources.jar