Skip to content
Success

Console Output

[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >--
[INFO] Building jersey-tests-resource-with-at-context 3.1.0-SNAPSHOT  [121/281]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-resource-with-at-context ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-resource-with-at-context ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ cdi-resource-with-at-context ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ cdi-resource-with-at-context ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/buildPRbranch
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-resource-with-at-context ---
[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) @ cdi-resource-with-at-context ---
[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) @ cdi-resource-with-at-context ---
[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) @ cdi-resource-with-at-context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-resource-with-at-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-resource-with-at-context ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-resource-with-at-context ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ cdi-resource-with-at-context ---
[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.tests.cdi.resourceatcontext.ResourceWithConstructorTest
May 06, 2022 10:38:57 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.2 (Final)
May 06, 2022 10:38:58 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:38:58 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
May 06, 2022 10:38:58 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 10:38:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c1c256fd-7fcc-4477-bb5f-cb128881ab0b initialized
May 06, 2022 10:38:58 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
May 06, 2022 10:38:58 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
May 06, 2022 10:38:58 AM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
May 06, 2022 10:38:58 AM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
May 06, 2022 10:38:58 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 06, 2022 10:38:58 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
May 06, 2022 10:38:59 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
May 06, 2022 10:38:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
May 06, 2022 10:38:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c1c256fd-7fcc-4477-bb5f-cb128881ab0b shut down
May 06, 2022 10:38:59 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: 2.542 s - in org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest
[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) @ cdi-resource-with-at-context ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-resource-with-at-context ---
[INFO] Building jar: /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-resource-with-at-context ---
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.1.0-SNAPSHOT/cdi-resource-with-at-context-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.1.0-SNAPSHOT/cdi-resource-with-at-context-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/buildPRbranch/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/3.1.0-SNAPSHOT/cdi-resource-with-at-context-3.1.0-SNAPSHOT-sources.jar