Started by upstream project "continuous-integration/ci_jenkins" build number 31 originally caused by: Started by user Maxim Nesen Running as Maxim Nesen Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-8l2ph is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-8l2ph" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-8l2ph" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-8l2ph" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-8l2ph in /home/jenkins/agent/workspace/single_ci_build [Pipeline] { [Pipeline] tool [Pipeline] tool [Pipeline] stage [Pipeline] { (Fetch from git) [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/senivam/jersey.git > git init /home/jenkins/agent/workspace/single_ci_build # timeout=10 Fetching upstream changes from https://github.com/senivam/jersey.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/senivam/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 68323f186dad94210f6b5bbcad91dd946f5ce582 (refs/remotes/origin/ci_jenkins) > git config remote.origin.url https://github.com/senivam/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/ci_jenkins^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68323f186dad94210f6b5bbcad91dd946f5ce582 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b ci_jenkins 68323f186dad94210f6b5bbcad91dd946f5ce582 # timeout=10 Commit message: "CI env for Jenkins" > git rev-list --no-walk 981b49d7268ff8fb412c952e26863be9589cfd90 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build ci_jenkins -Ptravis_e2e_skip) [Pipeline] sh + bash etc/travis/travis.sh -Ptravis_e2e_skip Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 16.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-16/16.0.1+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" Maven home: /opt/tools/apache-maven/latest Java version: 16.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-16/16.0.1+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-common --- WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.glassfish.jersey.client.JerseyClientBuilderTest Jun 29, 2021 2:17:06 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Jun 29, 2021 2:17:06 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jerseWARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jun 29, 2021 2:17:36 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:17:36 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. INFO: Simple-http server started on base uri: http://localhost:9998/ Jun 29, 2021 2:18:04 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jun 29, 2021 2:18:04 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. INFO: [HttpServer-9] Started. Jun 29, 2021 2:18:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest INFO: Long running post operation finished on thread async-post-runner-2 Jun 29, 2021 2:19:04 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jun 29, 2021 2:19:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] 2021-06-29 14:19:36.171:INFO:oejs.AbstractConnector:main: Started ServerConnector@5a6195b8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2021-06-29 14:19:36.171:INFO:oejs.Server:main: Started @3443ms CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called 2021-06-29 14:19:36.183:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5a6195b8{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jersey-cdi-rs-inject --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:2.35-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/single_ci_build/core-common/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:2.35-SNAPSHOT'. Trying to invoke it... INFO: [HttpServer-2] Started. Jun 29, 2021 2:20:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s - in org.glassfish.jersey.media.sse.EmptyEventsTest [INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/incubator/gae-integration/target/jersey-gae-integration-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.35-SNAPSHOT/jersey-gae-integration-2.35-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.glassfish.jersey.media:html-json >---------------- [INFO] Building jersey-media-html-json 2.35-SNAPSHOT [79/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Copying 385 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 140 source files to /home/jenkins/agent/workspace/single_ci_build/tests/e2e-entity/target/test-classes [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ cdi-resource-with-at-context --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase Jun 29, 2021 2:22:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey2184.Jersey2184ITCase Jun 29, 2021 2:23:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/zoo [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s - in org.glassfish.jersey.tests.integration.jersey2184.Jersey2184ITCase INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:23:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:23:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest o 'javax.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'javax.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 Jun 29, 2021 2:25:00 PM 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. Jun 29, 2021 2:25:00 PM 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. WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Jun 29, 2021 2:25:11 PM 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. Jun 29, 2021 2:25:11 PM 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. WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Jun 29, 2021 2:25:11 PM 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. Jun 29, 2021 2:25:11 PM 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. WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Jun 29, 2021 2:25:11 PM 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. Jun 29, 2021 2:25:11 PM 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. WARN: WELD-000167: Class org.eclipse.microprofile.rest.client.tck.cditests.HasRequestScopeTest$MyRequestScopedApi is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean! Jun 29, 2021 2:25:11 PM 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. Jun 29, 2021 2:25:11 PM 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. Jun 29, 2021 2:25:11 PM 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. Jun 29, 2021 2:25:11 PM 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. [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Jun 29, 2021 2:25:11 PM 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. [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed Jun 29, 2021 2:25:11 PM 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. [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed 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. [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed 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. Jun 29, 2021 2:31:28 PM 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. Jun 29, 2021 2:31:28 PM 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. [INFO] node0 Scavenging every 600000ms Jun 29, 2021 2:32:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jun 29, 2021 2:32:06 PM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 6.2.0.Final ERROR: An error was encountered with the build. Tailing the last 500 lines of output: [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase Jun 29, 2021 2:32:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:32:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Item XML is: SvejkJaroslav HaĊĦek Jun 29, 2021 2:32:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:32:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.934 s - in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_3.BookstoreITCase Jun 29, 2021 2:32:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:32:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:32:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.BookstoreITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.4.42.v20210604:stop (stop-jetty) @ servlet-2.5-mvc-3 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (delete-tld) @ servlet-2.5-mvc-3 --- [INFO] Stopped ServerConnector@495e8c14{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] node0 Stopped scavenging [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF/taglib.tld [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-mvc-3 --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-mvc-3 --- [INFO] Skipping artifact installation [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-reload >------ [INFO] Building jersey-tests-integration-servlet-2.5-reload 2.35-SNAPSHOT [223/363] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-reload --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-reload --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ servlet-2.5-reload --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ servlet-2.5-reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/single_ci_build [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-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) @ servlet-2.5-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) @ servlet-2.5-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) @ servlet-2.5-reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-reload --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-reload --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ servlet-2.5-reload --- [INFO] [INFO] --- maven-war-plugin:3.3.1:war (default-war) @ servlet-2.5-reload --- [INFO] Packaging webapp [INFO] Assembling webapp [servlet-2.5-reload] in [/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-2.35-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-2.35-SNAPSHOT.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-reload --- [INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-2.35-SNAPSHOT-sources.jar [INFO] [INFO] >>> jetty-maven-plugin:9.4.42.v20210604:start (start-jetty) > validate @ servlet-2.5-reload >>> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-reload --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ servlet-2.5-reload --- [INFO] Starting audit... Audit done. [INFO] [INFO] <<< jetty-maven-plugin:9.4.42.v20210604:start (start-jetty) < validate @ servlet-2.5-reload <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:9.4.42.v20210604:start (start-jetty) @ servlet-2.5-reload --- [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] Reload Mechanic: automatic [INFO] nonBlocking:true [INFO] Classes = /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/classes [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-reload [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 2.35-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 8.000 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.485 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 1.031 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.090 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.088 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.229 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.387 s] [INFO] jersey-core-common ................................. SUCCESS [ 31.316 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.046 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 1.623 s] [INFO] jersey-core-client ................................. SUCCESS [ 13.904 s] [INFO] jersey-media ....................................... SUCCESS [ 0.041 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 2.555 s] [INFO] jersey-core-server ................................. SUCCESS [ 30.417 s] [INFO] jersey-containers .................................. SUCCESS [ 0.040 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 0.384 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 0.974 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.077 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 1.616 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 0.409 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.286 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.083 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 3.975 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.057 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 14.888 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 1.735 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.918 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 17.143 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 7.148 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 16.271 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 1.262 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 9.856 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 1.400 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 30.834 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 0.311 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 0.171 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 0.056 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 7.327 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 19.592 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.085 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 0.988 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 2.209 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 11.340 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.040 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 1.310 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.094 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 5.387 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.418 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.628 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.457 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 22.322 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.296 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 1.598 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.382 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 1.101 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 1.496 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 0.523 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.203 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.301 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.335 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.360 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 3.094 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.037 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 0.904 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 1.112 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 1.045 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 1.831 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 1.330 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 3.199 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 0.410 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 0.675 s] [INFO] jersey-media-sse ................................... SUCCESS [ 22.394 s] [INFO] project ............................................ SUCCESS [ 0.081 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 3.821 s] [INFO] jersey-mp-config ................................... SUCCESS [ 2.268 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.039 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 2.288 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.654 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 2.558 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 3.163 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 0.478 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 3.169 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.342 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.506 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 1.231 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 1.485 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 5.921 s] [INFO] jersey-security .................................... SUCCESS [ 0.072 s] [INFO] oauth1-signature ................................... SUCCESS [ 0.818 s] [INFO] jersey-security .................................... SUCCESS [ 0.302 s] [INFO] oauth1-server ...................................... SUCCESS [ 2.683 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.386 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 2.859 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.052 s] [INFO] jersey-tests-e2e ................................... SUCCESS [ 1.205 s] [INFO] jersey-tests-e2e-client ............................ SUCCESS [ 0.577 s] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 1.556 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [ 1.553 s] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.233 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 3.947 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 2.081 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [ 1.571 s] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 0.408 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.027 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.276 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 5.138 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.028 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 5.089 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 1.661 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 1.821 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.365 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.241 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 1.831 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 1.697 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.105 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.367 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.327 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 1.629 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.027 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.225 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 1.667 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 6.547 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 1.051 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 1.102 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 1.951 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 4.591 s] [INFO] client-connector-provider .......................... SUCCESS [ 1.043 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.167 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.312 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.311 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.057 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.118 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.314 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.273 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.287 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.025 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.239 s] [INFO] jersey-tests-externalproperties .................... SUCCESS [ 1.427 s] [INFO] j-376-reproducer ................................... SUCCESS [ 2.273 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.584 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.277 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.329 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.025 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.073 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.305 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.328 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.025 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 1.739 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 1.595 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 1.291 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 1.667 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 2.000 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 2.122 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 2.112 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 1.924 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 1.684 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 1.880 s] [INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 5.469 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 1.453 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.256 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.306 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 1.724 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 1.794 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 1.919 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 2.286 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 1.502 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 2.221 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 2.421 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 1.854 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 0.698 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 1.996 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 1.740 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 2.211 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 1.330 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 2.369 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 2.350 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 1.475 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 2.623 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 1.399 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 5.763 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 1.779 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 2.884 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 2.355 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 1.406 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 1.304 s] [INFO] jersey-3992 ........................................ SUCCESS [ 2.619 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 1.404 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 1.727 s] [INFO] jersey-4321 ........................................ SUCCESS [ 1.545 s] [INFO] jersey-examples .................................... SUCCESS [ 0.026 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 6.402 s] [INFO] jersey-4507 ........................................ SUCCESS [ 2.435 s] [INFO] jersey-4542 ........................................ SUCCESS [ 1.664 s] [INFO] jersey-4697 ........................................ SUCCESS [ 2.737 s] [INFO] jersey-4722 ........................................ SUCCESS [ 0.993 s] [INFO] jetty-response-close ............................... SUCCESS [ 1.838 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.057 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 31.881 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.033 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.026 s] [INFO] config-webapp ...................................... SUCCESS [ 0.441 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 1.318 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [07:13 min] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 1.771 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 1.649 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 0.443 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 2.275 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 1.536 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 2.384 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 1.787 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 1.713 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 1.708 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 1.632 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 1.535 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 1.620 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 1.725 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 1.420 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 1.497 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 1.447 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 2.750 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 2.165 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 2.730 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ FAILURE [ 0.285 s] [INFO] jersey-tests-integration-servlet-3-async ........... SKIPPED [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SKIPPED [INFO] jersey-tests-integration-servlet-3-filter .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-gf-async ........ SKIPPED [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-1 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-2 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-3 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-4 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-5 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-6 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-7 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-8 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-9 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-provider ... SKIPPED [INFO] jersey-tests-integration-servlet-3-params .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SKIPPED [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED [INFO] jersey-tests-integration-servlet-tests ............. SKIPPED [INFO] jersey-tests-integration-sonar-test ................ SKIPPED [INFO] jersey-tests-integration-spring4 ................... SKIPPED [INFO] jersey-tests-integration-spring5 ................... SKIPPED [INFO] jersey-tests-integration-tracing-support ........... SKIPPED [INFO] reactive-streams-integration-project ............... SKIPPED [INFO] sse-reactive-streams-tck ........................... SKIPPED [INFO] jersey-tests-jmockit ............................... SKIPPED [INFO] jersey-test-framework-memleak-test-common .......... SKIPPED [INFO] jersey-tests-memleak ............................... SKIPPED [INFO] jersey-tests-memleak-redeployment .................. SKIPPED [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED [INFO] jersey-examples-webapp-parent-pom .................. SKIPPED [INFO] jersey-examples-helloworld-webapp .................. SKIPPED [INFO] jersey-test-framework-maven ........................ SKIPPED [INFO] jersey-test-framework-maven-container-runner-plugin SKIPPED [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED [INFO] jersey-tests-memleak-testcase ...................... SKIPPED [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED [INFO] jersey-tests-osgi .................................. SKIPPED [INFO] jersey-tests-osgi-functional ....................... SKIPPED [INFO] jersey-tests-stress ................................ SKIPPED [INFO] jersey-tests-performance ........................... SKIPPED [INFO] performance-test-benchmarks ........................ SKIPPED [INFO] jersey-tests-performance-runners ................... SKIPPED [INFO] jersey-grizzly-runner .............................. SKIPPED [INFO] jersey-tests-performance-testcase .................. SKIPPED [INFO] jersey-tests-performance-assemblies ................ SKIPPED [INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED [INFO] jersey-tests-performance-filter-global-test ........ SKIPPED [INFO] jersey-tests-performance-filter-name-test .......... SKIPPED [INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED [INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED [INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED [INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED [INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED [INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED [INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED [INFO] jersey-tests-performance-text-plain-test ........... SKIPPED [INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED [INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED [INFO] jersey-tests-performance-param-srl ................. SKIPPED [INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED [INFO] performance-test-tools ............................. SKIPPED [INFO] jersey-examples-assemblies ......................... SKIPPED [INFO] jersey-examples-bookmark ........................... SKIPPED [INFO] jersey-examples-bookmark-em ........................ SKIPPED [INFO] jersey-examples-bookstore-webapp ................... SKIPPED [INFO] jersey-examples-cdi-webapp ......................... SKIPPED [INFO] jersey-examples-clipboard .......................... SKIPPED [INFO] jersey-examples-clipboard-programmatic ............. SKIPPED [INFO] jersey-examples-declarative-linking ................ SKIPPED [INFO] jersey-examples-entity-filtering ................... SKIPPED [INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED [INFO] jersey-examples-entity-filtering-security .......... SKIPPED [INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED [INFO] jersey-examples-exception-mapping .................. SKIPPED [INFO] jersey-examples-freemarker-webapp .................. SKIPPED [INFO] jersey-examples-groovy ............................. SKIPPED [INFO] jersey-examples-helloworld ......................... SKIPPED [INFO] jersey-examples-helloworld-benchmark ............... SKIPPED [INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED [INFO] jersey-examples-helloworld-netty ................... SKIPPED [INFO] jersey-examples-helloworld-programmatic ............ SKIPPED [INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED [INFO] jersey-examples-helloworld-weld .................... SKIPPED [INFO] jersey-examples-helloworld-spring-webapp ........... SKIPPED [INFO] helloworld-spring-annotations ...................... SKIPPED [INFO] jersey-examples-http-patch ......................... SKIPPED [INFO] jersey-examples-http-trace ......................... SKIPPED [INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED [INFO] jersey-examples-https-server-glassfish ............. SKIPPED [INFO] jersey-examples-java8-webapp ....................... SKIPPED [INFO] jersey-examples-jaxb ............................... SKIPPED [INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED [INFO] jersey-examples-ejb ................................ SKIPPED [INFO] jersey-examples-json-binding-webapp ................ SKIPPED [INFO] jersey-examples-json-jackson ....................... SKIPPED [INFO] jersey-examples-json-jackson1 ...................... SKIPPED [INFO] jersey-examples-json-jettison ...................... SKIPPED [INFO] jersey-examples-json-moxy .......................... SKIPPED [INFO] jersey-examples-json-processing-webapp ............. SKIPPED [INFO] jersey-examples-json-with-padding .................. SKIPPED [INFO] jersey-examples-managed-beans-webapp ............... SKIPPED [INFO] jersey-examples-managed-client ..................... SKIPPED [INFO] jersey-examples-managed-client-webapp .............. SKIPPED [INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED [INFO] jersey-examples-multipart-webapp ................... SKIPPED [INFO] jersey-examples-open-tracing ....................... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED [INFO] jersey-examples-osgi-http-service .................. SKIPPED [INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED [INFO] jersey-examples-osgi-http-service-test ............. SKIPPED [INFO] oauth-client-twitter ............................... SKIPPED [INFO] jersey-examples-reload ............................. SKIPPED [INFO] jersey-examples-rx-client-webapp ................... SKIPPED [INFO] jersey-examples-server-async ....................... SKIPPED [INFO] jersey-examples-server-async-managed ............... SKIPPED [INFO] jersey-examples-server-async-standalone ............ SKIPPED [INFO] jersey-examples-server-async-standalone-client ..... SKIPPED [INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED [INFO] jersey-examples-server-sent-events-jaxrs ........... SKIPPED [INFO] jersey-examples-servlet3-webapp .................... SKIPPED [INFO] jersey-examples-simple-console ..................... SKIPPED [INFO] jersey-examples-sse-item-store-jersey-webapp ....... SKIPPED [INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SKIPPED [INFO] jersey-examples-sse-twitter-aggregator ............. SKIPPED [INFO] jersey-examples-system-properties .................. SKIPPED [INFO] jersey-examples-moxy ............................... SKIPPED [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:24 min [INFO] Finished at: 2021-06-29T14:32:31Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.42.v20210604:start (start-jetty) on project servlet-2.5-reload: Failure: ShutdownMonitor already started -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :servlet-2.5-reload [INFO] Stopped o.e.j.m.p.JettyWebAppContext@28e92495{/,file:///home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-3/src/main/webapp/,STOPPED}{file:///home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-3/src/main/webapp/} [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE