Skip to content
Success

Console Output

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-jc4kl is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-jc4kl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-jc4kl"
    - 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-jc4kl"
    - 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-jc4kl 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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project ---
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java/org/glassfish/jersey/process/internal/Stages.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 367 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes
[INFO] /home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/target/classes
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:2.35-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/single_ci_build/inject/hk2/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:2.35-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/single_ci_build/core-client/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:2.35-SNAPSHOT'. Trying to invoke it...
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/2.35-SNAPSHOT/jersey-cdi1x-validation-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------
[INFO] Building jersey-ext-weld2-se 2.35-SNAPSHOT                      [57/364]
[INFO] --------------------------------[ jar ]---------------------------------
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s - in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.012 s - in org.glassfish.jersey.tests.e2e.common.RequestScopeTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Jun 29, 2021 2:56:42 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 s - in org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Jun 29, 2021 2:57:11 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Jun 29, 2021 2:57:11 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:57:39 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Jun 29, 2021 2:57:39 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:58:12 PM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.189 s - in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 2:58:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Jun 29, 2021 2:58:41 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:58:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Jun 29, 2021 2:59:00 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:59:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jun 29, 2021 2:59:43 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Jun 29, 2021 3:00:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Jun 29, 2021 3:00:13 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Jun 29, 2021 3:00:13 PINFO: [HttpServer-6] Started.
Jun 29, 2021 3:00:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s - in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest
INFO: [HttpServer-9] Started.
Jun 29, 2021 3:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 s - in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest
INFO: HV000001: Hibernate Validator 6.2.0.Final
Jun 29, 2021 3:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 3:01:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
INFO: HV000001: Hibernate Validator 6.2.0.Final
Jun 29, 2021 3:01:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 3:01:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
INFO: [HttpServer-15] Started.
Jun 29, 2021 3:02:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.22 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest
INFO: [HttpServer-2] Started.
Jun 29, 2021 3:03:12 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.624 s - in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest

