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-v7x61 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-v7x61" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-v7x61" - 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-v7x61" - 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-v7x61 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) [Pipeline] sh + bash etc/travis/travis.sh -Ptravis_e2e Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 16.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-16/16.0.1+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] Copying 4 resources [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (compile-1-jsr166) @ jersey-common --- [INFO] Executing tasks [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-server --- [INFO] [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] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-mvc-bean-validation --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-mvc-bean-validation --- INFO: [HttpServer] Started. Jun 29, 2021 2:36:53 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.876 s - in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Jun 29, 2021 2:37:23 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jun 29, 2021 2:37:23 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. INFO: Stopped listener bound to [localhost:9998] Jun 29, 2021 2:37:54 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:37:54 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jun 29, 2021 2:38:19 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/ Jun 29, 2021 2:38:19 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. INFO: [HttpServer-7] Started. Jun 29, 2021 2:38:52 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.625 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:39:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jun 29, 2021 2:39:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] INFO: HV000001: Hibernate Validator 6.2.0.Final Jun 29, 2021 2:39:53 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:39:53 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:40:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jun 29, 2021 2:40:24 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:40:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 29, 2021 2:40:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] INFO: Long running post operation finished on thread async-post-runner-3 Jun 29, 2021 2:41:24 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jun 29, 2021 2:41:24 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:41:54 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jun 29, 2021 2:41:54 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:42:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 29, 2021 2:42:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] SEVERE: Generating incomplete JSON Jun 29, 2021 2:42:53 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.242 s - in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest INFO: [HttpServer-63] Started. Jun 29, 2021 2:43:24 PM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), 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:43:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/hk2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/hk2/target/test-classes INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:44:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 29, 2021 2:44:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] INFO: [HttpServer-2] Started. Jun 29, 2021 2:44:53 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.512 s - in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Jun 29, 2021 2:45:24 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jun 29, 2021 2:45:24 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.009 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Jun 29, 2021 2:45:53 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.574 s - in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:46:23 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jun 29, 2021 2:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] INFO: [HttpServer-1] Started. Jun 29, 2021 2:46:53 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.229 s - in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest INFO: HV000001: Hibernate Validator 6.2.0.Final Jun 29, 2021 2:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jun 29, 2021 2:47:22 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/test-classes [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jersey/target/classes [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Split package, multiple jars provide the same package:javax/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.35-SNAPSHOT : Unused Import-Package instructions: [javax.servlet.descriptor.*, sun.misc.*] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rest-client-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/rest-client/target/test-classes [INFO] [INFO] --- wiremock-maven-plugin:2.7.0:run (default) @ jersey-rest-client-tck --- [INFO] Nothing to compile - all classes are up to date [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] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ interceptor-global --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-global/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ interceptor-global --- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ json-jackson1 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ json-jackson1 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ json-jackson1 --- [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 ]--------------------------------- Tailing the last 500 lines of output: [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-compiler-plugin:3.8.0:compile (base-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-compiler-plugin:3.8.0:compile (base-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 [ 26.372 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.816 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 1.834 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.105 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.175 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.271 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.093 s] [INFO] jersey-core-common ................................. SUCCESS [ 33.562 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.054 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 3.474 s] [INFO] jersey-core-client ................................. SUCCESS [ 2.032 s] [INFO] jersey-media ....................................... SUCCESS [ 0.095 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 7.536 s] [INFO] jersey-core-server ................................. SUCCESS [ 7.922 s] [INFO] jersey-containers .................................. SUCCESS [ 0.040 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 0.604 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 0.675 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.092 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 1.004 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 0.210 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.303 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.037 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 0.305 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.071 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 0.822 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 0.358 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.196 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 0.346 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 0.265 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 0.682 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 0.232 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 0.701 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 0.302 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 0.589 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 0.445 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 0.155 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 0.041 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 0.573 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 1.105 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.074 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 0.768 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 0.671 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 0.563 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.039 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 0.679 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.069 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 2.626 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.371 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.622 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.404 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 30.665 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.644 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 1.096 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 1.313 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 2.968 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 0.314 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 0.388 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.218 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.299 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.317 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.294 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 0.286 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.075 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 0.334 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 0.406 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 0.256 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 0.249 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 0.717 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 0.582 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 0.388 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 0.403 s] [INFO] jersey-media-sse ................................... SUCCESS [ 0.684 s] [INFO] project ............................................ SUCCESS [ 0.037 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 0.949 s] [INFO] jersey-mp-config ................................... SUCCESS [ 0.507 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.037 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 0.699 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.454 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 0.541 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 0.388 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 0.306 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 0.900 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.278 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.541 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 0.283 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 0.568 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 0.819 s] [INFO] jersey-security .................................... SUCCESS [ 0.071 s] [INFO] oauth1-signature ................................... SUCCESS [ 0.412 s] [INFO] jersey-security .................................... SUCCESS [ 0.291 s] [INFO] oauth1-server ...................................... SUCCESS [ 0.279 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.380 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 0.219 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.046 s] [INFO] jersey-tests-e2e ................................... SUCCESS [03:31 min] [INFO] jersey-tests-e2e-client ............................ SUCCESS [01:31 min] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 0.464 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [02:11 min] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.042 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 0.256 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 0.217 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [03:45 min] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 7.570 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.026 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.066 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 3.292 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.028 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 0.507 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 1.822 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 0.318 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.361 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.274 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 0.347 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 0.238 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.125 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.360 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.314 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 0.480 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.027 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.203 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 0.223 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 0.523 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.403 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 0.404 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 0.379 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 0.478 s] [INFO] client-connector-provider .......................... SUCCESS [ 0.133 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.417 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.310 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.286 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.025 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.095 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.314 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.233 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.321 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.025 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.288 s] [INFO] jersey-tests-externalproperties .................... SUCCESS [ 0.106 s] [INFO] j-376-reproducer ................................... SUCCESS [ 0.466 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.372 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.299 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.317 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.024 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.076 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.443 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.229 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.025 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 0.284 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 0.371 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 0.260 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 0.278 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 0.353 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 0.317 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 0.293 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 0.315 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 0.333 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 0.401 s] [INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 2.467 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 0.878 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.247 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.201 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 0.309 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 0.458 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 0.340 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 0.312 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 0.328 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 0.544 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 0.431 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 0.282 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 0.181 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 0.294 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 0.412 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 0.377 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 0.245 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 0.436 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 0.720 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 0.360 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 1.026 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 0.418 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 0.339 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 0.341 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 0.576 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 0.382 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 0.262 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 0.176 s] [INFO] jersey-3992 ........................................ SUCCESS [ 0.315 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 0.131 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 0.354 s] [INFO] jersey-4321 ........................................ SUCCESS [ 2.636 s] [INFO] jersey-examples .................................... SUCCESS [ 0.227 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 1.108 s] [INFO] jersey-4507 ........................................ SUCCESS [ 0.114 s] [INFO] jersey-4542 ........................................ SUCCESS [ 0.204 s] [INFO] jersey-4697 ........................................ SUCCESS [ 0.162 s] [INFO] jersey-4722 ........................................ SUCCESS [ 0.422 s] [INFO] jetty-response-close ............................... SUCCESS [ 2.530 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.150 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 50.147 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.028 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.027 s] [INFO] config-webapp ...................................... SUCCESS [ 0.159 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 0.287 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [ 9.001 s] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 0.416 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 0.323 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 0.089 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 0.268 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 0.240 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 0.513 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 0.387 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 0.254 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 0.404 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 0.331 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 0.385 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 0.303 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 0.337 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 0.203 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 0.247 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 0.245 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 0.428 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 0.542 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 0.503 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [ 0.310 s] [INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [ 0.292 s] [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [ 0.581 s] [INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [ 0.515 s] [INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [ 0.322 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [ 0.392 s] [INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [ 0.373 s] [INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [ 0.304 s] [INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [ 0.322 s] [INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [ 0.272 s] [INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [ 0.269 s] [INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [ 0.292 s] [INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [ 0.352 s] [INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [ 0.305 s] [INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [ 0.276 s] [INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [ 0.377 s] [INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [ 0.253 s] [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [ 0.287 s] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [ 0.370 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [ 0.430 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [ 0.332 s] [INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [ 0.356 s] [INFO] jersey-tests-integration-sonar-test ................ SUCCESS [ 0.254 s] [INFO] jersey-tests-integration-spring4 ................... SUCCESS [ 0.475 s] [INFO] jersey-tests-integration-spring5 ................... SUCCESS [ 0.737 s] [INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 0.425 s] [INFO] reactive-streams-integration-project ............... SUCCESS [ 0.030 s] [INFO] sse-reactive-streams-tck ........................... SUCCESS [ 0.455 s] [INFO] jersey-tests-jmockit ............................... SUCCESS [ 0.172 s] [INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [ 0.191 s] [INFO] jersey-tests-memleak ............................... SUCCESS [ 0.031 s] [INFO] jersey-tests-memleak-redeployment .................. SUCCESS [ 0.041 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [ 0.248 s] [INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [ 0.043 s] [INFO] jersey-examples-helloworld-webapp .................. SUCCESS [ 0.311 s] [INFO] jersey-test-framework-maven ........................ SUCCESS [ 0.108 s] [INFO] jersey-test-framework-maven-container-runner-plugin SUCCESS [ 9.790 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [ 0.226 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [ 0.475 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [ 0.481 s] [INFO] jersey-tests-memleak-testcase ...................... SUCCESS [ 0.095 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [ 0.441 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [ 1.380 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [ 0.087 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [ 0.742 s] [INFO] jersey-tests-osgi .................................. SUCCESS [ 0.124 s] [INFO] jersey-tests-osgi-functional ....................... SUCCESS [ 18.477 s] [INFO] jersey-tests-stress ................................ SUCCESS [ 0.079 s] [INFO] jersey-tests-performance ........................... SUCCESS [ 0.025 s] [INFO] performance-test-benchmarks ........................ SUCCESS [ 3.940 s] [INFO] jersey-tests-performance-runners ................... SUCCESS [ 0.024 s] [INFO] jersey-grizzly-runner .............................. SUCCESS [ 0.436 s] [INFO] jersey-tests-performance-testcase .................. SUCCESS [ 0.076 s] [INFO] jersey-tests-performance-assemblies ................ SUCCESS [ 0.100 s] [INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [ 0.425 s] [INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [ 0.306 s] [INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [ 0.365 s] [INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [ 0.307 s] [INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [ 0.381 s] [INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [ 0.987 s] [INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [ 0.560 s] [INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [ 0.755 s] [INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [ 0.707 s] [INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [ 0.722 s] [INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [ 0.493 s] [INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [ 0.684 s] [INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [ 0.688 s] [INFO] jersey-tests-performance-param-srl ................. SUCCESS [ 0.591 s] [INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [ 0.719 s] [INFO] performance-test-tools ............................. SUCCESS [ 2.430 s] [INFO] jersey-examples-assemblies ......................... SUCCESS [ 0.049 s] [INFO] jersey-examples-bookmark ........................... SUCCESS [ 0.824 s] [INFO] jersey-examples-bookmark-em ........................ SUCCESS [ 0.504 s] [INFO] jersey-examples-bookstore-webapp ................... SUCCESS [ 0.489 s] [INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 0.385 s] [INFO] jersey-examples-clipboard .......................... SUCCESS [ 0.235 s] [INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [ 0.271 s] [INFO] jersey-examples-declarative-linking ................ SUCCESS [ 0.245 s] [INFO] jersey-examples-entity-filtering ................... SUCCESS [ 0.331 s] [INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [ 0.197 s] [INFO] jersey-examples-entity-filtering-security .......... SUCCESS [ 0.228 s] [INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 2.027 s] [INFO] jersey-examples-exception-mapping .................. SUCCESS [ 0.285 s] [INFO] jersey-examples-freemarker-webapp .................. SUCCESS [ 0.299 s] [INFO] jersey-examples-groovy ............................. SUCCESS [ 7.338 s] [INFO] jersey-examples-helloworld ......................... SUCCESS [ 0.265 s] [INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [ 1.043 s] [INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [ 0.190 s] [INFO] jersey-examples-helloworld-netty ................... SUCCESS [ 0.247 s] [INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [ 0.254 s] [INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [ 0.184 s] [INFO] jersey-examples-helloworld-weld .................... SUCCESS [ 0.388 s] [INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [ 0.503 s] [INFO] helloworld-spring-annotations ...................... SUCCESS [ 0.216 s] [INFO] jersey-examples-http-patch ......................... SUCCESS [ 0.623 s] [INFO] jersey-examples-http-trace ......................... SUCCESS [ 0.190 s] [INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [ 0.272 s] [INFO] jersey-examples-https-server-glassfish ............. SUCCESS [ 0.334 s] [INFO] jersey-examples-java8-webapp ....................... SUCCESS [ 0.365 s] [INFO] jersey-examples-jaxb ............................... SUCCESS [ 0.406 s] [INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [ 0.384 s] [INFO] jersey-examples-ejb ................................ SUCCESS [ 0.143 s] [INFO] jersey-examples-json-binding-webapp ................ SUCCESS [ 0.367 s] [INFO] jersey-examples-json-jackson ....................... SUCCESS [ 0.283 s] [INFO] jersey-examples-json-jackson1 ...................... SUCCESS [ 0.276 s] [INFO] jersey-examples-json-jettison ...................... SUCCESS [ 0.214 s] [INFO] jersey-examples-json-moxy .......................... SUCCESS [ 0.258 s] [INFO] jersey-examples-json-processing-webapp ............. SUCCESS [ 0.268 s] [INFO] jersey-examples-json-with-padding .................. SUCCESS [ 0.276 s] [INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [ 0.899 s] [INFO] jersey-examples-managed-client ..................... SUCCESS [ 0.710 s] [INFO] jersey-examples-managed-client-webapp .............. SUCCESS [ 0.818 s] [INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [ 0.658 s] [INFO] jersey-examples-multipart-webapp ................... SUCCESS [ 0.720 s] [INFO] jersey-examples-open-tracing ....................... SUCCESS [ 5.974 s] [INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [ 0.170 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [ 1.116 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [ 1.141 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [ 1.782 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [ 1.363 s] [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [ 0.710 s] [INFO] jersey-examples-osgi-http-service .................. SUCCESS [ 0.026 s] [INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [ 0.561 s] [INFO] jersey-examples-osgi-http-service-test ............. SUCCESS [ 0.428 s] [INFO] oauth-client-twitter ............................... SUCCESS [ 0.131 s] [INFO] jersey-examples-reload ............................. SUCCESS [ 0.215 s] [INFO] jersey-examples-rx-client-webapp ................... SUCCESS [ 1.075 s] [INFO] jersey-examples-server-async ....................... SUCCESS [ 0.306 s] [INFO] jersey-examples-server-async-managed ............... SUCCESS [ 0.241 s] [INFO] jersey-examples-server-async-standalone ............ SUCCESS [ 0.032 s] [INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [ 0.445 s] [INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [ 0.085 s] [INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [ 0.172 s] [INFO] jersey-examples-servlet3-webapp .................... SUCCESS [ 0.340 s] [INFO] jersey-examples-simple-console ..................... SUCCESS [ 2.399 s] [INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [ 2.312 s] [INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [ 0.380 s] [INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [ 0.352 s] [INFO] jersey-examples-system-properties .................. SUCCESS [ 0.224 s] [INFO] jersey-examples-moxy ............................... SUCCESS [ 0.263 s] [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [ 4.955 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:30 min [INFO] Finished at: 2021-06-29T14:51:26Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS