Skip to content
Success

Console Output

[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-cdi2-se >----------
[INFO] Building jersey-examples-helloworld-cdi2-se 3.1.0-SNAPSHOT     [234/281]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helloworld-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-cdi2-se ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-cdi2-se ---
[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) @ helloworld-cdi2-se ---
[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) @ helloworld-cdi2-se ---
[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) @ helloworld-cdi2-se ---
[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) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ helloworld-cdi2-se ---
[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.helloworld.cdi2se.HelloWorldTest
May 06, 2022 10:49:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:49:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:49:06 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.2 (Final)
May 06, 2022 10:49:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 06, 2022 10:49:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cff4d0a9-bd25-40cc-b975-ae330a18346a initialized
May 06, 2022 10:49:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:49:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 06, 2022 10:49:07 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 06, 2022 10:49:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a4b7c87e-1f28-4ec2-9eec-cc49d9a107a6 initialized
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cff4d0a9-bd25-40cc-b975-ae330a18346a shut down
May 06, 2022 10:49:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a4b7c87e-1f28-4ec2-9eec-cc49d9a107a6 shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.399 s - in org.glassfish.jersey.examples.helloworld.cdi2se.HelloWorldTest
[INFO] Running org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest
May 06, 2022 10:49:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:49:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:49:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 218890a8-4c62-45b2-8d2c-9fb32467e647 initialized
May 06, 2022 10:49:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:49:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
May 06, 2022 10:49:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c145fa9d-db61-4516-80f4-7b728813320e initialized
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 218890a8-4c62-45b2-8d2c-9fb32467e647 shut down
May 06, 2022 10:49:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c145fa9d-db61-4516-80f4-7b728813320e shut down
May 06, 2022 10:49:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:49:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:49:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4ab7d784-2f54-42bd-b1ed-b8237cf77f32 initialized
May 06, 2022 10:49:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:49:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
May 06, 2022 10:49:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2e56c7bc-3eff-4d31-836a-1cbab7bdbf93 initialized
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4ab7d784-2f54-42bd-b1ed-b8237cf77f32 shut down
May 06, 2022 10:49:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 10:49:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2e56c7bc-3eff-4d31-836a-1cbab7bdbf93 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s - in org.glassfish.jersey.examples.helloworld.cdi2se.CounterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/target/helloworld-cdi2-se.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.1.0-SNAPSHOT/helloworld-cdi2-se-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.1.0-SNAPSHOT/helloworld-cdi2-se-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-cdi2-se/target/helloworld-cdi2-se-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-cdi2-se/3.1.0-SNAPSHOT/helloworld-cdi2-se-3.1.0-SNAPSHOT-sources.jar