Jun 29, 2021 3:03:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 3:03:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 3:04:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Jun 29, 2021 3:04:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
INFO: [HttpServer-2] Started.
Jun 29, 2021 3:04:43 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.828 s - in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest
[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 3:05:12 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.549 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 3:05:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Jun 29, 2021 3:05:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
INFO: [HttpServer] Started.
Jun 29, 2021 3:06:12 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.273 s - in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest
INFO: [HttpServer] Started.
Jun 29, 2021 3:06:42 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.355 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest
INFO: [HttpServer-1] Started.
Jun 29, 2021 3:07:11 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.376 s - in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 3:07:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Jun 29, 2021 3:07:43 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 3:08:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jun 29, 2021 3:08:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
INFO: [HttpServer-2] Started.
Jun 29, 2021 3:08:43 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.782 s - in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest
INFO: [HttpServer] Started.
Jun 29, 2021 3:09:12 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.789 s - in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-testng ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/single_ci_build/tests/e2e-testng/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ e2e-testng ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-reload-lib ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/2.35-SNAPSHOT/ejb-multimodule-reload-lib-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/2.35-SNAPSHOT/ejb-multimodule-reload-lib-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-2.35-SNAPSHOT-sources.[INFO] 
[INFO] <<< jetty-maven-plugin:9.4.42.v20210604:start (start-jetty) < validate @ jersey-2031 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.42.v20210604:start (start-jetty) @ jersey-2031 ---
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-2878 ---
[INFO] /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jaxrs-ri ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 995 source files to /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes
[INFO] 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] Compiling 3 source files to /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-4/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ servlet-3-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-4/target/classes
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >----
[INFO] Building jersey-tests-osgi-functional 2.35-SNAPSHOT            [270/364]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/freemarker-webapp/target/freemarker-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/freemarker-webapp/2.35-SNAPSHOT/freemarker-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.examples:groovy >----------------
[INFO] Building jersey-examples-groovy 2.35-SNAPSHOT                  [308/364]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sse-twitter-aggregator ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/sse-twitter-aggregator/target/sse-twitter-aggregator.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/2.35-SNAPSHOT/sse-twitter-aggregator-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/sse-twitter-aggregator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/2.35-SNAPSHOT/sse-twitter-aggregator-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/sse-twitter-aggregator/target/sse-twitter-aggregator-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/sse-twitter-aggregator/2.35-SNAPSHOT/sse-twitter-aggregator-2.35-SNAPSHOT-sources.jar
Tailing the last 500 lines of output:
[INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >---------------
[INFO] Building jersey-examples-moxy 2.35-SNAPSHOT                    [363/364]
[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 [364/364]
[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 [ 27.585 s]
[INFO] jersey-archetypes .................................. SUCCESS [  0.449 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  1.628 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.087 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.155 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.316 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.158 s]
[INFO] jersey-core-common ................................. SUCCESS [ 26.658 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.053 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  1.235 s]
[INFO] jersey-core-client ................................. SUCCESS [  2.082 s]
[INFO] jersey-media ....................................... SUCCESS [  0.045 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  1.707 s]
[INFO] jersey-core-server ................................. SUCCESS [  7.264 s]
[INFO] jersey-containers .................................. SUCCESS [  0.050 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  0.641 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  0.635 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.049 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  1.117 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.401 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.220 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.062 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  0.303 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.037 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [  1.008 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  0.781 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.524 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [  0.767 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  0.535 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [  3.045 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  0.295 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [  0.696 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  0.255 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [  0.713 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.531 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.217 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.039 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [  0.390 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [  1.188 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.081 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  0.844 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  0.679 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [  0.566 s]
[INFO] jersey-media-sse ................................... SUCCESS [  0.827 s]
[INFO] jersey-connectors-helidon .......................... SUCCESS [ 36.182 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.042 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  0.705 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.042 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [  2.329 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.333 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  0.415 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  0.129 s]
[INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [  8.439 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  1.105 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  1.240 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.910 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  4.243 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  0.968 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.524 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.160 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.221 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.197 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.205 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  0.411 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.033 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  0.236 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  0.468 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  0.345 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  0.217 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  0.790 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  0.585 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.333 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  0.287 s]
[INFO] project ............................................ SUCCESS [  0.074 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  1.013 s]
[INFO] jersey-mp-config ................................... SUCCESS [  0.460 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.055 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  0.770 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  0.524 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  0.535 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  0.358 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.304 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  0.915 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.288 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.316 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  0.171 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  0.414 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  0.804 s]
[INFO] jersey-security .................................... SUCCESS [  0.030 s]
[INFO] oauth1-signature ................................... SUCCESS [  0.273 s]
[INFO] jersey-security .................................... SUCCESS [  0.172 s]
[INFO] oauth1-server ...................................... SUCCESS [  0.239 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.262 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  0.417 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.030 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [04:07 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [02:18 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  0.413 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [02:31 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.044 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  0.461 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  0.772 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [04:43 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 12.917 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.040 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.074 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [  3.344 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.056 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  0.595 s]
[INFO] jersey-tests-cdi-client ............................ SUCCESS [  0.385 s]
[INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [  0.298 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.385 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  1.491 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  0.812 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  0.776 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.389 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.685 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  1.634 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  2.135 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.034 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.284 s]
[INFO] jersey-tests-resource-with-at-context .............. SUCCESS [  0.177 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  0.815 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.585 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.627 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.559 s]
[INFO] jersey-tests-context-inject-on-server .............. SUCCESS [  0.728 s]
[INFO] client-connector-provider .......................... SUCCESS [  0.332 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.198 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.457 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.210 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.029 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.453 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  1.709 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  1.125 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.352 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.175 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  1.484 s]
[INFO] jersey-tests-externalproperties .................... SUCCESS [  0.584 s]
[INFO] j-376-reproducer ................................... SUCCESS [  3.469 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.418 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.312 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.458 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.027 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.097 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.437 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.284 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.029 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  0.378 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  0.492 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  0.484 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  0.328 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  0.459 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  0.455 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  0.368 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  2.013 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  2.073 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  1.932 s]
[INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 25.811 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  1.055 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.334 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.218 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  0.557 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  0.458 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  0.517 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  0.666 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  0.376 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  0.831 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  0.475 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  0.391 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  0.311 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  0.566 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  0.562 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  0.386 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  0.452 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  0.362 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  0.580 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  0.376 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  2.627 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  1.040 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  0.888 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  2.523 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  1.852 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  1.280 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  0.672 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  0.426 s]
[INFO] jersey-3992 ........................................ SUCCESS [  0.424 s]
[INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [  0.254 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  0.656 s]
[INFO] jersey-4321 ........................................ SUCCESS [  1.342 s]
[INFO] jersey-examples .................................... SUCCESS [  0.044 s]
[INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [  0.212 s]
[INFO] jersey-4507 ........................................ SUCCESS [  0.100 s]
[INFO] jersey-4542 ........................................ SUCCESS [  0.189 s]
[INFO] jersey-4697 ........................................ SUCCESS [  0.245 s]
[INFO] jersey-4722 ........................................ SUCCESS [  0.198 s]
[INFO] jetty-response-close ............................... SUCCESS [  0.434 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.044 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 59.321 s]
[INFO] microprofile-integration-project ................... SUCCESS [  0.031 s]
[INFO] microprofile-config-project ........................ SUCCESS [  0.030 s]
[INFO] config-webapp ...................................... SUCCESS [  0.148 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  0.216 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [  4.661 s]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [  0.498 s]
[INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [  0.335 s]
[INFO] jersey-tests-integration-property-check ............ SUCCESS [  0.111 s]
[INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [  0.288 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [  0.246 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [  0.531 s]
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [  0.499 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [  0.261 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [  0.461 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [  0.299 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [  0.328 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [  0.296 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [  0.378 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [  0.219 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [  0.261 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [  0.257 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [  0.598 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [  0.451 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [  0.519 s]
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [  0.298 s]
[INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [  0.425 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [  1.481 s]
[INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [  1.288 s]
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [  0.789 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [  0.505 s]
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [  0.638 s]
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [  0.803 s]
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [  0.945 s]
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [  1.350 s]
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [  0.281 s]
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [  0.232 s]
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [  0.340 s]
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [  0.316 s]
[INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [  0.303 s]
[INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [  0.331 s]
[INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [  0.220 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [  0.253 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [  0.625 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [  1.994 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [  0.896 s]
[INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [  0.803 s]
[INFO] jersey-tests-integration-sonar-test ................ SUCCESS [  0.935 s]
[INFO] jersey-tests-integration-spring4 ................... SUCCESS [  1.482 s]
[INFO] jersey-tests-integration-spring5 ................... SUCCESS [  2.868 s]
[INFO] jersey-tests-integration-tracing-support ........... SUCCESS [  1.178 s]
[INFO] reactive-streams-integration-project ............... SUCCESS [  0.034 s]
[INFO] sse-reactive-streams-tck ........................... SUCCESS [  0.358 s]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  0.142 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.148 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.035 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.032 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.295 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.065 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  0.306 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.029 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [  8.815 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.345 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.322 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.268 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.103 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.435 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.404 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.107 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.399 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.066 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [  5.023 s]
[INFO] jersey-tests-stress ................................ SUCCESS [  0.092 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.027 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  6.383 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.118 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  0.547 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.040 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.122 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  0.502 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  0.640 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  0.730 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  0.679 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  0.696 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  0.705 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  0.900 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  0.826 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  1.490 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  0.435 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  0.283 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  0.477 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  0.496 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  0.396 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  0.304 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.295 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.080 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.336 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.514 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.608 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [  0.356 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  0.171 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  0.223 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  0.239 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  0.261 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  0.240 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  0.261 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [  4.338 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  0.635 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  1.133 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [ 12.805 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  0.186 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  0.909 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  0.229 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  0.180 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  0.197 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  0.192 s]
[INFO] jersey-examples-helloworld-weld .................... SUCCESS [  0.441 s]
[INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [  0.407 s]
[INFO] helloworld-spring-annotations ...................... SUCCESS [  0.181 s]
[INFO] jersey-examples-http-patch ......................... SUCCESS [  0.332 s]
[INFO] jersey-examples-http-trace ......................... SUCCESS [  0.185 s]
[INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [  0.442 s]
[INFO] jersey-examples-https-server-glassfish ............. SUCCESS [  0.314 s]
[INFO] jersey-examples-java8-webapp ....................... SUCCESS [  0.217 s]
[INFO] jersey-examples-jaxb ............................... SUCCESS [  0.261 s]
[INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [  0.397 s]
[INFO] jersey-examples-ejb ................................ SUCCESS [  0.147 s]
[INFO] jersey-examples-json-binding-webapp ................ SUCCESS [  0.308 s]
[INFO] jersey-examples-json-jackson ....................... SUCCESS [  0.288 s]
[INFO] jersey-examples-json-jackson1 ...................... SUCCESS [  0.219 s]
[INFO] jersey-examples-json-jettison ...................... SUCCESS [  0.245 s]
[INFO] jersey-examples-json-moxy .......................... SUCCESS [  0.256 s]
[INFO] jersey-examples-json-processing-webapp ............. SUCCESS [  0.298 s]
[INFO] jersey-examples-json-with-padding .................. SUCCESS [  0.259 s]
[INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [  0.318 s]
[INFO] jersey-examples-managed-client ..................... SUCCESS [  0.224 s]
[INFO] jersey-examples-managed-client-webapp .............. SUCCESS [  0.249 s]
[INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [  0.214 s]
[INFO] jersey-examples-multipart-webapp ................... SUCCESS [  0.439 s]
[INFO] jersey-examples-open-tracing ....................... SUCCESS [  0.688 s]
[INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [  0.036 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [  0.596 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [  0.186 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [  0.194 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [  0.591 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [  0.651 s]
[INFO] jersey-examples-osgi-http-service .................. SUCCESS [  0.028 s]
[INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [  0.682 s]
[INFO] jersey-examples-osgi-http-service-test ............. SUCCESS [  1.285 s]
[INFO] oauth-client-twitter ............................... SUCCESS [  0.115 s]
[INFO] jersey-examples-reload ............................. SUCCESS [  0.347 s]
[INFO] jersey-examples-rx-client-webapp ................... SUCCESS [  0.882 s]
[INFO] jersey-examples-server-async ....................... SUCCESS [  0.391 s]
[INFO] jersey-examples-server-async-managed ............... SUCCESS [  0.197 s]
[INFO] jersey-examples-server-async-standalone ............ SUCCESS [  0.037 s]
[INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [  0.483 s]
[INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [  0.098 s]
[INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [  0.175 s]
[INFO] jersey-examples-servlet3-webapp .................... SUCCESS [  0.436 s]
[INFO] jersey-examples-simple-console ..................... SUCCESS [  0.244 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [  0.267 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [  0.471 s]
[INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [  2.235 s]
[INFO] jersey-examples-system-properties .................. SUCCESS [  2.313 s]
[INFO] jersey-examples-moxy ............................... SUCCESS [  1.302 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [ 17.932 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21:20 min
[INFO] Finished at: 2021-06-29T15:14:35Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS