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-ssvvz is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-ssvvz" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-ssvvz" - 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-ssvvz" - 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-ssvvz in /home/jenkins/agent/workspace/single_ci_build [Pipeline] { [Pipeline] tool [Pipeline] tool [Pipeline] stage [Pipeline] { (Fetch from git) [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/senivam/jersey.git > git init /home/jenkins/agent/workspace/single_ci_build # timeout=10 Fetching upstream changes from https://github.com/senivam/jersey.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/senivam/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 68323f186dad94210f6b5bbcad91dd946f5ce582 (refs/remotes/origin/ci_jenkins) > git config remote.origin.url https://github.com/senivam/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/ci_jenkins^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68323f186dad94210f6b5bbcad91dd946f5ce582 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b ci_jenkins 68323f186dad94210f6b5bbcad91dd946f5ce582 # timeout=10 Commit message: "CI env for Jenkins" > git rev-list --no-walk 981b49d7268ff8fb412c952e26863be9589cfd90 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build ci_jenkins -Ptravis_e2e) [Pipeline] sh + bash etc/travis/travis.sh -Ptravis_e2e Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/single_ci_build/core-client/target/classes [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.core:jersey-common:jar:2.35-SNAPSHOT'. Trying to invoke it... [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-moxy --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-moxy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-media-moxy --- INFO: [HttpServer] Started. Jun 29, 2021 2:13:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 s - in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. Jun 29, 2021 2:14:08 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public void org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest$Resource.get(org.glassfish.jersey.server.ContainerRequest) throws java.io.IOException, should not consume any entity. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.891 s - in org.glassfish.jersey.tests.e2e.container.MatrixParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:14:59 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:15:02 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ INFO: [HttpServer-7] Started. Jun 29, 2021 2:15:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 s - in org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:15:45 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 29, 2021 2:15:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jun 29, 2021 2:16:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jun 29, 2021 2:16:38 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.363 s - in org.glassfish.jersey.tests.api.AnnotationInheritanceTest Jun 29, 2021 2:17:08 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Jun 29, 2021 2:17:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:17:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 29, 2021 2:17:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jun 29, 2021 2:18:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.145 s - in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest INFO: HV000001: Hibernate Validator 6.2.0.Final Jun 29, 2021 2:18:13 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:18:13 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. INFO: [HttpServer] Started. Jun 29, 2021 2:19:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s - in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest INFO: [HttpServer-7] Started. Jun 29, 2021 2:19:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.879 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest INFO: [HttpServer] Started. Jun 29, 2021 2:20:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s - in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:20:38 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 29, 2021 2:20:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549) at java.lang.Thread.run(Thread.java:748) [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. Jun 29, 2021 2:21:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest INFO: [HttpServer-50] Started. Jun 29, 2021 2:22:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.64 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest INFO: [HttpServer] Started. Jun 29, 2021 2:22:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.976 s - in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest INFO: [HttpServer-1] Started. Jun 29, 2021 2:23:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 s - in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest INFO: [HttpServer-2] Started. Jun 29, 2021 2:23:37 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: 1.252 s - in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest INFO: [HttpServer] Started. Jun 29, 2021 2:24:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s - in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Jun 29, 2021 2:24:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.855 s - in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest INFO: Stopped listener bound to [localhost:43483] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 s - in org.glassfish.jersey.tests.e2e.BeforeClassParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.AbstractParallelTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.glassfish.jersey.tests.e2e.AbstractParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:2.35-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:2.35-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar. [INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [INFO] [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ container-runner-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/java8-webapp/target/java8-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/java8-webapp/2.35-SNAPSHOT/java8-webapp-2.35-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.glassfish.jersey.examples:jaxb >----------------- [INFO] Building jersey-examples-jaxb 2.35-SNAPSHOT [322/363] [INFO] --------------------------------[ jar ]--------------------------------- Tailing the last 500 lines of output: [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ system-properties-example --- [INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/examples/system-properties-example/target/system-properties-example-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ system-properties-example --- [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/system-properties-example/target/system-properties-example.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/2.35-SNAPSHOT/system-properties-example-2.35-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/system-properties-example/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/2.35-SNAPSHOT/system-properties-example-2.35-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/system-properties-example/target/system-properties-example-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/system-properties-example/2.35-SNAPSHOT/system-properties-example-2.35-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >--------------- [INFO] Building jersey-examples-moxy 2.35-SNAPSHOT [362/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-moxy --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ xml-moxy --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ xml-moxy --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ xml-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/single_ci_build [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ xml-moxy --- [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) @ xml-moxy --- [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) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy --- [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) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xml-moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-moxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ xml-moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ xml-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ xml-moxy --- [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/2.35-SNAPSHOT/xml-moxy-2.35-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/2.35-SNAPSHOT/xml-moxy-2.35-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/2.35-SNAPSHOT/xml-moxy-2.35-SNAPSHOT-sources.jar [INFO] [INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >--- [INFO] Building jersey-test-framework-maven-custom-enforcer-rules 2.35-SNAPSHOT [363/363] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ custom-enforcer-rules --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ custom-enforcer-rules --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ custom-enforcer-rules --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ custom-enforcer-rules --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/single_ci_build [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ custom-enforcer-rules --- [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) @ custom-enforcer-rules --- [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) @ custom-enforcer-rules --- [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) @ custom-enforcer-rules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ custom-enforcer-rules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ custom-enforcer-rules --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ custom-enforcer-rules --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ custom-enforcer-rules --- [INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ custom-enforcer-rules --- [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/custom-enforcer-rules-2.35-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/custom-enforcer-rules-2.35-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/custom-enforcer-rules-2.35-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 2.35-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 3.966 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.788 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 1.736 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.082 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.096 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.275 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.103 s] [INFO] jersey-core-common ................................. SUCCESS [ 15.222 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.055 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 0.920 s] [INFO] jersey-core-client ................................. SUCCESS [ 1.436 s] [INFO] jersey-media ....................................... SUCCESS [ 0.048 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 2.077 s] [INFO] jersey-core-server ................................. SUCCESS [ 4.276 s] [INFO] jersey-containers .................................. SUCCESS [ 0.043 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 1.700 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 0.639 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.041 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 1.141 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 0.283 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.201 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.040 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 0.261 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.037 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 0.564 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 0.172 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.121 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 0.207 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 0.146 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 0.768 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 0.151 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 0.589 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 0.124 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 0.557 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 0.193 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 0.129 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 0.041 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 0.609 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 0.687 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.034 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 0.404 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 0.746 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 0.355 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.032 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 0.592 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.056 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 4.511 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.236 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.318 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.120 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 18.665 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.155 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 1.329 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.268 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 0.713 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 0.167 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 0.241 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.125 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.410 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.183 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.168 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 0.187 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.033 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 0.114 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 0.184 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 0.457 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 0.255 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 1.916 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 0.696 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 0.224 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 1.512 s] [INFO] jersey-media-sse ................................... SUCCESS [ 0.340 s] [INFO] project ............................................ SUCCESS [ 0.033 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 1.866 s] [INFO] jersey-mp-config ................................... SUCCESS [ 1.535 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.034 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 0.410 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.675 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 0.914 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 0.631 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 0.276 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 0.466 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.265 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.285 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 0.114 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 0.482 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 0.485 s] [INFO] jersey-security .................................... SUCCESS [ 0.029 s] [INFO] oauth1-signature ................................... SUCCESS [ 0.189 s] [INFO] jersey-security .................................... SUCCESS [ 0.115 s] [INFO] oauth1-server ...................................... SUCCESS [ 0.168 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.139 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 0.139 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.032 s] [INFO] jersey-tests-e2e ................................... SUCCESS [03:43 min] [INFO] jersey-tests-e2e-client ............................ SUCCESS [02:12 min] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 0.334 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [02:13 min] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.034 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 0.139 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 0.091 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [03:44 min] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 8.525 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.048 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.058 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 0.874 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.031 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 0.213 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 0.175 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 0.142 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.161 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.186 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 0.113 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 0.175 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.070 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.168 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.176 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 0.404 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.032 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.136 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 0.101 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 0.249 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.208 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 0.177 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 0.200 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 0.193 s] [INFO] client-connector-provider .......................... SUCCESS [ 0.089 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.078 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.144 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.175 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.025 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.076 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.131 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.179 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.234 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.028 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.197 s] [INFO] jersey-tests-externalproperties .................... SUCCESS [ 0.056 s] [INFO] j-376-reproducer ................................... SUCCESS [ 0.206 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.156 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.153 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.248 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.027 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.054 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.150 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.176 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.025 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 0.177 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 0.190 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 0.185 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 0.205 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 0.173 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 0.170 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 0.168 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 0.182 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 0.170 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 0.206 s] [INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 1.122 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 0.649 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.132 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.120 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 0.204 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 0.190 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 0.185 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 0.183 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 0.190 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 0.294 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 0.224 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 0.201 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 0.133 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 0.167 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 0.235 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 0.215 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 0.190 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 0.233 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 0.300 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 0.194 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 0.261 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 0.179 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 0.216 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 0.220 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 0.324 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 0.217 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 0.196 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 0.167 s] [INFO] jersey-3992 ........................................ SUCCESS [ 0.138 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 0.103 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 0.235 s] [INFO] jersey-4321 ........................................ SUCCESS [ 0.109 s] [INFO] jersey-examples .................................... SUCCESS [ 0.027 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 0.120 s] [INFO] jersey-4507 ........................................ SUCCESS [ 0.063 s] [INFO] jersey-4542 ........................................ SUCCESS [ 0.073 s] [INFO] jersey-4697 ........................................ SUCCESS [ 0.063 s] [INFO] jersey-4722 ........................................ SUCCESS [ 0.067 s] [INFO] jetty-response-close ............................... SUCCESS [ 0.139 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.025 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 16.288 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.031 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.028 s] [INFO] config-webapp ...................................... SUCCESS [ 0.088 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 0.146 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [ 1.499 s] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 0.318 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 0.176 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 0.074 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 0.214 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 0.168 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 0.321 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 0.183 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 0.201 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 0.171 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 0.178 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 0.165 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 0.158 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 0.169 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 0.152 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 0.179 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 0.169 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 0.242 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 0.181 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 0.256 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [ 0.167 s] [INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [ 0.196 s] [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [ 0.369 s] [INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [ 0.171 s] [INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [ 0.141 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [ 0.200 s] [INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [ 0.170 s] [INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [ 0.240 s] [INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [ 0.218 s] [INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [ 0.251 s] [INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [ 0.183 s] [INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [ 0.179 s] [INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [ 0.158 s] [INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [ 0.185 s] [INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [ 0.171 s] [INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [ 0.224 s] [INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [ 0.187 s] [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [ 0.184 s] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [ 0.181 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [ 0.244 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [ 0.191 s] [INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [ 0.206 s] [INFO] jersey-tests-integration-sonar-test ................ SUCCESS [ 0.173 s] [INFO] jersey-tests-integration-spring4 ................... SUCCESS [ 0.319 s] [INFO] jersey-tests-integration-spring5 ................... SUCCESS [ 0.300 s] [INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 0.228 s] [INFO] reactive-streams-integration-project ............... SUCCESS [ 0.042 s] [INFO] sse-reactive-streams-tck ........................... SUCCESS [ 1.361 s] [INFO] jersey-tests-jmockit ............................... SUCCESS [ 0.098 s] [INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [ 0.080 s] [INFO] jersey-tests-memleak ............................... SUCCESS [ 0.024 s] [INFO] jersey-tests-memleak-redeployment .................. SUCCESS [ 0.025 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [ 0.179 s] [INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [ 0.085 s] [INFO] jersey-examples-helloworld-webapp .................. SUCCESS [ 0.213 s] [INFO] jersey-test-framework-maven ........................ SUCCESS [ 0.035 s] [INFO] jersey-test-framework-maven-container-runner-plugin SUCCESS [ 10.129 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [ 0.155 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [ 0.158 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [ 0.154 s] [INFO] jersey-tests-memleak-testcase ...................... SUCCESS [ 0.028 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [ 0.213 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [ 0.174 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [ 0.051 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [ 0.254 s] [INFO] jersey-tests-osgi .................................. SUCCESS [ 0.028 s] [INFO] jersey-tests-osgi-functional ....................... SUCCESS [ 3.735 s] [INFO] jersey-tests-stress ................................ SUCCESS [ 0.063 s] [INFO] jersey-tests-performance ........................... SUCCESS [ 0.026 s] [INFO] performance-test-benchmarks ........................ SUCCESS [ 2.647 s] [INFO] jersey-tests-performance-runners ................... SUCCESS [ 0.031 s] [INFO] jersey-grizzly-runner .............................. SUCCESS [ 0.308 s] [INFO] jersey-tests-performance-testcase .................. SUCCESS [ 0.034 s] [INFO] jersey-tests-performance-assemblies ................ SUCCESS [ 0.063 s] [INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [ 0.375 s] [INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [ 0.185 s] [INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [ 0.221 s] [INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [ 0.196 s] [INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [ 0.223 s] [INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [ 0.200 s] [INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [ 0.184 s] [INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [ 0.898 s] [INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [ 0.282 s] [INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [ 0.223 s] [INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [ 0.170 s] [INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [ 0.184 s] [INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [ 0.239 s] [INFO] jersey-tests-performance-param-srl ................. SUCCESS [ 0.176 s] [INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [ 0.197 s] [INFO] performance-test-tools ............................. SUCCESS [ 0.111 s] [INFO] jersey-examples-assemblies ......................... SUCCESS [ 0.061 s] [INFO] jersey-examples-bookmark ........................... SUCCESS [ 0.170 s] [INFO] jersey-examples-bookmark-em ........................ SUCCESS [ 0.191 s] [INFO] jersey-examples-bookstore-webapp ................... SUCCESS [ 0.248 s] [INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 0.132 s] [INFO] jersey-examples-clipboard .......................... SUCCESS [ 0.099 s] [INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [ 0.097 s] [INFO] jersey-examples-declarative-linking ................ SUCCESS [ 0.114 s] [INFO] jersey-examples-entity-filtering ................... SUCCESS [ 0.118 s] [INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [ 0.106 s] [INFO] jersey-examples-entity-filtering-security .......... SUCCESS [ 0.122 s] [INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 4.681 s] [INFO] jersey-examples-exception-mapping .................. SUCCESS [ 0.126 s] [INFO] jersey-examples-freemarker-webapp .................. SUCCESS [ 0.197 s] [INFO] jersey-examples-groovy ............................. SUCCESS [ 6.924 s] [INFO] jersey-examples-helloworld ......................... SUCCESS [ 0.187 s] [INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [ 0.747 s] [INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [ 0.098 s] [INFO] jersey-examples-helloworld-netty ................... SUCCESS [ 0.158 s] [INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [ 0.104 s] [INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [ 0.144 s] [INFO] jersey-examples-helloworld-weld .................... SUCCESS [ 0.310 s] [INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [ 0.393 s] [INFO] helloworld-spring-annotations ...................... SUCCESS [ 0.168 s] [INFO] jersey-examples-http-patch ......................... SUCCESS [ 0.408 s] [INFO] jersey-examples-http-trace ......................... SUCCESS [ 0.103 s] [INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [ 0.112 s] [INFO] jersey-examples-https-server-glassfish ............. SUCCESS [ 0.195 s] [INFO] jersey-examples-java8-webapp ....................... SUCCESS [ 0.151 s] [INFO] jersey-examples-jaxb ............................... SUCCESS [ 0.336 s] [INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [ 0.096 s] [INFO] jersey-examples-ejb ................................ SUCCESS [ 0.084 s] [INFO] jersey-examples-json-binding-webapp ................ SUCCESS [ 0.223 s] [INFO] jersey-examples-json-jackson ....................... SUCCESS [ 0.105 s] [INFO] jersey-examples-json-jackson1 ...................... SUCCESS [ 0.103 s] [INFO] jersey-examples-json-jettison ...................... SUCCESS [ 0.103 s] [INFO] jersey-examples-json-moxy .......................... SUCCESS [ 0.084 s] [INFO] jersey-examples-json-processing-webapp ............. SUCCESS [ 0.164 s] [INFO] jersey-examples-json-with-padding .................. SUCCESS [ 0.095 s] [INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [ 0.109 s] [INFO] jersey-examples-managed-client ..................... SUCCESS [ 0.096 s] [INFO] jersey-examples-managed-client-webapp .............. SUCCESS [ 0.129 s] [INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [ 0.131 s] [INFO] jersey-examples-multipart-webapp ................... SUCCESS [ 0.200 s] [INFO] jersey-examples-open-tracing ....................... SUCCESS [ 1.866 s] [INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [ 0.027 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [ 0.178 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [ 0.113 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [ 0.118 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [ 0.498 s] [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [ 0.935 s] [INFO] jersey-examples-osgi-http-service .................. SUCCESS [ 0.031 s] [INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [ 0.997 s] [INFO] jersey-examples-osgi-http-service-test ............. SUCCESS [ 0.561 s] [INFO] oauth-client-twitter ............................... SUCCESS [ 0.068 s] [INFO] jersey-examples-reload ............................. SUCCESS [ 0.214 s] [INFO] jersey-examples-rx-client-webapp ................... SUCCESS [ 0.437 s] [INFO] jersey-examples-server-async ....................... SUCCESS [ 0.112 s] [INFO] jersey-examples-server-async-managed ............... SUCCESS [ 0.114 s] [INFO] jersey-examples-server-async-standalone ............ SUCCESS [ 0.040 s] [INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [ 0.274 s] [INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [ 0.064 s] [INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [ 0.134 s] [INFO] jersey-examples-servlet3-webapp .................... SUCCESS [ 0.215 s] [INFO] jersey-examples-simple-console ..................... SUCCESS [ 0.106 s] [INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [ 0.194 s] [INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [ 0.204 s] [INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [ 0.138 s] [INFO] jersey-examples-system-properties .................. SUCCESS [ 0.107 s] [INFO] jersey-examples-moxy ............................... SUCCESS [ 0.091 s] [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [ 1.664 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:10 min [INFO] Finished at: 2021-06-29T14:26:49Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS