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-k0s54 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-k0s54"
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-k0s54"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-k0s54"
    - 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-k0s54 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)
 > 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
Commit message: "Replace an Exception thrown with BAD_REQUEST"
 > 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
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.533 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.620 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  2.590 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  1.117 s]
[INFO] jersey-media-multipart ............................. SUCCESS [ 10.287 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 24.115 s]
[INFO] jersey-security .................................... SUCCESS [  0.157 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.676 s]
[INFO] jersey-security .................................... SUCCESS [  0.292 s]
[INFO] oauth1-server ...................................... SUCCESS [  3.319 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.329 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  1.795 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.150 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [06:00 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [03:32 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  2.201 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [03:16 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.143 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  5.258 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  2.168 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [05:52 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 11.785 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.159 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.839 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 13.533 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.152 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  8.309 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.462 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.452 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  3.445 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  2.712 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.192 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.376 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.404 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  1.190 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.138 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.334 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  8.882 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.433 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.418 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.487 s]
[INFO] client-connector-provider .......................... SUCCESS [  2.206 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.185 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.371 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.385 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.130 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.202 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.350 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.382 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.522 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.141 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.402 s]
[INFO] j-376-reproducer ................................... SUCCESS [  3.926 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.489 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.363 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.469 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.157 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.212 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.433 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.458 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.134 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  2.632 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  2.501 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  2.001 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  2.532 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  2.332 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  2.351 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  2.527 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  2.316 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  2.272 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  3.467 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  1.822 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.394 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.341 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  2.340 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  2.536 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  2.165 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  3.261 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  3.151 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  4.107 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  3.046 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  2.676 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  1.692 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  2.416 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  2.604 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  3.459 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  1.854 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  7.359 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  4.108 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  2.068 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  2.640 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  1.821 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  6.524 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  2.935 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  4.339 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  2.713 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  2.003 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  1.896 s]
[INFO] jersey-3992 ........................................ SUCCESS [  2.681 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  3.032 s]
[INFO] jersey-4321 ........................................ SUCCESS [  2.601 s]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [  2.759 s]
[INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [  3.066 s]
[INFO] jersey-tests-integration-property-check ............ SUCCESS [  1.185 s]
[INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [  3.499 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [  2.844 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.194 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 28.897 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [  3.171 s]
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [  2.240 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [  2.319 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [  2.665 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [  2.172 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [  2.258 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [  2.174 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [  2.371 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [  2.524 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [  2.295 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [  2.189 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [  4.092 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [  3.339 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [  4.114 s]
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [  2.495 s]
[INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [  4.185 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [  8.773 s]
[INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [  2.689 s]
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [  0.428 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [  2.415 s]
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [  2.557 s]
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [  2.686 s]
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [  2.689 s]
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [  2.627 s]
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [  2.910 s]
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [  2.700 s]
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [  4.615 s]
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [  4.296 s]
[INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [  4.430 s]
[INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [  3.364 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [  1.971 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [  5.346 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [  3.591 s]
[INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [  6.524 s]
[INFO] jersey-tests-integration-sonar-test ................ SUCCESS [  3.877 s]
[INFO] jersey-tests-integration-spring4 ................... SUCCESS [  5.724 s]
[INFO] jersey-tests-integration-spring5 ................... SUCCESS [  7.840 s]
[INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 11.648 s]
[INFO] config-webapp ...................................... SUCCESS [  1.188 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  2.812 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [01:32 min]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  3.953 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.264 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.151 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.141 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.502 s]
[INFO] jersey-examples .................................... SUCCESS [  0.199 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.154 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  2.037 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.146 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [ 13.261 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.410 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.411 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.390 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.164 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.470 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.548 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.240 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.558 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.152 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [ 38.562 s]
[INFO] jersey-tests-stress ................................ SUCCESS [  7.694 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.143 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  7.257 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.247 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  0.641 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.162 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.153 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  2.554 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  2.341 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  2.301 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  2.362 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  2.608 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  2.320 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  2.206 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  2.670 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  3.334 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  2.541 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  2.183 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  2.471 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  3.104 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  2.025 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  1.936 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.255 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.219 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.513 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.455 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.705 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [  6.119 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  2.591 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  1.823 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  2.364 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  5.650 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  4.165 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  4.209 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 54.611 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  2.828 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  2.846 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [  8.450 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  4.541 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  3.308 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  4.029 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  4.419 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  1.904 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  2.528 s]
[INFO] jersey-examples-helloworld-weld .................... SUCCESS [  8.248 s]
[INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [  0.998 s]
[INFO] helloworld-spring-annotations ...................... SUCCESS [  2.536 s]
[INFO] jersey-examples-http-patch ......................... SUCCESS [  3.812 s]
[INFO] jersey-examples-http-trace ......................... SUCCESS [  3.314 s]
[INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [  3.013 s]
[INFO] jersey-examples-https-server-glassfish ............. SUCCESS [  0.499 s]
[INFO] jersey-examples-java8-webapp ....................... SUCCESS [  2.415 s]
[INFO] jersey-examples-jaxb ............................... SUCCESS [  3.575 s]
[INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [  2.184 s]
[INFO] jersey-examples-ejb ................................ SUCCESS [  0.278 s]
[INFO] jersey-examples-json-binding-webapp ................ SUCCESS [  0.545 s]
[INFO] jersey-examples-json-jackson ....................... SUCCESS [  3.983 s]
[INFO] jersey-examples-json-jackson1 ...................... SUCCESS [  4.358 s]
[INFO] jersey-examples-json-jettison ...................... SUCCESS [  3.507 s]
[INFO] jersey-examples-json-moxy .......................... SUCCESS [  3.290 s]
[INFO] jersey-examples-json-processing-webapp ............. SUCCESS [  2.775 s]
[INFO] jersey-examples-json-with-padding .................. SUCCESS [  3.582 s]
[INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [  0.388 s]
[INFO] jersey-examples-managed-client ..................... SUCCESS [  2.150 s]
[INFO] jersey-examples-managed-client-webapp .............. SUCCESS [  2.348 s]
[INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [  2.246 s]
[INFO] jersey-examples-multipart-webapp ................... SUCCESS [  3.044 s]
[INFO] jersey-examples-open-tracing ....................... SUCCESS [  1.103 s]
[INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [  0.184 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [  0.614 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [  0.393 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [  0.319 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [  2.277 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ FAILURE [ 31.946 s]
[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:  38:52 min
[INFO] Finished at: 2020-01-06T10:13:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (test) on project functional-test: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/functional-test/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] ExecutionException Error occurred in starting fork, check output in log
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException Error occurred in starting fork, check output in log
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:511)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:458)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:299)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:247)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1161)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1002)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:848)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:623)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:116)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:445)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:421)
[ERROR] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[ERROR] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[ERROR] 	at java.lang.Thread.run(Thread.java:748)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (test) on project functional-test: There are test failures.

Please refer to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/functional-test/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.
ExecutionException Error occurred in starting fork, check output in log
org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException Error occurred in starting fork, check output in log
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:511)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:458)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:299)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:247)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1161)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1002)
	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)
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:623)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:116)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:445)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:421)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

    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.MojoExecutionException: There are test failures.

Please refer to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/functional-test/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.
ExecutionException Error occurred in starting fork, check output in log
org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException Error occurred in starting fork, check output in log
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:511)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:458)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:299)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:247)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1161)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1002)
	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)
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:623)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:116)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:445)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:421)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:266)
    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)
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException Error occurred in starting fork, check output in log
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone (ForkStarter.java:511)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet (ForkStarter.java:458)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:299)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:247)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1161)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1002)
    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)
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork (ForkStarter.java:623)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600 (ForkStarter.java:116)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call (ForkStarter.java:445)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call (ForkStarter.java:421)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test
+ exit 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE