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-gjfpp is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-gjfpp" 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-gjfpp" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-gjfpp" - 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-gjfpp 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 Commit message: "Replace an Exception thrown with BAD_REQUEST" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 2f87ada974f9cfd1b4eafe169c21489e80b10bbe > git rev-list --no-walk 2f87ada974f9cfd1b4eafe169c21489e80b10bbe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Nightly build) [Pipeline] sh + export 'BUILD_OUTPUT=/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out' + export 'M2_HOME=/opt/tools/apache-maven/3.6.2' + touch /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out + trap error_handler EXIT + rm -rf '/home/jenkins/.m2/repository/*' + sed -i 's|groupId("org.mortbay.jetty").artifactId("servlet-api-2.5")|groupId("jakarta.servlet").artifactId("jakarta.servlet-api")|g' tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.java + sed -i 's|1.0.3|2.5.0-b42|g' pom.xml + sed -i 's|3.5.0|4.2.1|g' pom.xml + sed -i 's|always|1true-Xmx1024m -XX:MaxPermSize=256mtrue|g' examples/extended-wadl-webapp/pom.xml + sed -i 's|always|1true|g' examples/osgi-helloworld-webapp/functional-test/pom.xml + sed -i 's|false|true-Xmx1024m -XX:MaxPermSize=256mtrue|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-ext-entity-filtering ........................ SUCCESS [ 2.175 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 1.402 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 15.271 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.246 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 2.542 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.344 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 5.163 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.883 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.750 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 1.363 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.480 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 0.966 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.956 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 1.198 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 3.280 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 2.231 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.418 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.607 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.581 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.674 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 6.718 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.226 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 2.156 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 2.274 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 2.508 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 0.587 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 8.320 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 7.239 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 0.651 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 1.518 s] [INFO] project ............................................ SUCCESS [ 0.223 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 1.435 s] [INFO] jersey-mp-config ................................... SUCCESS [ 4.384 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.259 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 5.699 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 1.428 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 5.008 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 3.969 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 0.838 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 7.032 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.595 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.737 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 3.156 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 1.123 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 11.501 s] [INFO] jersey-media-sse ................................... SUCCESS [ 25.095 s] [INFO] jersey-security .................................... SUCCESS [ 0.235 s] [INFO] oauth1-signature ................................... SUCCESS [ 2.304 s] [INFO] jersey-security .................................... SUCCESS [ 0.399 s] [INFO] oauth1-server ...................................... SUCCESS [ 3.667 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.529 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 4.497 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.246 s] [INFO] jersey-tests-e2e ................................... SUCCESS [07:11 min] [INFO] jersey-tests-e2e-client ............................ SUCCESS [04:29 min] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 3.950 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [04:32 min] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.217 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 7.791 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 3.204 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [07:57 min] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 17.239 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.225 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 1.121 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 9.438 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.250 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 13.447 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 0.703 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.505 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 4.845 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 4.354 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.307 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.557 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.555 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 1.247 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.226 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.517 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 14.679 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.656 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 0.612 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 0.606 s] [INFO] client-connector-provider .......................... SUCCESS [ 3.241 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.392 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.663 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.524 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.218 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.319 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.526 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.570 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.642 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.219 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.753 s] [INFO] j-376-reproducer ................................... SUCCESS [ 5.041 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.893 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.539 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.644 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.229 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.309 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.639 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.546 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.233 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 4.557 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 5.163 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 2.532 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 3.507 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 3.409 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 3.292 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 3.805 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 3.062 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 3.001 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 5.136 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 2.452 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.561 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.495 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 3.103 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 3.314 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 3.580 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 5.758 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 3.345 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 6.294 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 4.140 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 3.433 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 1.869 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 3.046 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 3.567 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 4.617 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 2.570 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 10.120 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 5.004 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 3.049 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 3.061 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 2.911 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 7.972 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 5.635 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 6.166 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 4.829 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 2.826 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 2.840 s] [INFO] jersey-3992 ........................................ SUCCESS [ 4.441 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 3.940 s] [INFO] jersey-4321 ........................................ SUCCESS [ 3.627 s] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 3.218 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 3.991 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 1.362 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 4.657 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 3.168 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.237 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 38.760 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 4.406 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 3.331 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 4.023 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 3.689 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 3.114 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 3.129 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 3.139 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 3.202 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 3.203 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 3.123 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 3.305 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 5.465 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 4.487 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 5.424 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [ 3.356 s] [INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [ 5.042 s] [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [ 10.313 s] [INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [ 3.742 s] [INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [ 0.678 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [ 3.486 s] [INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [ 3.493 s] [INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [ 3.062 s] [INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [ 3.403 s] [INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [ 5.084 s] [INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [ 3.255 s] [INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [ 3.451 s] [INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [ 3.270 s] [INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [ 4.630 s] [INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [ 5.450 s] [INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [ 3.282 s] [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [ 1.497 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [ 5.019 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [ 5.893 s] [INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [ 6.155 s] [INFO] jersey-tests-integration-sonar-test ................ SUCCESS [ 3.164 s] [INFO] jersey-tests-integration-spring4 ................... SUCCESS [ 7.581 s] [INFO] jersey-tests-integration-spring5 ................... SUCCESS [ 7.672 s] [INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 11.798 s] [INFO] config-webapp ...................................... SUCCESS [ 1.360 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 3.653 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [01:44 min] [INFO] jersey-tests-jmockit ............................... SUCCESS [ 4.649 s] [INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [ 0.400 s] [INFO] jersey-tests-memleak ............................... SUCCESS [ 0.272 s] [INFO] jersey-tests-memleak-redeployment .................. SUCCESS [ 0.245 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [ 0.800 s] [INFO] jersey-examples .................................... SUCCESS [ 0.258 s] [INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [ 0.241 s] [INFO] jersey-examples-helloworld-webapp .................. SUCCESS [ 2.838 s] [INFO] jersey-test-framework-maven ........................ SUCCESS [ 0.236 s] [INFO] jersey-test-framework-maven-container-runner-plugin SUCCESS [ 16.326 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [ 0.588 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [ 0.761 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [ 0.597 s] [INFO] jersey-tests-memleak-testcase ...................... SUCCESS [ 0.284 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [ 0.649 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [ 0.646 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [ 0.313 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [ 0.751 s] [INFO] jersey-tests-osgi .................................. SUCCESS [ 0.273 s] [INFO] jersey-tests-osgi-functional ....................... SUCCESS [01:07 min] [INFO] jersey-tests-stress ................................ SUCCESS [ 8.301 s] [INFO] jersey-tests-performance ........................... SUCCESS [ 0.238 s] [INFO] performance-test-benchmarks ........................ SUCCESS [ 9.761 s] [INFO] jersey-tests-performance-runners ................... SUCCESS [ 0.260 s] [INFO] jersey-grizzly-runner .............................. SUCCESS [ 1.018 s] [INFO] jersey-tests-performance-testcase .................. SUCCESS [ 0.297 s] [INFO] jersey-tests-performance-assemblies ................ SUCCESS [ 0.281 s] [INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [ 3.686 s] [INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [ 3.126 s] [INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [ 3.226 s] [INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [ 3.413 s] [INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [ 3.277 s] [INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [ 3.148 s] [INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [ 3.549 s] [INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [ 4.153 s] [INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [ 4.600 s] [INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [ 3.396 s] [INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [ 3.622 s] [INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [ 3.327 s] [INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [ 4.585 s] [INFO] jersey-tests-performance-param-srl ................. SUCCESS [ 3.923 s] [INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [ 2.922 s] [INFO] performance-test-tools ............................. SUCCESS [ 0.451 s] [INFO] jersey-examples-assemblies ......................... SUCCESS [ 0.307 s] [INFO] jersey-examples-bookmark ........................... SUCCESS [ 0.709 s] [INFO] jersey-examples-bookmark-em ........................ SUCCESS [ 0.951 s] [INFO] jersey-examples-bookstore-webapp ................... SUCCESS [ 0.815 s] [INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 10.288 s] [INFO] jersey-examples-clipboard .......................... SUCCESS [ 3.797 s] [INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [ 2.712 s] [INFO] jersey-examples-declarative-linking ................ SUCCESS [ 3.205 s] [INFO] jersey-examples-entity-filtering ................... SUCCESS [ 8.443 s] [INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [ 6.109 s] [INFO] jersey-examples-entity-filtering-security .......... SUCCESS [ 6.046 s] [INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 39.692 s] [INFO] jersey-examples-exception-mapping .................. SUCCESS [ 3.939 s] [INFO] jersey-examples-freemarker-webapp .................. SUCCESS [ 3.819 s] [INFO] jersey-examples-groovy ............................. SUCCESS [ 10.814 s] [INFO] jersey-examples-helloworld ......................... SUCCESS [ 5.328 s] [INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [ 4.460 s] [INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [ 4.957 s] [INFO] jersey-examples-helloworld-netty ................... SUCCESS [ 5.892 s] [INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [ 2.894 s] [INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [ 2.277 s] [INFO] jersey-examples-helloworld-weld .................... SUCCESS [ 9.273 s] [INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [ 1.245 s] [INFO] helloworld-spring-annotations ...................... SUCCESS [ 3.108 s] [INFO] jersey-examples-http-patch ......................... SUCCESS [ 4.321 s] [INFO] jersey-examples-http-trace ......................... SUCCESS [ 3.873 s] [INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [ 4.117 s] [INFO] jersey-examples-https-server-glassfish ............. SUCCESS [ 0.679 s] [INFO] jersey-examples-java8-webapp ....................... SUCCESS [ 3.184 s] [INFO] jersey-examples-jaxb ............................... SUCCESS [ 4.721 s] [INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [ 3.058 s] [INFO] jersey-examples-ejb ................................ SUCCESS [ 0.438 s] [INFO] jersey-examples-json-binding-webapp ................ SUCCESS [ 0.700 s] [INFO] jersey-examples-json-jackson ....................... SUCCESS [ 4.586 s] [INFO] jersey-examples-json-jackson1 ...................... SUCCESS [ 4.283 s] [INFO] jersey-examples-json-jettison ...................... SUCCESS [ 4.278 s] [INFO] jersey-examples-json-moxy .......................... SUCCESS [ 4.560 s] [INFO] jersey-examples-json-processing-webapp ............. SUCCESS [ 3.369 s] [INFO] jersey-examples-json-with-padding .................. SUCCESS [ 4.680 s] [INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [ 0.534 s] [INFO] jersey-examples-managed-client ..................... SUCCESS [ 3.128 s] [INFO] jersey-examples-managed-client-webapp .............. SUCCESS [ 2.967 s] [INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [ 2.984 s] [INFO] jersey-examples-multipart-webapp ................... SUCCESS [ 4.203 s] [INFO] jersey-examples-open-tracing ....................... SUCCESS [ 0.859 s] [INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [ 0.274 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [ 0.841 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [ 0.473 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [ 0.462 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [ 1.219 s] [INFO] jersey-examples-osgi-helloworld-webapp-test ........ FAILURE [ 31.458 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: 49:44 min [INFO] Finished at: 2020-01-06T12:11:05Z [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] Error occurred in starting fork, check output in log [ERROR] 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.run(ForkStarter.java:283) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) [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] -> [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. Error occurred in starting fork, check output in log 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.run(ForkStarter.java:283) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) 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) 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. Error occurred in starting fork, check output in log 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.run(ForkStarter.java:283) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246) 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) 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: 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.run (ForkStarter.java:283) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:246) 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) [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-helloworld-webapp:functional-test + exit 1 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE