Started by upstream project "continuous-integration/ci_jenkins" build number 30 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-8d5r0 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-8d5r0" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-8d5r0" - 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-8d5r0" - 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-8d5r0 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 981b49d7268ff8fb412c952e26863be9589cfd90 (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 981b49d7268ff8fb412c952e26863be9589cfd90 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b ci_jenkins 981b49d7268ff8fb412c952e26863be9589cfd90 # 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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+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] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [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.083 s - in org.glassfish.jersey.client.JerseyClientBuilderTest ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest INFO: Started listener bound to [localhost:9998] Jun 29, 2021 1:42:50 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jun 29, 2021 1:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-netty-connector --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- INFO: Started listener bound to [localhost:9998] Jun 29, 2021 1:43:52 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 29, 2021 1:44:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063) ... 8 more 2021-06-29 13:45:19.792:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5bf97be9{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.glassfish.jersey.jetty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.helidon.connector.LargeDataTest [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... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/single_ci_build/inject/hk2/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.core:jersey-client:jar:2.35-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/single_ci_build/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/single_ci_build/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/mp-config/target/test-classes [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/single_ci_build/test-framework/util/target/classes [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ cdi-client --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Skipping artifact installation [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------ [INFO] Building j-376-reproducer 2.35-SNAPSHOT [140/364] [INFO] --------------------------------[ jar ]--------------------------------- INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 1:49:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 1:49:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [INFO] Skipping artifact installation [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2689 >--------- [INFO] Building jersey-tests-integration-jersey-2689 2.35-SNAPSHOT [177/364] [INFO] --------------------------------[ war ]--------------------------------- [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-4321 --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jaxrs-ri --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 995 source files to /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes 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 1:51:20 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 1:51:20 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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 1:51:36 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: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/json Jun 29, 2021 1:57:44 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 1:57:44 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: 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 1:58:08 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 1:58:08 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] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-7/src/main/webapp/ [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_8.HelloWorldResourceITCase Jun 29, 2021 1:58:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ ERROR: An error was encountered with the build. Tailing the last 500 lines of output: [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:8.1.8.v20121106:run (start-jetty) > test-compile @ 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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-2.5-reload --- [INFO] Nothing to compile - all classes are up to date [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] Nothing to compile - all classes are up to date [INFO] [INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-reload <<< [INFO] [INFO] [INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-reload --- [INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-reload [INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/classes [INFO] Context path = / [INFO] Tmp directory = /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. Null identity service, trying login service: null Finding identity service: null [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/ [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/ [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/ Jun 29, 2021 1:59:00 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Started SelectChannelConnector@0.0.0.0:9998 [INFO] Started Jetty Server Error binding to stop port 127.0.0.1:9999 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 2.35-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 21.978 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.562 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 5.525 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.175 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.115 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.456 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.135 s] [INFO] jersey-core-common ................................. SUCCESS [ 35.310 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.052 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 2.097 s] [INFO] jersey-core-client ................................. SUCCESS [ 15.069 s] [INFO] jersey-media ....................................... SUCCESS [ 0.084 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 3.096 s] [INFO] jersey-core-server ................................. SUCCESS [ 30.471 s] [INFO] jersey-containers .................................. SUCCESS [ 0.043 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 0.410 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 1.077 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.041 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 1.586 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 0.460 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.212 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.044 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 4.597 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.111 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 15.782 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 1.815 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.143 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 16.861 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 7.195 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 15.465 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 1.570 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 11.715 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 1.548 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 43.343 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 0.500 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 0.210 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 0.041 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 7.431 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 27.615 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.043 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 1.162 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 2.128 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 12.462 s] [INFO] jersey-media-sse ................................... SUCCESS [ 22.744 s] [INFO] jersey-connectors-helidon .......................... SUCCESS [ 50.711 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.043 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 2.425 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.043 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 2.305 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.242 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.533 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.396 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 6.942 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.176 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 0.255 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.206 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 0.502 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 2.207 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 0.525 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.263 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.300 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.324 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.219 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 3.552 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.047 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 1.091 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 1.198 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 1.159 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 0.299 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 3.955 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 3.720 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 1.026 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 2.051 s] [INFO] project ............................................ SUCCESS [ 0.092 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 4.876 s] [INFO] jersey-mp-config ................................... SUCCESS [ 2.885 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.038 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 2.811 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.585 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 2.360 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 2.049 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 0.850 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 3.302 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.318 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.379 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 1.508 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 0.718 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 6.717 s] [INFO] jersey-security .................................... SUCCESS [ 0.144 s] [INFO] oauth1-signature ................................... SUCCESS [ 1.599 s] [INFO] jersey-security .................................... SUCCESS [ 1.457 s] [INFO] oauth1-server ...................................... SUCCESS [ 2.955 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.474 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 3.286 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.036 s] [INFO] jersey-tests-e2e ................................... SUCCESS [ 1.164 s] [INFO] jersey-tests-e2e-client ............................ SUCCESS [ 0.789 s] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 1.474 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [ 1.277 s] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.038 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 4.219 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 1.620 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [ 1.492 s] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 0.345 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.028 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.482 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 6.378 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.133 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 6.524 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 2.088 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 1.894 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.260 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.169 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 2.314 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 1.837 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.127 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.417 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.248 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 0.797 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.037 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.179 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 1.733 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 6.270 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.514 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 0.533 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 0.615 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 5.501 s] [INFO] client-connector-provider .......................... SUCCESS [ 1.321 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.277 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.245 s] [INFO] Stopped o.e.j.m.p.JettyWebAppContext@4415c4dc{/,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/} [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.323 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.064 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.129 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.304 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.279 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.430 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.029 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.315 s] [INFO] jersey-tests-externalproperties .................... SUCCESS [ 1.661 s] [INFO] j-376-reproducer ................................... SUCCESS [ 2.037 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.338 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.483 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.446 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.030 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.074 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.370 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.235 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.053 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 2.233 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 2.001 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 1.786 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 2.084 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 1.912 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 2.001 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 2.106 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 1.612 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 1.992 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 2.512 s] [INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 6.175 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 1.541 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.227 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.165 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 1.642 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 1.758 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 1.570 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 2.577 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 1.664 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 2.486 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 2.013 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 1.679 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 0.946 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 1.912 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 2.303 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 2.406 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 1.511 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 2.680 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 3.469 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 1.355 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 2.473 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 1.513 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 5.657 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 2.093 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 2.782 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 2.228 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 1.973 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 1.399 s] [INFO] jersey-3992 ........................................ SUCCESS [ 2.042 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 1.509 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 1.812 s] [INFO] jersey-4321 ........................................ SUCCESS [ 1.303 s] [INFO] jersey-examples .................................... SUCCESS [ 0.037 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 6.652 s] [INFO] jersey-4507 ........................................ SUCCESS [ 2.302 s] [INFO] jersey-4542 ........................................ SUCCESS [ 1.933 s] [INFO] jersey-4697 ........................................ SUCCESS [ 2.969 s] [INFO] jersey-4722 ........................................ SUCCESS [ 1.123 s] [INFO] jetty-response-close ............................... SUCCESS [ 1.582 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.026 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 27.638 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.031 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.028 s] [INFO] config-webapp ...................................... SUCCESS [ 0.442 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 1.585 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [07:15 min] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 1.421 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 2.004 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 0.505 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 2.292 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 1.663 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 2.213 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 1.788 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 2.103 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 1.919 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 1.595 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 1.497 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 1.570 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 1.616 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 1.803 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 1.521 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 1.515 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 2.902 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 2.665 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 3.207 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ FAILURE [ 0.474 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: 18:38 min [INFO] Finished at: 2021-06-29T13:59:00Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.mortbay.jetty:jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) on project servlet-2.5-reload: Failure: Address already in use (Bind failed) -> [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] javax.el.BeanELResolver purged [INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/src/main/webapp/ [INFO] shutdown already commenced [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE