Skip to content

Console Output

Push event to branch 3.0
06:34:38 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained etc/jenkins/Jenkinsfile_ci_build from b861a1c858c731a1b8d308e78796c39563b80d8e
[Pipeline] Start of Pipeline
[Pipeline] timeout
Timeout set to expire after 1 day 6 hr without activity
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Jersey build)
[Pipeline] parallel
[Pipeline] { (Branch: JDK 8)
[Pipeline] { (Branch: JDK 11)
[Pipeline] { (Branch: JDK 21)
[Pipeline] stage
[Pipeline] { (JDK 8)
[Pipeline] stage
[Pipeline] { (JDK 11)
[Pipeline] stage
[Pipeline] { (JDK 21)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Agent centos-7-mt19p is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-mt19p"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-mt19p"
    - 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: "centos-7-mt19p"
    - 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-centos-7:remoting-3160.vd76b_9ddd10cc"
    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
      subPath: ""
    - 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 centos-7-mt19p in /home/jenkins/agent/workspace/ci-cd-integration_3.0
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
Agent centos-7-84p33 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-84p33"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-84p33"
    - 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: "centos-7-84p33"
    - 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-centos-7:remoting-3160.vd76b_9ddd10cc"
    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
      subPath: ""
    - 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 centos-7-84p33 in /home/jenkins/agent/workspace/ci-cd-integration_3.0
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/ci-cd-integration_3.0 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10
Cloning repository https://github.com/eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/ci-cd-integration_3.0 # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10
Avoid second fetch
Checking out Revision b861a1c858c731a1b8d308e78796c39563b80d8e (3.0)
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b861a1c858c731a1b8d308e78796c39563b80d8e # timeout=10
Commit message: "[3.0] versions update (#5584)"
 > git rev-list --no-walk 2cd28b7ebfcc0f17a75eaca3c2dcdb42426cce65 # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/3.0:refs/remotes/origin/3.0 # timeout=10
Avoid second fetch
Checking out Revision b861a1c858c731a1b8d308e78796c39563b80d8e (3.0)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ bash /home/jenkins/agent/workspace/ci-cd-integration_3.0/etc/jenkins/jenkins_build.sh
Commit message: "[3.0] versions update (#5584)"
[Pipeline] withEnv
[Pipeline] {
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b861a1c858c731a1b8d308e78796c39563b80d8e # timeout=10
[Pipeline] tool
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ bash /home/jenkins/agent/workspace/ci-cd-integration_3.0/etc/jenkins/jenkins_build.sh
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
Still waiting to schedule task
Waiting for next available executor on ‘centos-7[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jersey                                                             [pom]
[INFO] jersey-archetypes                                                  [pom]
[INFO] jersey-archetype-heroku-webapp                         [maven-archetype]
[INFO] jersey-archetype-grizzly2                              [maven-archetype]
[INFO] jersey-archetype-webapp                                [maven-archetype]
[INFO] jersey-example-java8-webapp                            [maven-archetype]
[INFO] jersey-bom                                                         [pom]
[INFO] jersey-core-common                                                 [jar]
[INFO] jersey-inject                                                      [pom]
[INFO] jersey-inject-hk2                                                  [jar]
[INFO] jersey-core-client                                                 [jar]
[INFO] jersey-media                                                       [pom]
[INFO] jersey-media-jaxb                                                  [jar]
[INFO] jersey-core-server                                                 [jar]
[INFO] jersey-containers                                                  [pom]
[INFO] jersey-container-grizzly2-http                                     [jar]
[INFO] jersey-container-servlet-core                                      [jar]
[INFO] jersey-test-framework                                              [pom]
[INFO] jersey-test-framework-core                                         [jar]
[INFO] jersey-container-servlet                                           [jar]
[INFO] jersey-container-grizzly2-servlet                                  [jar]
[INFO] jersey-test-framework-providers                                    [pom]
[INFO] jersey-test-framework-provider-grizzly2                            [jar]
[INFO] jersey-connectors                                                  [pom]
[INFO] jersey-connectors-apache                                           [jar]
[INFO] jersey-connectors-apache5                                          [jar]
[INFO] jersey-test-framework-provider-inmemory                            [jar]
[INFO] jersey-test-framework-provider-external                            [jar]
[INFO] jersey-container-jdk-http                                          [jar]
[INFO] jersey-test-framework-provider-jdk-http                            [jar]
[INFO] jersey-container-simple-http                                       [jar]
[INFO] jersey-test-framework-provider-simple                              [jar]
[INFO] jersey-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-media-sse                                                   [jar]
[INFO] jersey-connectors-helidon                                          [jar]
[INFO] jersey-connectors-jdk                                              [jar]
[INFO] jersey-connectors-jetty                                            [jar]
[INFO] jersey-container-jetty-http2                                       [jar]
[INFO] jersey-extensions                                                  [pom]
[INFO] jersey-ext-entity-filtering                                        [jar]
[INFO] jersey-media-json-jackson                                          [jar]
[INFO] jersey-test-framework-provider-jetty-http2                         [jar]
[INFO] jersey-connectors-jetty-http2                                      [jar]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty-servlet                                     [jar]
[INFO] jersey-ext-bean-validation                                         [jar]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding                            [jar]
[INFO] jersey-ext-cdi-rs-inject                                           [jar]
[INFO] jersey-ext-cdi1x-servlet                                           [jar]
[INFO] jersey-ext-cdi1x-transaction                                       [jar]
[INFO] jersey-ext-cdi1x-validation                                        [jar]
[INFO] jersey-ext-weld2-se                                                [jar]
[INFO] jersey-ext-metainf-services                                        [jar]
[INFO] jersey-micrometer                                                  [jar]
[INFO] jersey-ext-mvc                                                     [jar]
[INFO] jersey-ext-mvc-bean-validation                                     [jar]
[INFO] jersey-ext-mvc-freemarker                                          [jar]
[INFO] jersey-ext-mvc-jsp                                                 [jar]
[INFO] jersey-ext-mvc-mustache                                            [jar]
[INFO] jersey-ext-proxy-client                                            [jar]
[INFO] jersey-ext-rx                                                      [pom]
[INFO] jersey-ext-rx-client-guava                                         [jar]
[INFO] jersey-ext-rx-client-rxjava                                        [jar]
[INFO] jersey-ext-rx-client-rxjava2                                       [jar]
[INFO] jersey-spring6                                                     [jar]
[INFO] jersey-wadl-doclet                                                 [jar]
[INFO] jersey-media-json-binding                                          [jar]
[INFO] project                                                            [pom]
[INFO] jersey-mp-rest-client                                              [jar]
[INFO] jersey-mp-config                                                   [jar]
[INFO] jersey-incubator                                                   [pom]
[INFO] jersey-inject-cdi-weld                                             [jar]
[INFO] jersey-declarative-linking                                         [jar]
[INFO] jersey-ext-gae-integration                                         [jar]
[INFO] jersey-media-html-json                                             [jar]
[INFO] jersey-inject-injectless-client                                    [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-gson                                             [jar]
[INFO] jersey-media-json-jettison                                         [jar]
[INFO] jersey-media-json-processing                                       [jar]
[INFO] jersey-media-moxy                                                  [jar]
[INFO] jersey-media-multipart                                             [jar]
[INFO] jersey-security                                                    [pom]
[INFO] oauth1-signature                                                   [jar]
[INFO] jersey-security                                                    [jar]
[INFO] oauth1-server                                                      [jar]
[INFO] oauth2-client                                                      [jar]
[INFO] jersey-test-framework-util                                         [jar]
[INFO] jersey-tests                                                       [pom]
[INFO] jersey-tests-e2e                                                   [jar]
[INFO] jersey-tests-e2e-client                                            [jar]
[INFO] jersey-tests-e2e-core-common                                       [jar]
[INFO] jersey-tests-e2e-entity                                            [jar]
[INFO] jersey-tests-e2e-inject                                            [pom]
[INFO] jersey-tests-e2e-inject-cdi-se                                     [jar]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld                            [jar]
[INFO] e2e-inject-hk2                                                     [jar]
[INFO] jersey-tests-e2e-server                                            [jar]
[INFO] jersey-tests-e2e-testng                                            [jar]
[INFO] jersey-tests-e2e-tls                                               [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[INFO] cdi-integration-project                                            [pom]
[INFO] jersey-tests-cdi-beanvalidation-webapp                             [war]
[INFO] jersey-tests-cdi-client                                            [jar]
[INFO] jersey-tests-cdi-client-on-server                                  [war]
[INFO] jersey-tests-cdi-ejb-webapp                                        [war]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp             [war]
[INFO] cdi-manually-bound                                                 [jar]
[INFO] jersey-tests-cdi-log-check                                         [war]
[INFO] jersey-tests-integration-cdi-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-cdi-multimodule-war                       [war]
[INFO] jersey-tests-integration-cdi-multimodule-war2                      [war]
[INFO] jersey-tests-integration-cdi-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-cdi-multimodule                           [pom]
[INFO] jersey-tests-cdi-multipart-webapp                                  [war]
[INFO] jersey-tests-resource-with-at-context                              [jar]
[INFO] cdi-singleton                                                      [jar]
[INFO] jersey-tests-cdi-webapp                                            [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp           [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp    [war]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp                      [war]
[INFO] jersey-tests-context-inject-on-server                              [jar]
[INFO] client-connector-provider                                          [jar]
[INFO] jersey-tests-integration-ejb-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-ejb-multimodule-war                       [war]
[INFO] jersey-tests-integration-ejb-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-ejb-multimodule                           [pom]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib                [jar]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear                [ear]
[INFO] jersey-tests-integration-ejb-multimodule-reload                    [pom]
[INFO] jersey-tests-ejb-webapp                                            [war]
[INFO] j-376-reproducer                                                   [jar]
[INFO] jersey-tests-integration-j-441-war1                                [war]
[INFO] jersey-tests-integration-j-441-war2                                [war]
[INFO] jersey-tests-integration-j-441-ear                                 [ear]
[INFO] jersey-tests-integration-j-441                                     [pom]
[INFO] jersey-tests-integration-j-59-ejb-lib                              [jar]
[INFO] jersey-tests-integration-j-59-cdi-war                              [war]
[INFO] jersey-tests-integration-j-59-ear                                  [ear]
[INFO] jersey-tests-integration-j-59                                      [pom]
[INFO] jersey-compatibility-jackson14                                     [jar]
[INFO] jersey-tests-integration-jersey-2136                               [war]
[INFO] jersey-tests-integration-jersey-2137                               [war]
[INFO] jersey-tests-integration-jersey-2154                               [war]
[INFO] jersey-tests-integration-jersey-2421                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-3662                                                        [jar]
[INFO] jersey-tests-integration-jersey-3670                               [war]
[INFO] jersey-3992                                                        [war]
[INFO] jersey-tests-integration-jersey-4003                               [jar]
[INFO] jersey-tests-integration-jersey-4099                               [war]
[INFO] jersey-4321                                                        [jar]
[INFO] jersey-examples                                                    [pom]
[INFO] jersey-examples-server-sent-events-jersey                          [jar]
[INFO] jersey-4507                                                        [jar]
[INFO] jersey-4542                                                        [jar]
[INFO] jersey-4697                                                        [jar]
[INFO] jersey-4722                                                        [jar]
[INFO] jersey-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[INFO] microprofile-integration-project                                   [pom]
[INFO] microprofile-config-project                                        [pom]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] jersey-rest-client                                                 [jar]
[INFO] jersey-rest-client-tck                                             [jar]
[INFO] reactive-streams-integration-project                               [pom]
[INFO] sse-reactive-streams-tck                                           [jar]
[INFO] jersey-tests-integration-jersey-5087                               [war]
[INFO] jersey-tests-jmockit                                               [jar]
[INFO] jersey-test-framework-memleak-test-common                          [jar]
[INFO] jersey-tests-memleak                                               [pom]
[INFO] jersey-tests-memleak-redeployment                                  [pom]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app                 [war]
[INFO] jersey-examples-webapp-parent-pom                                  [pom]
[INFO] jersey-examples-helloworld-webapp                                  [war]
[INFO] jersey-test-framework-maven                                        [pom]
[INFO] jersey-test-framework-maven-container-runner-plugin       [maven-plugin]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref              [jar]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app                    [war]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app                 [war]
[INFO] jersey-tests-memleak-testcase                                      [pom]
[INFO] jersey-tests-memleak-testcase-bean-param-leak                      [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak                   [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client            [jar]
[INFO] jersey-tests-memleak-testcase-leaking-test-app                     [war]
[INFO] jersey-tests-osgi                                                  [pom]
[INFO] jersey-tests-osgi-functional                                       [pom]
[INFO] jersey-tests-stress                                                [jar]
[INFO] jersey-tests-performance                                           [pom]
[INFO] performance-test-benchmarks                                        [jar]
[INFO] jersey-tests-performance-runners                                   [pom]
[INFO] jersey-grizzly-runner                                              [jar]
[INFO] jersey-tests-performance-testcase                                  [pom]
[INFO] jersey-tests-performance-assemblies                                [jar]
[INFO] jersey-tests-performance-filter-dynamic-test                       [jar]
[INFO] jersey-tests-performance-filter-global-test                        [jar]
[INFO] jersey-tests-performance-filter-name-test                          [jar]
[INFO] jersey-tests-performance-interceptor-dynamic-test                  [jar]
[INFO] jersey-tests-performance-interceptor-global-test                   [jar]
[INFO] jersey-tests-performance-interceptor-name-test                     [jar]
[INFO] jersey-tests-performance-custom-provider-test                      [jar]
[INFO] jersey-tests-performance-json-jackson-test                         [jar]
[INFO] jersey-tests-performance-json-moxy-test                            [jar]
[INFO] jersey-tests-performance-mbw-kryo-test                             [jar]
[INFO] jersey-tests-performance-text-plain-test                           [jar]
[INFO] jersey-tests-performance-xml-jaxb-test                             [jar]
[INFO] jersey-tests-performance-xml-moxy-test                             [jar]
[INFO] jersey-tests-performance-param-srl                                 [jar]
[INFO] jersey-tests-performance-proxy-injection-test                      [jar]
[INFO] performance-test-tools                                             [jar]
[INFO] jersey-examples-assemblies                                         [jar]
[INFO] jersey-examples-bookmark                                           [war]
[INFO] jersey-examples-bookmark-em                                        [war]
[INFO] jersey-examples-bookstore-webapp                                   [war]
[INFO] jersey-examples-cdi-webapp                                         [war]
[INFO] jersey-examples-clipboard                                          [jar]
[INFO] jersey-examples-clipboard-programmatic                             [jar]
[INFO] jersey-examples-configured-client                                  [jar]
[INFO] jersey-examples-declarative-linking                                [jar]
[INFO] jersey-examples-entity-filtering                                   [jar]
[INFO] jersey-examples-entity-filtering-selectable                        [jar]
[INFO] jersey-examples-entity-filtering-security                          [jar]
[INFO] jersey-examples-extended-wadl-webapp                               [war]
[INFO] jersey-examples-exception-mapping                                  [jar]
[INFO] jersey-examples-freemarker-webapp                                  [war]
[INFO] jersey-examples-groovy                                             [jar]
[INFO] jersey-examples-helloworld                                         [jar]
[INFO] jersey-examples-helloworld-benchmark                               [jar]
[INFO] jersey-examples-helloworld-cdi2-se                                 [jar]
[INFO] jersey-examples-helloworld-netty                                   [jar]
[INFO] jersey-examples-helloworld-programmatic                            [jar]
[INFO] jersey-examples-helloworld-pure-jax-rs                             [jar]
[INFO] jersey-examples-helloworld-weld                                    [jar]
[INFO] jersey-examples-http-patch                                         [jar]
[INFO] jersey-examples-http-trace                                         [jar]
[INFO] jersey-examples-https-clientserver-grizzly                         [jar]
[INFO] jersey-examples-https-server-glassfish                             [war]
[INFO] jersey-examples-java8-webapp                                       [war]
[INFO] jersey-examples-jaxb                                               [jar]
[INFO] jersey-examples-jaxrs-types-injection                              [jar]
[INFO] jersey-examples-ejb                                                [war]
[INFO] jersey-examples-json-binding-webapp                                [war]
[INFO] jersey-examples-json-jackson                                       [jar]
[INFO] jersey-examples-json-jettison                                      [jar]
[INFO] jersey-examples-json-moxy                                          [jar]
[INFO] jersey-examples-json-processing-webapp                             [war]
[INFO] jersey-examples-json-with-padding                                  [jar]
[INFO] jersey-examples-managed-beans-webapp                               [war]
[INFO] jersey-examples-managed-client                                     [jar]
[INFO] jersey-examples-managed-client-webapp                              [war]
[INFO] jersey-examples-managed-client-simple-webapp                       [war]
[INFO] jersey-examples-multipart-webapp                                   [war]
[INFO] jersey-micrometer-example-webapp                                   [jar]
[INFO] jersey-examples-open-tracing                                       [jar]
[INFO] jersey-examples-osgi-helloworld-webapp                             [pom]
[INFO] jersey-examples-osgi-helloworld-webapp-lib                         [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-additional                  [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version           [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-wab                         [war]
[INFO] jersey-examples-osgi-helloworld-webapp-test                        [pom]
[INFO] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-rx-client-webapp                                   [war]
[INFO] jersey-examples-server-async                                       [jar]
[INFO] jersey-examples-server-async-managed                               [jar]
[INFO] jersey-examples-server-async-standalone                            [pom]
[INFO] jersey-examples-server-async-standalone-client                     [jar]
[INFO] jersey-examples-server-async-standalone-webapp                     [war]
[INFO] jersey-examples-server-sent-events-jaxrs                           [jar]
[INFO] jersey-examples-servlet3-webapp                                    [war]
[INFO] jersey-examples-simple-console                                     [jar]
[INFO] jersey-examples-sse-item-store-jersey-webapp                       [war]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp                        [war]
[INFO] jersey-examples-sse-twitter-aggregator                             [jar]
[INFO] jersey-examples-system-properties                                  [jar]
[INFO] jersey-examples-moxy                                               [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jersey                                                             [pom]
[INFO] jersey-archetypes                                                  [pom]
[INFO] jersey-archetype-heroku-webapp                         [maven-archetype]
[INFO] jersey-archetype-grizzly2                              [maven-archetype]
[INFO] jersey-archetype-webapp                                [maven-archetype]
[INFO] jersey-example-java8-webapp                            [maven-archetype]
[INFO] jersey-bom                                                         [pom]
[INFO] jersey-core-common                                                 [jar]
[INFO] jersey-inject                                                      [pom]
[INFO] jersey-inject-hk2                                                  [jar]
[INFO] jersey-core-client                                                 [jar]
[INFO] jersey-media                                                       [pom]
[INFO] jersey-media-jaxb                                                  [jar]
[INFO] jersey-core-server                                                 [jar]
[INFO] jersey-containers                                                  [pom]
[INFO] jersey-container-grizzly2-http                                     [jar]
[INFO] jersey-container-servlet-core                                      [jar]
[INFO] jersey-test-framework                                              [pom]
[INFO] jersey-test-framework-core                                         [jar]
[INFO] jersey-container-servlet                                           [jar]
[INFO] jersey-container-grizzly2-servlet                                  [jar]
[INFO] jersey-test-framework-providers                                    [pom]
[INFO] jersey-test-framework-provider-grizzly2                            [jar]
[INFO] jersey-connectors                                                  [pom]
[INFO] jersey-connectors-apache                                           [jar]
[INFO] jersey-connectors-apache5                                          [jar]
[INFO] jersey-test-framework-provider-inmemory                            [jar]
[INFO] jersey-test-framework-provider-external                            [jar]
[INFO] jersey-container-jdk-http                                          [jar]
[INFO] jersey-test-framework-provider-jdk-http                            [jar]
[INFO] jersey-container-simple-http                                       [jar]
[INFO] jersey-test-framework-provider-simple                              [jar]
[INFO] jersey-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-media-sse                                                   [jar]
[INFO] jersey-connectors-helidon                                          [jar]
[INFO] jersey-connectors-jdk                                              [jar]
[INFO] jersey-connectors-jetty                                            [jar]
[INFO] jersey-container-jetty-http2                                       [jar]
[INFO] jersey-extensions                                                  [pom]
[INFO] jersey-ext-entity-filtering                                        [jar]
[INFO] jersey-media-json-jackson                                          [jar]
[INFO] jersey-test-framework-provider-jetty-http2                         [jar]
[INFO] jersey-connectors-jetty-http2                                      [jar]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty-servlet                                     [jar]
[INFO] jersey-ext-bean-validation                                         [jar]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding                            [jar]
[INFO] jersey-ext-cdi-rs-inject                                           [jar]
[INFO] jersey-ext-cdi1x-servlet                                           [jar]
[INFO] jersey-ext-cdi1x-transaction                                       [jar]
[INFO] jersey-ext-cdi1x-validation                                        [jar]
[INFO] jersey-ext-weld2-se                                                [jar]
[INFO] jersey-ext-metainf-services                                        [jar]
[INFO] jersey-micrometer                                                  [jar]
[INFO] jersey-ext-mvc                                                     [jar]
[INFO] jersey-ext-mvc-bean-validation                                     [jar]
[INFO] jersey-ext-mvc-freemarker                                          [jar]
[INFO] jersey-ext-mvc-jsp                                                 [jar]
[INFO] jersey-ext-mvc-mustache                                            [jar]
[INFO] jersey-ext-proxy-client                                            [jar]
[INFO] jersey-ext-rx                                                      [pom]
[INFO] jersey-ext-rx-client-guava                                         [jar]
[INFO] jersey-ext-rx-client-rxjava                                        [jar]
[INFO] jersey-ext-rx-client-rxjava2                                       [jar]
[INFO] jersey-spring6                                                     [jar]
[INFO] jersey-wadl-doclet                                                 [jar]
[INFO] jersey-media-json-binding                                          [jar]
[INFO] project                                                            [pom]
[INFO] jersey-mp-rest-client                                              [jar]
[INFO] jersey-mp-config                                                   [jar]
[INFO] jersey-incubator                                                   [pom]
[INFO] jersey-inject-cdi-weld                                             [jar]
[INFO] jersey-declarative-linking                                         [jar]
[INFO] jersey-ext-gae-integration                                         [jar]
[INFO] jersey-media-html-json                                             [jar]
[INFO] jersey-inject-injectless-client                                    [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-gson                                             [jar]
[INFO] jersey-media-json-jettison                                         [jar]
[INFO] jersey-media-json-processing                                       [jar]
[INFO] jersey-media-moxy                                                  [jar]
[INFO] jersey-media-multipart                                             [jar]
[INFO] jersey-security                                                    [pom]
[INFO] oauth1-signature                                                   [jar]
[INFO] jersey-security                                                    [jar]
[INFO] oauth1-server                                                      [jar]
[INFO] oauth2-client                                                      [jar]
[INFO] jersey-test-framework-util                                         [jar]
[INFO] jersey-tests                                                       [pom]
[INFO] jersey-tests-e2e                                                   [jar]
[INFO] jersey-tests-e2e-client                                            [jar]
[INFO] jersey-tests-e2e-core-common                                       [jar]
[INFO] jersey-tests-e2e-entity                                            [jar]
[INFO] jersey-tests-e2e-inject                                            [pom]
[INFO] jersey-tests-e2e-inject-cdi-se                                     [jar]
[INFO] jersey-tests-e2e-inject-cdi-inject-weld                            [jar]
[INFO] e2e-inject-hk2                                                     [jar]
[INFO] jersey-tests-e2e-server                                            [jar]
[INFO] jersey-tests-e2e-testng                                            [jar]
[INFO] jersey-tests-e2e-tls                                               [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[INFO] cdi-integration-project                                            [pom]
[INFO] jersey-tests-cdi-beanvalidation-webapp                             [war]
[INFO] jersey-tests-cdi-client                                            [jar]
[INFO] jersey-tests-cdi-client-on-server                                  [war]
[INFO] jersey-tests-cdi-ejb-webapp                                        [war]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp             [war]
[INFO] cdi-manually-bound                                                 [jar]
[INFO] jersey-tests-cdi-log-check                                         [war]
[INFO] jersey-tests-integration-cdi-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-cdi-multimodule-war                       [war]
[INFO] jersey-tests-integration-cdi-multimodule-war2                      [war]
[INFO] jersey-tests-integration-cdi-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-cdi-multimodule                           [pom]
[INFO] jersey-tests-cdi-multipart-webapp                                  [war]
[INFO] jersey-tests-resource-with-at-context                              [jar]
[INFO] cdi-singleton                                                      [jar]
[INFO] jersey-tests-cdi-webapp                                            [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp           [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp    [war]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp                      [war]
[INFO] jersey-tests-context-inject-on-server                              [jar]
[INFO] jersey-tests-glassfish-inject-on-server                            [jar]
[INFO] client-connector-provider                                          [jar]
[INFO] jersey-tests-integration-ejb-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-ejb-multimodule-war                       [war]
[INFO] jersey-tests-integration-ejb-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-ejb-multimodule                           [pom]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib                [jar]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear                [ear]
[INFO] jersey-tests-integration-ejb-multimodule-reload                    [pom]
[INFO] jersey-tests-ejb-webapp                                            [war]
[INFO] j-376-reproducer                                                   [jar]
[INFO] jersey-tests-integration-j-441-war1                                [war]
[INFO] jersey-tests-integration-j-441-war2                                [war]
[INFO] jersey-tests-integration-j-441-ear                                 [ear]
[INFO] jersey-tests-integration-j-441                                     [pom]
[INFO] jersey-tests-integration-j-59-ejb-lib                              [jar]
[INFO] jersey-tests-integration-j-59-cdi-war                              [war]
[INFO] jersey-tests-integration-j-59-ear                                  [ear]
[INFO] jersey-tests-integration-j-59                                      [pom]
[INFO] jersey-compatibility-jackson14                                     [jar]
[INFO] jersey-tests-integration-jersey-2136                               [war]
[INFO] jersey-tests-integration-jersey-2137                               [war]
[INFO] jersey-tests-integration-jersey-2154                               [war]
[INFO] jersey-tests-integration-jersey-2421                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-3662                                                        [jar]
[INFO] jersey-tests-integration-jersey-3670                               [war]
[INFO] jersey-3992                                                        [war]
[INFO] jersey-tests-integration-jersey-4003                               [jar]
[INFO] jersey-tests-integration-jersey-4099                               [war]
[INFO] jersey-4321                                                        [jar]
[INFO] jersey-examples                                                    [pom]
[INFO] jersey-examples-server-sent-events-jersey                          [jar]
[INFO] jersey-4507                                                        [jar]
[INFO] jersey-4542                                                        [jar]
[INFO] jersey-4697                                                        [jar]
[INFO] jersey-4722                                                        [jar]
[INFO] jersey-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[INFO] microprofile-integration-project                                   [pom]
[INFO] microprofile-config-project                                        [pom]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] jersey-rest-client                                                 [jar]
[INFO] jersey-rest-client-tck                                             [jar]
[INFO] reactive-streams-integration-project                               [pom]
[INFO] sse-reactive-streams-tck                                           [jar]
[INFO] jersey-tests-integration-jersey-5087                               [war]
[INFO] jersey-tests-integration-jersey-async-filter                       [war]
[INFO] jersey-tests-externalproperties                                    [jar]
[INFO] jersey-tests-component-inject                                      [war]
[INFO] jersey-tests-integration-jersey-780                                [war]
[INFO] jersey-tests-integration-jersey-1107                               [war]
[INFO] jersey-tests-integration-jersey-1223                               [war]
[INFO] jersey-tests-integration-jersey-1604                               [war]
[INFO] jersey-tests-integration-jersey-1667                               [war]
[INFO] jersey-tests-integration-jersey-1883                               [war]
[INFO] jersey-tests-integration-jersey-1928                               [war]
[INFO] jersey-tests-integration-jersey-1960                               [war]
[INFO] jersey-tests-integration-jersey-1964                               [war]
[INFO] jersey-tests-integration-jersey-2031                               [war]
[INFO] jersey-tests-integration-jersey-2160                               [war]
[INFO] jersey-tests-integration-jersey-2164                               [war]
[INFO] jersey-tests-integration-jersey-2167                               [war]
[INFO] jersey-tests-integration-jersey-2176                               [war]
[INFO] jersey-tests-integration-jersey-2184                               [war]
[INFO] jersey-tests-integration-jersey-2255                               [war]
[INFO] jersey-tests-integration-jersey-2322                               [war]
[INFO] jersey-tests-integration-jersey-2335                               [war]
[INFO] jersey-tests-integration-jersey-2551                               [war]
[INFO] jersey-tests-integration-jersey-2612                               [war]
[INFO] jersey-tests-integration-jersey-2637                               [war]
[INFO] jersey-tests-integration-jersey-2654                               [war]
[INFO] jersey-tests-integration-jersey-2673                               [war]
[INFO] jersey-tests-integration-jersey-2689                               [war]
[INFO] jersey-tests-integration-jersey-2704                               [war]
[INFO] jersey-tests-integration-jersey-2794                               [war]
[INFO] jersey-tests-integration-jersey-2846                               [war]
[INFO] jersey-tests-integration-jersey-2878                               [war]
[INFO] jersey-tests-integration-jersey-2892                               [war]
[INFO] jersey-tests-integration-jersey-3796                               [war]
[INFO] jersey-tests-integration-jersey-4949                               [war]
[INFO] jersey-tests-integration-property-check                            [jar]
[INFO] jersey-tests-integration-jersey-security-digest                    [war]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1               [war]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2               [war]
[INFO] jersey-tests-integration-servlet-2.5-filter                        [war]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1                   [war]
[INFO] jersey-tests-integration-servlet-2.5-init-1                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-2                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-3                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-4                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-5                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-6                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-7                        [war]
[INFO] jersey-tests-integration-servlet-2.5-init-8                        [war]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1                         [war]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2                         [war]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3                         [war]
[INFO] jersey-tests-integration-servlet-2.5-reload                        [war]
[INFO] jersey-tests-integration-servlet-3-async                           [war]
[INFO] jersey-tests-integration-servlet-3-chunked-io                      [war]
[INFO] jersey-tests-integration-servlet-3-filter                          [war]
[INFO] jersey-tests-integration-servlet-3-gf-async                        [war]
[INFO] jersey-tests-integration-servlet-3-inflector-1                     [war]
[INFO] jersey-tests-integration-servlet-3-init-1                          [war]
[INFO] jersey-tests-integration-servlet-3-init-2                          [war]
[INFO] jersey-tests-integration-servlet-3-init-3                          [war]
[INFO] jersey-tests-integration-servlet-3-init-4                          [war]
[INFO] jersey-tests-integration-servlet-3-init-5                          [war]
[INFO] jersey-tests-integration-servlet-3-init-6                          [war]
[INFO] jersey-tests-integration-servlet-3-init-7                          [war]
[INFO] jersey-tests-integration-servlet-3-init-8                          [war]
[INFO] jersey-tests-integration-servlet-3-init-9                          [war]
[INFO] jersey-tests-integration-servlet-3-init-provider                   [war]
[INFO] jersey-tests-integration-servlet-3-params                          [war]
[INFO] jersey-tests-integration-servlet-3-sse-1                           [war]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1                         [war]
[INFO] jersey-tests-integration-servlet-tests                             [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding           [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2         [war]
[INFO] jersey-tests-integration-sonar-test                                [war]
[INFO] jersey-tests-integration-tracing-support                           [war]
[INFO] jersey-tests-jmockit                                               [jar]
[INFO] jersey-test-framework-memleak-test-common                          [jar]
[INFO] jersey-tests-memleak                                               [pom]
[INFO] jersey-tests-memleak-redeployment                                  [pom]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app                 [war]
[INFO] jersey-examples-webapp-parent-pom                                  [pom]
[INFO] jersey-examples-helloworld-webapp                                  [war]
[INFO] jersey-test-framework-maven                                        [pom]
[INFO] jersey-test-framework-maven-container-runner-plugin       [maven-plugin]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref              [jar]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app                    [war]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app                 [war]
[INFO] jersey-tests-memleak-testcase                                      [pom]
[INFO] jersey-tests-memleak-testcase-bean-param-leak                      [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak                   [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client            [jar]
[INFO] jersey-tests-memleak-testcase-leaking-test-app                     [war]
[INFO] jersey-tests-osgi                                                  [pom]
[INFO] jersey-tests-osgi-functional                                       [pom]
[INFO] jersey-tests-stress                                                [jar]
[INFO] jersey-tests-performance                                           [pom]
[INFO] performance-test-benchmarks                                        [jar]
[INFO] jersey-tests-performance-runners                                   [pom]
[INFO] jersey-grizzly-runner                                              [jar]
[INFO] jersey-tests-performance-testcase                                  [pom]
[INFO] jersey-tests-performance-assemblies                                [jar]
[INFO] jersey-tests-performance-filter-dynamic-test                       [jar]
[INFO] jersey-tests-performance-filter-global-test                        [jar]
[INFO] jersey-tests-performance-filter-name-test                          [jar]
[INFO] jersey-tests-performance-interceptor-dynamic-test                  [jar]
[INFO] jersey-tests-performance-interceptor-global-test                   [jar]
[INFO] jersey-tests-performance-interceptor-name-test                     [jar]
[INFO] jersey-tests-performance-custom-provider-test                      [jar]
[INFO] jersey-tests-performance-json-jackson-test                         [jar]
[INFO] jersey-tests-performance-json-moxy-test                            [jar]
[INFO] jersey-tests-performance-mbw-kryo-test                             [jar]
[INFO] jersey-tests-performance-text-plain-test                           [jar]
[INFO] jersey-tests-performance-xml-jaxb-test                             [jar]
[INFO] jersey-tests-performance-xml-moxy-test                             [jar]
[INFO] jersey-tests-performance-param-srl                                 [jar]
[INFO] jersey-tests-performance-proxy-injection-test                      [jar]
[INFO] performance-test-tools                                             [jar]
[INFO] jersey-release-test                                                [jar]
[INFO] jersey-agnostic-test                                               [jar]
[INFO] jersey-examples-assemblies                                         [jar]
[INFO] jersey-examples-bookmark                                           [war]
[INFO] jersey-examples-bookmark-em                                        [war]
[INFO] jersey-examples-bookstore-webapp                                   [war]
[INFO] jersey-examples-cdi-webapp                                         [war]
[INFO] jersey-examples-clipboard                                          [jar]
[INFO] jersey-examples-clipboard-programmatic                             [jar]
[INFO] jersey-examples-configured-client                                  [jar]
[INFO] jersey-examples-declarative-linking                                [jar]
[INFO] jersey-examples-entity-filtering                                   [jar]
[INFO] jersey-examples-entity-filtering-selectable                        [jar]
[INFO] jersey-examples-entity-filtering-security                          [jar]
[INFO] jersey-examples-extended-wadl-webapp                               [war]
[INFO] jersey-examples-exception-mapping                                  [jar]
[INFO] jersey-examples-freemarker-webapp                                  [war]
[INFO] jersey-examples-groovy                                             [jar]
[INFO] jersey-examples-helloworld                                         [jar]
[INFO] jersey-examples-helloworld-benchmark                               [jar]
[INFO] jersey-examples-helloworld-cdi2-se                                 [jar]
[INFO] jersey-examples-helloworld-netty                                   [jar]
[INFO] jersey-examples-helloworld-programmatic                            [jar]
[INFO] jersey-examples-helloworld-pure-jax-rs                             [jar]
[INFO] jersey-examples-helloworld-weld                                    [jar]
[INFO] jersey-examples-http-patch                                         [jar]
[INFO] jersey-examples-http-trace                                         [jar]
[INFO] jersey-examples-https-clientserver-grizzly                         [jar]
[INFO] jersey-examples-https-server-glassfish                             [war]
[INFO] jersey-examples-java8-webapp                                       [war]
[INFO] jersey-examples-jaxb                                               [jar]
[INFO] jersey-examples-jaxrs-types-injection                              [jar]
[INFO] jersey-examples-ejb                                                [war]
[INFO] jersey-examples-json-binding-webapp                                [war]
[INFO] jersey-examples-json-jackson                                       [jar]
[INFO] jersey-examples-json-jettison                                      [jar]
[INFO] jersey-examples-json-moxy                                          [jar]
[INFO] jersey-examples-json-processing-webapp                             [war]
[INFO] jersey-examples-json-with-padding                                  [jar]
[INFO] jersey-examples-managed-beans-webapp                               [war]
[INFO] jersey-examples-managed-client                                     [jar]
[INFO] jersey-examples-managed-client-webapp                              [war]
[INFO] jersey-examples-managed-client-simple-webapp                       [war]
[INFO] jersey-examples-multipart-webapp                                   [war]
[INFO] jersey-micrometer-example-webapp                                   [jar]
[INFO] jersey-examples-open-tracing                                       [jar]
[INFO] jersey-examples-osgi-helloworld-webapp                             [pom]
[INFO] jersey-examples-osgi-helloworld-webapp-lib                         [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-additional                  [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version           [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-wab                         [war]
[INFO] jersey-examples-osgi-helloworld-webapp-test                        [pom]
[INFO] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-rx-client-webapp                                   [war]
[INFO] jersey-examples-server-async                                       [jar]
[INFO] jersey-examples-server-async-managed                               [jar]
[INFO] jersey-examples-server-async-standalone                            [pom]
[INFO] jersey-examples-server-async-standalone-client                     [jar]
[INFO] jersey-examples-server-async-standalone-webapp                     [war]
[INFO] jersey-examples-server-sent-events-jaxrs                           [jar]
[INFO] jersey-examples-servlet3-webapp                                    [war]
[INFO] jersey-examples-simple-console                                     [jar]
[INFO] jersey-examples-sse-item-store-jersey-webapp                       [war]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp                        [war]
[INFO] jersey-examples-sse-twitter-aggregator                             [jar]
[INFO] jersey-examples-system-properties                                  [jar]
[INFO] jersey-examples-moxy                                               [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 3.0.99-SNAPSHOT                                  [1/370]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 3.0.99-SNAPSHOT                                  [1/292]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- directory:1.0:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from  to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from  to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from  to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 33117 for jersey.config.test.container.port
[INFO] Reserved port 36191 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/ci-cd-integration_3.0
[INFO] 
[INFO] --- build-helper:3.5.0:parse-version (parse-version) @ project ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (default) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/ci-cd-integration_3.0/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project ---
[INFO] Copying 2 resources from  to target/classes/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Copying 2 resources from  to target/generated-sources/rsrc-gen/META-INF
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Copying 2 resources from  to target/legal/META-INF
[INFO] 
[INFO] --- build-helper:3.5.0:reserve-network-port (reserve-port) @ project ---
[INFO] Reserved port 40387 for jersey.config.test.container.port
[INFO] Reserved port 35165 for jersey.config.test.container.stop.port
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project ---
[INFO] CycloneDX: Resolving Aggregated Dependencies
[INFO] CycloneDX: Resolving Aggregated Dependencies
[WARNING] Unable to create Maven project for com.sun:tools-jar:jar:1 from repository.
Aborted by Maxim Nesen
Sending interrupt signal to process
Sending interrupt signal to process
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 21
script returned exit code 143
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 8
script returned exit code 143
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 11
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 079ed53f-be14-44cb-adcc-6ccfdc51a654

GitHub has been notified of this commit’s build result

Finished: ABORTED