Skip to content

Console Output

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 default-agent-rvw8l is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-rvw8l"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-rvw8l"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-rvw8l"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      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: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on default-agent-rvw8l in /home/jenkins/agent/workspace/Jersey_master_nightly_node_build
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey_master_nightly_node_build # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 2f87ada974f9cfd1b4eafe169c21489e80b10bbe (refs/remotes/origin/master)
Commit message: "Replace an Exception thrown with BAD_REQUEST"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f87ada974f9cfd1b4eafe169c21489e80b10bbe
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 2f87ada974f9cfd1b4eafe169c21489e80b10bbe
 > git rev-list --no-walk 2f87ada974f9cfd1b4eafe169c21489e80b10bbe # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Nightly build)
[Pipeline] sh
+ export 'BUILD_OUTPUT=/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out'
+ export 'M2_HOME=/opt/tools/apache-maven/3.6.2'
+ touch /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out
+ trap error_handler EXIT
+ rm -rf '/home/jenkins/.m2/repository/*'
+ sed -i 's|groupId("org.mortbay.jetty").artifactId("servlet-api-2.5")|groupId("jakarta.servlet").artifactId("jakarta.servlet-api")|g' tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.java
+ sed -i 's|<version>1.0.3</version>|<version>2.5.0-b42</version>|g' pom.xml
+ sed -i 's|<version>3.5.0</version>|<version>4.2.1</version>|g' pom.xml
+ sed -i 's|<forkMode>always</forkMode>|<forkCount>1</forkCount><reuseForks>true</reuseForks><argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine><testFailureIgnore>true</testFailureIgnore>|g' examples/extended-wadl-webapp/pom.xml
+ sed -i 's|<reuseForks>false</reuseForks>|<reuseForks>true</reuseForks><argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine><testFailureIgnore>true</testFailureIgnore>|g' tests/osgi/functional/pom.xml
+ mvn -B -U -V -e clean install
+ error_handler
+ echo ERROR: An error was encountered with the build.
ERROR: An error was encountered with the build.
+ dump_output
+ echo Tailing the last 500 lines of output:
Tailing the last 500 lines of output:
+ tail -500 /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out
request: 10
request: 12
request: 14
Jan 06, 2020 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jan 06, 2020 9:30:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jan 06, 2020 9:30:04 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jan 06, 2020 9:30:04 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
request: 0
request: 2
request: 4
request: 6
request: 8
request: 10
request: 12
request: 14
request: 16
request: 18
Jan 06, 2020 9:30:04 AM 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.634 s - in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest
[INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest
Jan 06, 2020 9:30:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jan 06, 2020 9:30:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Jan 06, 2020 9:30:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jan 06, 2020 9:30:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
resource: hello, this is text entity
Jan 06, 2020 9:30:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jan 06, 2020 9:30:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jan 06, 2020 9:30:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jan 06, 2020 9:30:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
resource: hello, this is text entity
Jan 06, 2020 9:30:06 AM 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.075 s - in org.glassfish.jersey.tests.e2e.InterceptorGzipTest
[INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest
Jan 06, 2020 9:30:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jan 06, 2020 9:30:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Jan 06, 2020 9:30:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jan 06, 2020 9:30:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
resource: hello, this is text entity
Jan 06, 2020 9:30:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jan 06, 2020 9:30:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Jan 06, 2020 9:30:07 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jan 06, 2020 9:30:07 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
resource: hello, this is text entity
Jan 06, 2020 9:30:07 AM 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.21 s - in org.glassfish.jersey.tests.e2e.InterceptorCustomTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   ResponseWriterOutputStreamTest.testAll:117->testPost:111 
Expected: is "RESOURCE"
     but: was ""
[INFO] 
[ERROR] Tests run: 428, Failures: 1, Errors: 0, Skipped: 5
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 2.30-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [  7.487 s]
[INFO] jersey-archetypes .................................. SUCCESS [  0.550 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  1.965 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.145 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.140 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.141 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.954 s]
[INFO] jersey-core-common ................................. SUCCESS [ 32.467 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.104 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  2.910 s]
[INFO] jersey-core-client ................................. SUCCESS [ 12.538 s]
[INFO] jersey-media ....................................... SUCCESS [  0.105 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  7.264 s]
[INFO] jersey-core-server ................................. SUCCESS [ 23.945 s]
[INFO] jersey-containers .................................. SUCCESS [  0.089 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  1.313 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  1.370 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.100 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  2.201 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.207 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.563 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.102 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  2.383 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.100 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [ 15.549 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  1.754 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.116 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [ 17.402 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  7.437 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [ 21.380 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  1.551 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [ 10.490 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  1.452 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [ 26.786 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.226 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.156 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.081 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [  7.739 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [  4.981 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.076 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  1.106 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  0.887 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [  8.348 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.079 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  2.113 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.077 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [ 15.656 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.467 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  0.354 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  0.674 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.186 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  1.439 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.513 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  1.654 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  1.585 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.492 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.145 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.384 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.350 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.314 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  2.806 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.076 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  1.149 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  1.347 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  1.411 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  0.651 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  5.191 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  4.108 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.534 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  1.047 s]
[INFO] project ............................................ SUCCESS [  0.074 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  1.082 s]
[INFO] jersey-mp-config ................................... SUCCESS [  8.597 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.075 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  6.275 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  1.452 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  3.548 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  2.139 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.598 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  3.869 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.350 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.377 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  1.573 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  1.633 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  6.393 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 21.935 s]
[INFO] jersey-security .................................... SUCCESS [  0.076 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.145 s]
[INFO] jersey-security .................................... SUCCESS [  0.187 s]
[INFO] oauth1-server ...................................... SUCCESS [  2.889 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.160 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  3.070 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.073 s]
[INFO] jersey-tests-e2e ................................... FAILURE [03:58 min]
[INFO] jersey-tests-e2e-client ............................ SKIPPED
[INFO] jersey-tests-e2e-core-common ....................... SKIPPED
[INFO] jersey-tests-e2e-entity ............................ SKIPPED
[INFO] jersey-tests-e2e-inject ............................ SKIPPED
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SKIPPED
[INFO] e2e-inject-hk2 ..................................... SKIPPED
[INFO] jersey-tests-e2e-server ............................ SKIPPED
[INFO] jersey-tests-e2e-testng ............................ SKIPPED
[INFO] jersey-tests-integration ........................... SKIPPED
[INFO] jersey-asm-integration ............................. SKIPPED
[INFO] jersey-tests-integration-jersey-async-filter ....... SKIPPED
[INFO] cdi-integration-project ............................ SKIPPED
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SKIPPED
[INFO] jersey-tests-cdi-ejb-webapp ........................ SKIPPED
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SKIPPED
[INFO] cdi-manually-bound ................................. SKIPPED
[INFO] jersey-tests-cdi-log-check ......................... SKIPPED
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SKIPPED
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SKIPPED
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SKIPPED
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SKIPPED
[INFO] jersey-tests-integration-cdi-multimodule ........... SKIPPED
[INFO] jersey-tests-cdi-multipart-webapp .................. SKIPPED
[INFO] jersey-tests-cdi-webapp ............................ SKIPPED
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SKIPPED
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SKIPPED
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SKIPPED
[INFO] client-connector-provider .......................... SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule ........... SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SKIPPED
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SKIPPED
[INFO] jersey-tests-ejb-webapp ............................ SKIPPED
[INFO] j-376-reproducer ................................... SKIPPED
[INFO] jersey-tests-integration-j-441-war1 ................ SKIPPED
[INFO] jersey-tests-integration-j-441-war2 ................ SKIPPED
[INFO] jersey-tests-integration-j-441-ear ................. SKIPPED
[INFO] jersey-tests-integration-j-441 ..................... SKIPPED
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SKIPPED
[INFO] jersey-tests-integration-j-59-cdi-war .............. SKIPPED
[INFO] jersey-tests-integration-j-59-ear .................. SKIPPED
[INFO] jersey-tests-integration-j-59 ...................... SKIPPED
[INFO] jersey-tests-component-inject ...................... SKIPPED
[INFO] jersey-tests-integration-jersey-1107 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1223 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1604 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1667 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1829 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1883 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1928 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1960 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-1964 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2136 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2137 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2154 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2160 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2164 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2167 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2176 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2184 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2255 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2322 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2335 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2421 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2551 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2612 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2637 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2654 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2673 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2689 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2704 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2776 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2794 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2846 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2878 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-2892 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-3796 ............... SKIPPED
[INFO] jersey-tests-integration-jersey-780 ................ SKIPPED
[INFO] jersey-tests-integration-jersey-3670 ............... SKIPPED
[INFO] jersey-3992 ........................................ SKIPPED
[INFO] jersey-tests-integration-jersey-4099 ............... SKIPPED
[INFO] jersey-4321 ........................................ SKIPPED
[INFO] jersey-tests-integration-portability-jersey-1 ...... SKIPPED
[INFO] jersey-tests-integration-portability-jersey-2 ...... SKIPPED
[INFO] jersey-tests-integration-property-check ............ SKIPPED
[INFO] jersey-tests-integration-jersey-security-digest .... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SKIPPED
[INFO] jersey-bundles ..................................... SKIPPED
[INFO] jersey-bundles-jaxrs-ri ............................ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SKIPPED
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SKIPPED
[INFO] jersey-tests-integration-servlet-3-async ........... SKIPPED
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SKIPPED
[INFO] jersey-tests-integration-servlet-3-filter .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SKIPPED
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-init-provider ... SKIPPED
[INFO] jersey-tests-integration-servlet-3-params .......... SKIPPED
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SKIPPED
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SKIPPED
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED
[INFO] jersey-tests-integration-servlet-tests ............. SKIPPED
[INFO] jersey-tests-integration-sonar-test ................ SKIPPED
[INFO] jersey-tests-integration-spring4 ................... SKIPPED
[INFO] jersey-tests-integration-spring5 ................... SKIPPED
[INFO] jersey-tests-integration-tracing-support ........... SKIPPED
[INFO] config-webapp ...................................... SKIPPED
[INFO] helidon-config-webapp .............................. SKIPPED
[INFO] jersey-rest-client-tck ............................. SKIPPED
[INFO] jersey-tests-jmockit ............................... SKIPPED
[INFO] jersey-test-framework-memleak-test-common .......... SKIPPED
[INFO] jersey-tests-memleak ............................... SKIPPED
[INFO] jersey-tests-memleak-redeployment .................. SKIPPED
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED
[INFO] jersey-examples .................................... SKIPPED
[INFO] jersey-examples-webapp-parent-pom .................. SKIPPED
[INFO] jersey-examples-helloworld-webapp .................. SKIPPED
[INFO] jersey-test-framework-maven ........................ SKIPPED
[INFO] jersey-test-framework-maven-container-runner-plugin  SKIPPED
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED
[INFO] jersey-tests-memleak-testcase ...................... SKIPPED
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED
[INFO] jersey-tests-osgi .................................. SKIPPED
[INFO] jersey-tests-osgi-functional ....................... SKIPPED
[INFO] jersey-tests-stress ................................ SKIPPED
[INFO] jersey-tests-performance ........................... SKIPPED
[INFO] performance-test-benchmarks ........................ SKIPPED
[INFO] jersey-tests-performance-runners ................... SKIPPED
[INFO] jersey-grizzly-runner .............................. SKIPPED
[INFO] jersey-tests-performance-testcase .................. SKIPPED
[INFO] jersey-tests-performance-assemblies ................ SKIPPED
[INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED
[INFO] jersey-tests-performance-filter-global-test ........ SKIPPED
[INFO] jersey-tests-performance-filter-name-test .......... SKIPPED
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED
[INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED
[INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED
[INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED
[INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED
[INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED
[INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED
[INFO] jersey-tests-performance-text-plain-test ........... SKIPPED
[INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED
[INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED
[INFO] jersey-tests-performance-param-srl ................. SKIPPED
[INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED
[INFO] performance-test-tools ............................. SKIPPED
[INFO] jersey-examples-assemblies ......................... SKIPPED
[INFO] jersey-examples-bookmark ........................... SKIPPED
[INFO] jersey-examples-bookmark-em ........................ SKIPPED
[INFO] jersey-examples-bookstore-webapp ................... SKIPPED
[INFO] jersey-examples-cdi-webapp ......................... SKIPPED
[INFO] jersey-examples-clipboard .......................... SKIPPED
[INFO] jersey-examples-clipboard-programmatic ............. SKIPPED
[INFO] jersey-examples-declarative-linking ................ SKIPPED
[INFO] jersey-examples-entity-filtering ................... SKIPPED
[INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED
[INFO] jersey-examples-entity-filtering-security .......... SKIPPED
[INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED
[INFO] jersey-examples-exception-mapping .................. SKIPPED
[INFO] jersey-examples-freemarker-webapp .................. SKIPPED
[INFO] jersey-examples-groovy ............................. SKIPPED
[INFO] jersey-examples-helloworld ......................... SKIPPED
[INFO] jersey-examples-helloworld-benchmark ............... SKIPPED
[INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED
[INFO] jersey-examples-helloworld-netty ................... SKIPPED
[INFO] jersey-examples-helloworld-programmatic ............ SKIPPED
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED
[INFO] jersey-examples-helloworld-weld .................... SKIPPED
[INFO] jersey-examples-helloworld-spring-webapp ........... SKIPPED
[INFO] helloworld-spring-annotations ...................... SKIPPED
[INFO] jersey-examples-http-patch ......................... SKIPPED
[INFO] jersey-examples-http-trace ......................... SKIPPED
[INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED
[INFO] jersey-examples-https-server-glassfish ............. SKIPPED
[INFO] jersey-examples-java8-webapp ....................... SKIPPED
[INFO] jersey-examples-jaxb ............................... SKIPPED
[INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED
[INFO] jersey-examples-ejb ................................ SKIPPED
[INFO] jersey-examples-json-binding-webapp ................ SKIPPED
[INFO] jersey-examples-json-jackson ....................... SKIPPED
[INFO] jersey-examples-json-jackson1 ...................... SKIPPED
[INFO] jersey-examples-json-jettison ...................... SKIPPED
[INFO] jersey-examples-json-moxy .......................... SKIPPED
[INFO] jersey-examples-json-processing-webapp ............. SKIPPED
[INFO] jersey-examples-json-with-padding .................. SKIPPED
[INFO] jersey-examples-managed-beans-webapp ............... SKIPPED
[INFO] jersey-examples-managed-client ..................... SKIPPED
[INFO] jersey-examples-managed-client-webapp .............. SKIPPED
[INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED
[INFO] jersey-examples-multipart-webapp ................... SKIPPED
[INFO] jersey-examples-open-tracing ....................... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED
[INFO] jersey-examples-osgi-http-service .................. SKIPPED
[INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED
[INFO] jersey-examples-osgi-http-service-test ............. SKIPPED
[INFO] oauth-client-twitter ............................... SKIPPED
[INFO] jersey-examples-reload ............................. SKIPPED
[INFO] jersey-examples-rx-client-webapp ................... SKIPPED
[INFO] jersey-examples-server-async ....................... SKIPPED
[INFO] jersey-examples-server-async-managed ............... SKIPPED
[INFO] jersey-examples-server-async-standalone ............ SKIPPED
[INFO] jersey-examples-server-async-standalone-client ..... SKIPPED
[INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED
[INFO] jersey-examples-server-sent-events-jersey .......... SKIPPED
[INFO] jersey-examples-server-sent-events-jaxrs ........... SKIPPED
[INFO] jersey-examples-servlet3-webapp .................... SKIPPED
[INFO] jersey-examples-simple-console ..................... SKIPPED
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SKIPPED
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SKIPPED
[INFO] jersey-examples-sse-twitter-aggregator ............. SKIPPED
[INFO] jersey-examples-system-properties .................. SKIPPED
[INFO] jersey-examples-moxy ............................... SKIPPED
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:47 min
[INFO] Finished at: 2020-01-06T09:30:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project e2e: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/e2e/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project e2e: There are test failures.

Please refer to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/e2e/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/tests/e2e/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:373)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1018)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:848)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :e2e
+ exit 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE