Skip to content
Success

Console Output

[INFO] 
[INFO] -----------< org.glassfish.jersey.examples:helloworld-weld >------------
[INFO] Building jersey-examples-helloworld-weld 3.1.0-SNAPSHOT        [238/281]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.pom (4.8 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/4.0.0/istack-commons-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/4.0.0/istack-commons-4.0.0.pom (23 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.jar (30 kB at 277 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helloworld-weld ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ helloworld-weld ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ helloworld-weld ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-weld ---
[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-weld ---
[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-weld ---
[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-weld ---
[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-weld ---
[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-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helloworld-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-weld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/target/test-classes
[INFO] /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java: /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ helloworld-weld ---
[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.RequestScopedResourceTest
May 06, 2022 9:31:52 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.2 (Final)
May 06, 2022 9:31:53 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 9:31:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:31:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 150b75b3-b14c-48e7-8ae0-7b972ddc9941 initialized
May 06, 2022 9:31:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:31:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:31:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 06, 2022 9:31:55 AM org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner runChild
INFO: Waiting for 1000 requests to finish...

May 06, 2022 9:31:57 AM org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner runChild
INFO: Waiting for 536 requests to finish...

May 06, 2022 9:31:59 AM org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner runChild
INFO: Waiting for 10 requests to finish...

May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
SYNC: 321, ASYNC: 320, STRAIGHT: 359
May 06, 2022 9:32:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 150b75b3-b14c-48e7-8ae0-7b972ddc9941 shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.794 s - in org.glassfish.jersey.examples.helloworld.RequestScopedResourceTest
[INFO] Running org.glassfish.jersey.examples.helloworld.HelloWorldTest
May 06, 2022 9:32:01 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 9:32:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:32:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7afe1200-011d-4096-ad59-4f5e58fa0f66 initialized
May 06, 2022 9:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
May 06, 2022 9:32:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7afe1200-011d-4096-ad59-4f5e58fa0f66 shut down
May 06, 2022 9:32:01 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: 0.294 s - in org.glassfish.jersey.examples.helloworld.HelloWorldTest
[INFO] Running org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest
May 06, 2022 9:32:01 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 9:32:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:32:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9913acad-7982-45a4-9c73-94d2077b743d initialized
May 06, 2022 9:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 06, 2022 9:32:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9913acad-7982-45a4-9c73-94d2077b743d shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 s - in org.glassfish.jersey.examples.helloworld.RequestScopeAlignmentTest
[INFO] Running org.glassfish.jersey.examples.helloworld.AppScopedResourceTest
May 06, 2022 9:32:01 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 9:32:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 9:32:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2c8ca31d-f0cd-41fd-b37e-7c2f3b125a62 initialized
May 06, 2022 9:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 9:32:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
May 06, 2022 9:32:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2c8ca31d-f0cd-41fd-b37e-7c2f3b125a62 shut down
May 06, 2022 9:32:01 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: 0.178 s - in org.glassfish.jersey.examples.helloworld.AppScopedResourceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ helloworld-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/target/helloworld-weld.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-weld ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/target/helloworld-weld-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-weld ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/target/helloworld-weld.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.1.0-SNAPSHOT/helloworld-weld-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.1.0-SNAPSHOT/helloworld-weld-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/examples/helloworld-weld/target/helloworld-weld-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-weld/3.1.0-SNAPSHOT/helloworld-weld-3.1.0-SNAPSHOT-sources.jar