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-hk7c7 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-hk7c7" 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-hk7c7" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-hk7c7" - 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-hk7c7 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 fbd3dd320bb73e0ef89676436f7e507b80ef2be1 (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 fbd3dd320bb73e0ef89676436f7e507b80ef2be1 Commit message: "OSGI groupId fix (#4353)" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master fbd3dd320bb73e0ef89676436f7e507b80ef2be1 > 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|always|1truetrue|g' examples/extended-wadl-webapp/pom.xml + sed -i 's|always|1truetrue|g' examples/osgi-helloworld-webapp/functional-test/pom.xml + sed -i 's|false|truetrue|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] oauth1-signature ................................... SUCCESS [ 2.806 s] [INFO] jersey-security .................................... SUCCESS [ 1.520 s] [INFO] oauth1-server ...................................... SUCCESS [ 3.251 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.346 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 3.824 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.131 s] [INFO] jersey-tests-e2e ................................... SUCCESS [05:50 min] [INFO] jersey-tests-e2e-client ............................ SUCCESS [03:12 min] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 2.282 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [03:09 min] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.138 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 8.358 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 3.084 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [05:41 min] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 14.583 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.134 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.900 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 7.860 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.198 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 7.826 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.569 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.479 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 3.845 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 2.694 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.206 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.522 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.477 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 0.913 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.129 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.365 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 8.360 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.488 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 0.575 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 0.557 s] [INFO] client-connector-provider .......................... SUCCESS [ 1.731 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.178 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.386 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.354 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.113 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.260 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.457 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 1.976 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.443 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.130 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.430 s] [INFO] j-376-reproducer ................................... SUCCESS [ 3.253 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.453 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.398 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.463 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.138 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.217 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.395 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.356 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.224 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 4.011 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 2.296 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 3.333 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 4.143 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 2.354 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 2.373 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 2.388 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 3.854 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 2.208 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 3.208 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 1.773 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.390 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.388 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 2.040 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 2.572 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 2.490 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 3.315 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 3.684 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 4.629 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 3.722 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 2.534 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 1.637 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 2.305 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 3.284 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 2.891 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 1.750 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 7.433 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 3.764 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 1.978 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 3.071 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 1.969 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 6.341 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 2.820 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 3.986 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 2.976 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 1.936 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 1.966 s] [INFO] jersey-3992 ........................................ SUCCESS [ 2.704 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 2.896 s] [INFO] jersey-4321 ........................................ SUCCESS [ 2.364 s] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 2.239 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 2.309 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 2.187 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 3.695 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 2.266 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.168 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 32.102 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 3.685 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 2.585 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 2.356 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 2.579 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 3.341 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 2.285 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 2.292 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 2.299 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 2.398 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 2.317 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 2.306 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 4.156 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 3.764 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 4.297 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [ 5.002 s] [INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [ 3.932 s] [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [ 8.745 s] [INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [ 2.612 s] [INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [ 2.533 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [ 2.440 s] [INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [ 4.009 s] [INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [ 7.863 s] [INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [ 2.564 s] [INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [ 2.214 s] [INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [ 3.405 s] [INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [ 2.697 s] [INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [ 2.418 s] [INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [ 3.073 s] [INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [ 3.624 s] [INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [ 2.344 s] [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [ 1.036 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [ 3.387 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [ 4.613 s] [INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [ 3.998 s] [INFO] jersey-tests-integration-sonar-test ................ SUCCESS [ 2.244 s] [INFO] jersey-tests-integration-spring4 ................... SUCCESS [ 6.779 s] [INFO] jersey-tests-integration-spring5 ................... SUCCESS [ 5.092 s] [INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 9.796 s] [INFO] config-webapp ...................................... SUCCESS [ 1.011 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 2.510 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [01:28 min] [INFO] jersey-tests-jmockit ............................... SUCCESS [ 3.514 s] [INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [ 0.222 s] [INFO] jersey-tests-memleak ............................... SUCCESS [ 0.129 s] [INFO] jersey-tests-memleak-redeployment .................. SUCCESS [ 0.142 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [ 0.473 s] [INFO] jersey-examples .................................... SUCCESS [ 0.139 s] [INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [ 0.286 s] [INFO] jersey-examples-helloworld-webapp .................. SUCCESS [ 1.928 s] [INFO] jersey-test-framework-maven ........................ SUCCESS [ 0.137 s] [INFO] jersey-test-framework-maven-container-runner-plugin SUCCESS [ 13.085 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [ 0.452 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [ 0.363 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [ 0.328 s] [INFO] jersey-tests-memleak-testcase ...................... SUCCESS [ 0.149 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [ 0.415 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [ 0.400 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [ 0.188 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [ 0.583 s] [INFO] jersey-tests-osgi .................................. SUCCESS [ 0.132 s] [INFO] jersey-tests-osgi-functional ....................... SUCCESS [ 50.741 s] [INFO] jersey-tests-stress ................................ SUCCESS [ 6.894 s] [INFO] jersey-tests-performance ........................... SUCCESS [ 0.129 s] [INFO] performance-test-benchmarks ........................ SUCCESS [ 7.254 s] [INFO] jersey-tests-performance-runners ................... SUCCESS [ 0.141 s] [INFO] jersey-grizzly-runner .............................. SUCCESS [ 0.654 s] [INFO] jersey-tests-performance-testcase .................. SUCCESS [ 0.292 s] [INFO] jersey-tests-performance-assemblies ................ SUCCESS [ 0.129 s] [INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [ 2.408 s] [INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [ 2.059 s] [INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [ 2.170 s] [INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [ 2.079 s] [INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [ 2.118 s] [INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [ 2.141 s] [INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [ 2.301 s] [INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [ 2.532 s] [INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [ 2.884 s] [INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [ 2.341 s] [INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [ 2.501 s] [INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [ 2.327 s] [INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [ 2.867 s] [INFO] jersey-tests-performance-param-srl ................. SUCCESS [ 1.968 s] [INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [ 1.838 s] [INFO] performance-test-tools ............................. SUCCESS [ 0.295 s] [INFO] jersey-examples-assemblies ......................... SUCCESS [ 0.308 s] [INFO] jersey-examples-bookmark ........................... SUCCESS [ 1.448 s] [INFO] jersey-examples-bookmark-em ........................ SUCCESS [ 0.486 s] [INFO] jersey-examples-bookstore-webapp ................... SUCCESS [ 0.708 s] [INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 5.227 s] [INFO] jersey-examples-clipboard .......................... SUCCESS [ 2.405 s] [INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [ 1.898 s] [INFO] jersey-examples-declarative-linking ................ SUCCESS [ 4.212 s] [INFO] jersey-examples-entity-filtering ................... SUCCESS [ 4.991 s] [INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [ 3.760 s] [INFO] jersey-examples-entity-filtering-security .......... SUCCESS [ 3.715 s] [INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 49.473 s] [INFO] jersey-examples-exception-mapping .................. SUCCESS [ 2.599 s] [INFO] jersey-examples-freemarker-webapp .................. SUCCESS [ 2.753 s] [INFO] jersey-examples-groovy ............................. SUCCESS [ 11.692 s] [INFO] jersey-examples-helloworld ......................... SUCCESS [ 4.262 s] [INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [ 3.317 s] [INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [ 3.171 s] [INFO] jersey-examples-helloworld-netty ................... SUCCESS [ 4.063 s] [INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [ 1.858 s] [INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [ 1.522 s] [INFO] jersey-examples-helloworld-weld .................... SUCCESS [ 8.261 s] [INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [ 6.461 s] [INFO] helloworld-spring-annotations ...................... SUCCESS [ 2.108 s] [INFO] jersey-examples-http-patch ......................... SUCCESS [ 3.501 s] [INFO] jersey-examples-http-trace ......................... SUCCESS [ 2.544 s] [INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [ 3.005 s] [INFO] jersey-examples-https-server-glassfish ............. SUCCESS [ 0.631 s] [INFO] jersey-examples-java8-webapp ....................... SUCCESS [ 2.464 s] [INFO] jersey-examples-jaxb ............................... SUCCESS [ 2.933 s] [INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [ 2.576 s] [INFO] jersey-examples-ejb ................................ SUCCESS [ 0.324 s] [INFO] jersey-examples-json-binding-webapp ................ SUCCESS [ 0.485 s] [INFO] jersey-examples-json-jackson ....................... SUCCESS [ 4.560 s] [INFO] jersey-examples-json-jackson1 ...................... SUCCESS [ 2.798 s] [INFO] jersey-examples-json-jettison ...................... SUCCESS [ 2.757 s] [INFO] jersey-examples-json-moxy .......................... SUCCESS [ 2.756 s] [INFO] jersey-examples-json-processing-webapp ............. SUCCESS [ 2.433 s] [INFO] jersey-examples-json-with-padding .................. SUCCESS [ 3.506 s] [INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [ 0.352 s] [INFO] jersey-examples-managed-client ..................... SUCCESS [ 1.881 s] [INFO] jersey-examples-managed-client-webapp .............. SUCCESS [ 1.965 s] [INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [ 1.921 s] [INFO] jersey-examples-multipart-webapp ................... SUCCESS [ 3.411 s] [INFO] jersey-examples-open-tracing ....................... SUCCESS [ 0.662 s] [INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [ 0.171 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [ 0.452 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [ 0.323 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [ 0.328 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [ 1.552 s] [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [ 31.413 s] [INFO] jersey-examples-osgi-http-service .................. SUCCESS [ 0.171 s] [INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [ 1.680 s] [INFO] jersey-examples-osgi-http-service-test ............. FAILURE [01:01 min] [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: 40:16 min [INFO] Finished at: 2020-01-06T12:55:27Z [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-http-service/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] 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] 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-http-service/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 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 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-http-service/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 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 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 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 -rf org.glassfish.jersey.examples.osgi-http-service:functional-test + exit 1 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE