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-j0wkp is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-j0wkp" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-j0wkp" - 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-j0wkp" - 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-j0wkp 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 68323f186dad94210f6b5bbcad91dd946f5ce582 # 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] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 367 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes 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.096 s - in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [afromString, fromString, bfromString] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest INFO: [HttpServer-36] Started. Jun 29, 2021 2:29: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: 3.072 s - in org.glassfish.jersey.apache.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache.connector.AsyncTest [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest Jun 29, 2021 2:30:29 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. 2021-06-29 14:30:34.077:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@afb5821{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Jun 29, 2021 2:30:34 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:30:42 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jun 29, 2021 2:30:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jun 29, 2021 2:31:36 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jun 29, 2021 2:31:36 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: 1.279 s - in org.glassfish.jersey.jdk.connector.internal.ProxyTest INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2021-06-29 14:32:06.803:INFO:oejs.Server:main: jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 11.0.2+9 2021-06-29 14:32:06.804:INFO:oejs.AbstractConnector:main: Started ServerConnector@34a482d0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2021-06-29 14:32:06.804:INFO:oejs.Server:main: Started @5670ms 2021-06-29 14:32:06.815:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@34a482d0{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/media/sse/target/jersey-media-sse-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.35-SNAPSHOT/jersey-media-sse-2.35-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------ [INFO] Building jersey-connectors-helidon 2.35-SNAPSHOT [45/364] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jersey-helidon-connector --- [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] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.35-SNAPSHOT-sources.jar [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.ext.cdi:jersey-cdi1x:jar:2.35-SNAPSHOT'. Trying to invoke it... [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [DEBUG] (main) Using Console logging [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Running org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/test-classes [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ cdi-log-check --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Web overrides = none [INFO] web.xml file = file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1107/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1107/src/main/webapp [INFO] jetty-8.1.8.v20121106 [INFO] No Transaction manager found - if your webapp requires one, please configure one. [INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase Jun 29, 2021 2:36:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status Jun 29, 2021 2:36:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:36:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:36:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ INFO: [HttpServer] Started. Jun 29, 2021 2:37:06 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ddecf0bc-0f1c-4bee-8754-a97c9943cac3 shut down Jun 29, 2021 2:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] 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/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/src/main/webapp [INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/src/main/webapp Jun 29, 2021 2:37:56 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:37:56 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:38:07 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:38:07 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:38:07 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:38:07 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:38:07 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:38:07 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:38:07 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:38:07 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:38:07 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 INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Jun 29, 2021 2:38:07 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:38:07 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:44:25 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:44:25 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] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_2.ValidationResourceITCase 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:45:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:45:34 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:45:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:45:34 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: 1.103 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:45:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:45:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:45:34 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.22 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@37a46beb{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 [224/364] [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.108 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.517 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 1.432 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.101 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.113 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.340 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.163 s] [INFO] jersey-core-common ................................. SUCCESS [ 28.989 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.086 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 2.252 s] [INFO] jersey-core-client ................................. SUCCESS [ 14.998 s] [INFO] jersey-media ....................................... SUCCESS [ 0.052 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 3.499 s] [INFO] jersey-core-server ................................. SUCCESS [ 31.021 s] [INFO] jersey-containers .................................. SUCCESS [ 0.048 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 1.455 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 1.046 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.059 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 1.743 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 0.463 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.224 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.052 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 4.380 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.037 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 15.398 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 2.071 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.157 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 17.291 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 7.417 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 15.566 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 1.604 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 10.085 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 1.557 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 42.713 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 0.457 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 0.211 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 0.068 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 7.435 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 27.384 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.072 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 0.993 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 2.147 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 12.362 s] [INFO] jersey-media-sse ................................... SUCCESS [ 22.089 s] [INFO] jersey-connectors-helidon .......................... SUCCESS [ 51.616 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.038 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 1.296 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.078 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 5.916 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.356 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.602 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.529 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 7.093 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.196 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 0.546 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.248 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 0.690 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 1.671 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 0.344 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.147 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.287 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.233 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.248 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 3.399 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.063 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 1.263 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 1.207 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 1.185 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 0.382 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 4.438 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 3.690 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 0.431 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 0.758 s] [INFO] project ............................................ SUCCESS [ 0.067 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 0.997 s] [INFO] jersey-mp-config ................................... SUCCESS [ 2.707 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.081 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 2.806 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.638 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 2.495 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 2.021 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 0.538 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 2.941 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.305 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.532 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 1.229 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 0.616 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 6.293 s] [INFO] jersey-security .................................... SUCCESS [ 0.033 s] [INFO] oauth1-signature ................................... SUCCESS [ 0.951 s] [INFO] jersey-security .................................... SUCCESS [ 0.314 s] [INFO] oauth1-server ...................................... SUCCESS [ 2.739 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.366 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 2.970 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.033 s] [INFO] jersey-tests-e2e ................................... SUCCESS [ 1.438 s] [INFO] jersey-tests-e2e-client ............................ SUCCESS [ 0.754 s] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 1.505 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [ 1.652 s] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.041 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 3.904 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 1.739 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [ 1.513 s] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 0.388 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.026 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.651 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 5.755 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.033 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 5.501 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 2.148 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 1.840 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.225 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.177 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 1.950 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 1.880 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.173 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.256 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.192 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 2.402 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.031 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.160 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 1.795 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 6.495 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.480 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 0.231 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 0.282 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 4.866 s] [INFO] client-connector-provider .......................... SUCCESS [ 1.297 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.093 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.342 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.259 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.027 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.091 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.311 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.274 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.255 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.026 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.252 s] [INFO] jersey-tests-externalproperties .................... SUCCESS [ 1.553 s] [INFO] j-376-reproducer ................................... SUCCESS [ 2.339 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.262 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.210 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.347 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.032 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.078 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.352 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.231 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.026 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 1.894 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 1.808 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 1.454 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 1.747 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 2.055 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 2.176 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 2.046 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 1.817 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 1.867 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 2.213 s] [INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 4.562 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 1.522 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.198 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.178 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 1.639 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 1.853 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 1.608 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 2.573 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 1.529 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 2.358 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 2.172 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 1.614 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 0.946 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 2.026 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 1.853 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 2.352 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 1.264 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 2.306 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 2.865 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 1.321 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 1.567 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 1.438 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 5.806 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 1.984 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 3.044 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 1.958 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 1.388 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 1.270 s] [INFO] jersey-3992 ........................................ SUCCESS [ 1.888 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 1.496 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 1.983 s] [INFO] jersey-4321 ........................................ SUCCESS [ 1.769 s] [INFO] jersey-examples .................................... SUCCESS [ 0.031 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 6.630 s] [INFO] jersey-4507 ........................................ SUCCESS [ 2.359 s] [INFO] jersey-4542 ........................................ SUCCESS [ 1.942 s] [INFO] jersey-4697 ........................................ SUCCESS [ 3.108 s] [INFO] jersey-4722 ........................................ SUCCESS [ 1.295 s] [INFO] jetty-response-close ............................... SUCCESS [ 1.956 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.029 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 23.096 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.028 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.027 s] [INFO] config-webapp ...................................... SUCCESS [ 0.688 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 1.646 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [07:16 min] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 4.094 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 1.671 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 0.572 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 2.374 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 1.877 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 2.092 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 2.138 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 1.857 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 2.121 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 1.632 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 2.114 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 1.517 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 1.590 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 1.814 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 1.576 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 1.739 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 3.302 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 2.538 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 3.185 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ FAILURE [ 0.185 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:57 min [INFO] Finished at: 2021-06-29T14:45:35Z [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 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE