Pull request #5193 opened Connecting to https://api.github.com using GitHub bot (username/token) Connecting to https://api.github.com to check permissions of obtain list of zUniQueX for eclipse-ee4j/jersey Loading trusted files from base branch 3.1 at 6c9f98b64f273d5c7ee649aca3db1a8c2dd3f36b rather than 261d3d97c40d6052569daae99c2d517da9e8ee1f Obtained etc/jenkins/Jenkinsfile_ci_build from 6c9f98b64f273d5c7ee649aca3db1a8c2dd3f36b [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 11 ) [Pipeline] { (Branch: JDK 19 ) [Pipeline] stage [Pipeline] { (JDK 11 ) [Pipeline] stage [Pipeline] { (JDK 19 ) [Pipeline] node [Pipeline] node Agent centos-7-h6v59 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-h6v59" namespace: "jersey" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-h6v59" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-h6v59" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-h6v59 in /home/jenkins/agent/workspace/continuous-integration_PR-5193 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/continuous-integration_PR-5193 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5193/head:refs/remotes/origin/PR-5193 +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10 Still waiting to schedule task Waiting for next available executor on ‘centos-7’ Fetching without tags Merging remotes/origin/3.1 commit 6c9f98b64f273d5c7ee649aca3db1a8c2dd3f36b into PR head commit 261d3d97c40d6052569daae99c2d517da9e8ee1f > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/5193/head:refs/remotes/origin/PR-5193 # timeout=10 > git config --add remote.origin.fetch +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5193/head:refs/remotes/origin/PR-5193 +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 261d3d97c40d6052569daae99c2d517da9e8ee1f # timeout=10 Merge succeeded, producing 261d3d97c40d6052569daae99c2d517da9e8ee1f Checking out Revision 261d3d97c40d6052569daae99c2d517da9e8ee1f (PR-5193) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git merge 6c9f98b64f273d5c7ee649aca3db1a8c2dd3f36b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 261d3d97c40d6052569daae99c2d517da9e8ee1f # timeout=10 Commit message: "Prevent registering the default exception mapper in the ExceptionMapperFactory to avoid skipping an other exception mapper for Throwable" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + bash /home/jenkins/agent/workspace/continuous-integration_PR-5193/etc/jenkins/jenkins_build.sh Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jersey [pom] [INFO] jersey-archetypes [pom] [INFO] jersey-archetype-heroku-webapp [maven-archetype] [INFO] jersey-archetype-grizzly2 [maven-archetype] [INFO] jersey-archetype-webapp [maven-archetype] [INFO] jersey-example-java8-webapp [maven-archetype] [INFO] jersey-bom [pom] [INFO] jersey-core-common [jar] [INFO] jersey-inject [pom] [INFO] jersey-inject-hk2 [jar] [INFO] jersey-core-client [jar] [INFO] jersey-media [pom] [INFO] jersey-media-jaxb [jar] [INFO] jersey-core-server [jar] [INFO] jersey-containers [pom] [INFO] jersey-container-grizzly2-http [jar] [INFO] jersey-container-servlet-core [jar] [INFO] jersey-test-framework [pom] [INFO] jersey-test-framework-core [jar] [INFO] jersey-container-servlet [jar] [INFO] jersey-container-grizzly2-servlet [jar] [INFO] jersey-test-framework-providers [pom] [INFO] jersey-test-framework-provider-grizzly2 [jar] [INFO] jersey-connectors [pom] [INFO] jersey-connectors-apache [jar] [INFO] jersey-connectors-apache5 [jar] [INFO] jersey-test-framework-provider-inmemory [jar] [INFO] jersey-test-framework-provider-external [jar] [INFO] jersey-container-jdk-http [jar] [INFO] jersey-test-framework-provider-jdk-http [jar] [INFO] jersey-container-simple-http [jar] [INFO] jersey-test-framework-provider-simple [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-media-sse [jar] [INFO] jersey-connectors-helidon [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-connectors-jetty [jar] [INFO] jersey-connectors-jnh [jar] [INFO] jersey-cdi-support [pom] [INFO] jersey-ext-cdi1x [jar] [INFO] jersey-glassfish-support [pom] [INFO] jersey-gf-ejb [jar] [INFO] jersey-container-jetty-servlet [jar] [INFO] jersey-ext-bean-validation [jar] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding [jar] [INFO] jersey-ext-cdi-rs-inject [jar] [INFO] jersey-ext-cdi1x-servlet [jar] [INFO] jersey-ext-cdi1x-transaction [jar] [INFO] jersey-ext-cdi1x-validation [jar] [INFO] jersey-ext-weld2-se [jar] [INFO] jersey-ext-metainf-services [jar] [INFO] jersey-ext-mvc [jar] [INFO] jersey-ext-mvc-bean-validation [jar] [INFO] jersey-ext-mvc-freemarker [jar] [INFO] jersey-ext-mvc-jsp [jar] [INFO] jersey-ext-mvc-mustache [jar] [INFO] jersey-ext-proxy-client [jar] [INFO] jersey-ext-rx [pom] [INFO] jersey-ext-rx-client-guava [jar] [INFO] jersey-ext-rx-client-rxjava [jar] [INFO] jersey-ext-rx-client-rxjava2 [jar] [INFO] jersey-spring6 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [INFO] jersey-inject-cdi-weld [jar] [INFO] jersey-declarative-linking [jar] [INFO] jersey-ext-gae-integration [jar] [INFO] jersey-media-html-json [jar] [INFO] jersey-media-kryo [jar] [INFO] jersey-open-tracing [jar] [INFO] jersey-inject-cdi2-se [jar] [INFO] jersey-media-json-gson [jar] [INFO] jersey-media-json-jettison [jar] [INFO] jersey-media-json-processing [jar] [INFO] jersey-media-moxy [jar] [INFO] jersey-media-multipart [jar] [INFO] jersey-security [pom] [INFO] oauth1-signature [jar] [INFO] jersey-security [jar] [INFO] oauth1-server [jar] [INFO] oauth2-client [jar] [INFO] jersey-test-framework-util [jar] [INFO] jersey-tests [pom] [INFO] jersey-tests-e2e [jar] [INFO] jersey-tests-e2e-client [jar] [INFO] jersey-tests-e2e-core-common [jar] [INFO] jersey-tests-e2e-entity [jar] [INFO] jersey-tests-e2e-inject [pom] [INFO] jersey-tests-e2e-inject-cdi-se [jar] [INFO] jersey-tests-e2e-inject-cdi-inject-weld [jar] [INFO] e2e-inject-hk2 [jar] [INFO] jersey-tests-e2e-server [jar] [INFO] jersey-tests-e2e-testng [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [INFO] jersey-tests-integration-jersey-async-filter [war] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] cdi-manually-bound [jar] [INFO] jersey-tests-cdi-log-check [war] [INFO] jersey-tests-integration-cdi-multimodule-lib [jar] [INFO] jersey-tests-integration-cdi-multimodule-war [war] [INFO] jersey-tests-integration-cdi-multimodule-war2 [war] [INFO] jersey-tests-integration-cdi-multimodule-ear [ear] [INFO] jersey-tests-integration-cdi-multimodule [pom] [INFO] jersey-tests-cdi-multipart-webapp [war] [INFO] jersey-tests-resource-with-at-context [jar] [INFO] cdi-singleton [jar] [INFO] jersey-tests-cdi-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-webapp [war] [INFO] jersey-tests-context-inject-on-server [jar] [INFO] jersey-tests-glassfish-inject-on-server [jar] [INFO] client-connector-provider [jar] [INFO] jersey-tests-integration-ejb-multimodule-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-war [war] [INFO] jersey-tests-integration-ejb-multimodule-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule [pom] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule-reload [pom] [INFO] jersey-tests-ejb-webapp [war] [INFO] jersey-tests-externalproperties [jar] [INFO] jersey-tests-component-inject [war] [INFO] j-376-reproducer [jar] [INFO] jersey-tests-integration-j-441-war1 [war] [INFO] jersey-tests-integration-j-441-war2 [war] [INFO] jersey-tests-integration-j-441-ear [ear] [INFO] jersey-tests-integration-j-441 [pom] [INFO] jersey-tests-integration-j-59-ejb-lib [jar] [INFO] jersey-tests-integration-j-59-cdi-war [war] [INFO] jersey-tests-integration-j-59-ear [ear] [INFO] jersey-tests-integration-j-59 [pom] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-1107 [war] [INFO] jersey-tests-integration-jersey-1223 [war] [INFO] jersey-tests-integration-jersey-1604 [war] [INFO] jersey-tests-integration-jersey-1667 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [INFO] jersey-tests-integration-jersey-2136 [war] [INFO] jersey-tests-integration-jersey-2137 [war] [INFO] jersey-tests-integration-jersey-2154 [war] [INFO] jersey-tests-integration-jersey-2160 [war] [INFO] jersey-tests-integration-jersey-2164 [war] [INFO] jersey-tests-integration-jersey-2167 [war] [INFO] jersey-tests-integration-jersey-2176 [war] [INFO] jersey-tests-integration-jersey-2184 [war] [INFO] jersey-tests-integration-jersey-2255 [war] [INFO] jersey-tests-integration-jersey-2322 [war] [INFO] jersey-tests-integration-jersey-2335 [war] [INFO] jersey-tests-integration-jersey-2421 [war] [INFO] jersey-tests-integration-jersey-2551 [war] [INFO] jersey-tests-integration-jersey-2612 [war] [INFO] jersey-tests-integration-jersey-2637 [war] [INFO] jersey-tests-integration-jersey-2654 [war] [INFO] jersey-tests-integration-jersey-2673 [war] [INFO] jersey-tests-integration-jersey-2689 [war] [INFO] jersey-tests-integration-jersey-2704 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-tests-integration-jersey-2794 [war] [INFO] jersey-tests-integration-jersey-2846 [war] [INFO] jersey-tests-integration-jersey-2878 [war] [INFO] jersey-tests-integration-jersey-2892 [war] [INFO] jersey-3662 [jar] [INFO] jersey-tests-integration-jersey-3670 [war] [INFO] jersey-tests-integration-jersey-3796 [war] [INFO] jersey-3992 [war] [INFO] jersey-tests-integration-jersey-4003 [jar] [INFO] jersey-tests-integration-jersey-4099 [war] [INFO] jersey-4321 [jar] [INFO] jersey-examples [pom] [INFO] jersey-examples-server-sent-events-jersey [jar] [INFO] jersey-4507 [jar] [INFO] jersey-4542 [jar] [INFO] jersey-4697 [jar] [INFO] jersey-4722 [jar] [INFO] jersey-tests-integration-jersey-4949 [war] [INFO] jersey-bundles [pom] [INFO] jersey-bundles-jaxrs-ri [bundle] [INFO] jersey-tests-integration-jersey-5087 [war] [INFO] microprofile-integration-project [pom] [INFO] microprofile-config-project [pom] [INFO] config-webapp [jar] [INFO] helidon-config-webapp [war] [INFO] jersey-rest-client [jar] [INFO] jersey-rest-client-tck [jar] [INFO] jersey-tests-integration-property-check [jar] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-integration-jersey-security-digest [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 [war] [INFO] jersey-tests-integration-servlet-2.5-filter [war] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-2 [war] [INFO] jersey-tests-integration-servlet-2.5-init-3 [war] [INFO] jersey-tests-integration-servlet-2.5-init-4 [war] [INFO] jersey-tests-integration-servlet-2.5-init-5 [war] [INFO] jersey-tests-integration-servlet-2.5-init-6 [war] [INFO] jersey-tests-integration-servlet-2.5-init-7 [war] [INFO] jersey-tests-integration-servlet-2.5-init-8 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 [war] [INFO] jersey-tests-integration-servlet-2.5-reload [war] [INFO] jersey-tests-integration-servlet-3-async [war] [INFO] jersey-tests-integration-servlet-3-chunked-io [war] [INFO] jersey-tests-integration-servlet-3-filter [war] [INFO] jersey-tests-integration-servlet-3-gf-async [war] [INFO] jersey-tests-integration-servlet-3-inflector-1 [war] [INFO] jersey-tests-integration-servlet-3-init-1 [war] [INFO] jersey-tests-integration-servlet-3-init-2 [war] [INFO] jersey-tests-integration-servlet-3-init-3 [war] [INFO] jersey-tests-integration-servlet-3-init-4 [war] [INFO] jersey-tests-integration-servlet-3-init-5 [war] [INFO] jersey-tests-integration-servlet-3-init-6 [war] [INFO] jersey-tests-integration-servlet-3-init-7 [war] [INFO] jersey-tests-integration-servlet-3-init-8 [war] [INFO] jersey-tests-integration-servlet-3-init-9 [war] [INFO] jersey-tests-integration-servlet-3-init-provider [war] [INFO] jersey-tests-integration-servlet-3-params [war] [INFO] jersey-tests-integration-servlet-3-sse-1 [war] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-thin-server [jar] [INFO] jersey-tests-integration-tracing-support [war] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-tests-stress [jar] [INFO] jersey-tests-performance [pom] [INFO] performance-test-benchmarks [jar] [INFO] jersey-tests-performance-runners [pom] [INFO] jersey-grizzly-runner [jar] [INFO] jersey-tests-performance-testcase [pom] [INFO] jersey-tests-performance-assemblies [jar] [INFO] jersey-tests-performance-filter-dynamic-test [jar] [INFO] jersey-tests-performance-filter-global-test [jar] [INFO] jersey-tests-performance-filter-name-test [jar] [INFO] jersey-tests-performance-interceptor-dynamic-test [jar] [INFO] jersey-tests-performance-interceptor-global-test [jar] [INFO] jersey-tests-performance-interceptor-name-test [jar] [INFO] jersey-tests-performance-custom-provider-test [jar] [INFO] jersey-tests-performance-json-jackson-test [jar] [INFO] jersey-tests-performance-json-moxy-test [jar] [INFO] jersey-tests-performance-mbw-kryo-test [jar] [INFO] jersey-tests-performance-text-plain-test [jar] [INFO] jersey-tests-performance-xml-jaxb-test [jar] [INFO] jersey-tests-performance-xml-moxy-test [jar] [INFO] jersey-tests-performance-param-srl [jar] [INFO] jersey-tests-performance-proxy-injection-test [jar] [INFO] performance-test-tools [jar] [INFO] jersey-examples-assemblies [jar] [INFO] jersey-examples-bookmark [war] [INFO] jersey-examples-bookmark-em [war] [INFO] jersey-examples-bookstore-webapp [war] [INFO] jersey-examples-cdi-webapp [war] [INFO] jersey-examples-clipboard [jar] [INFO] jersey-examples-clipboard-programmatic [jar] [INFO] jersey-examples-declarative-linking [jar] [INFO] jersey-examples-entity-filtering [jar] [INFO] jersey-examples-entity-filtering-selectable [jar] [INFO] jersey-examples-entity-filtering-security [jar] [INFO] jersey-examples-extended-wadl-webapp [war] [INFO] jersey-examples-exception-mapping [jar] [INFO] jersey-examples-freemarker-webapp [war] [INFO] jersey-examples-groovy [jar] [INFO] jersey-examples-helloworld [jar] [INFO] jersey-examples-helloworld-benchmark [jar] [INFO] jersey-examples-helloworld-cdi2-se [jar] [INFO] jersey-examples-helloworld-netty [jar] [INFO] jersey-examples-helloworld-programmatic [jar] [INFO] jersey-examples-helloworld-pure-jax-rs [jar] [INFO] jersey-examples-helloworld-weld [jar] [INFO] jersey-examples-http-patch [jar] [INFO] jersey-examples-http-trace [jar] [INFO] jersey-examples-https-clientserver-grizzly [jar] [INFO] jersey-examples-https-server-glassfish [war] [INFO] jersey-examples-java8-webapp [war] [INFO] jersey-examples-jaxb [jar] [INFO] jersey-examples-jaxrs-types-injection [jar] [INFO] jersey-examples-ejb [war] [INFO] jersey-examples-json-binding-webapp [war] [INFO] jersey-examples-json-jackson [jar] [INFO] jersey-examples-json-jettison [jar] [INFO] jersey-examples-json-moxy [jar] [INFO] jersey-examples-json-processing-webapp [war] [INFO] jersey-examples-json-with-padding [jar] [INFO] jersey-examples-managed-beans-webapp [war] [INFO] jersey-examples-managed-client [jar] [INFO] jersey-examples-managed-client-webapp [war] [INFO] jersey-examples-managed-client-simple-webapp [war] [INFO] jersey-examples-multipart-webapp [war] [INFO] jersey-examples-open-tracing [jar] [INFO] jersey-examples-osgi-helloworld-webapp [pom] [INFO] jersey-examples-osgi-helloworld-webapp-lib [jar] [INFO] jersey-examples-osgi-helloworld-webapp-additional [jar] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version [jar] [INFO] jersey-examples-osgi-helloworld-webapp-wab [war] [INFO] jersey-examples-osgi-helloworld-webapp-test [pom] [INFO] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-rx-client-webapp [war] [INFO] jersey-examples-server-async [jar] [INFO] jersey-examples-server-async-managed [jar] [INFO] jersey-examples-server-async-standalone [pom] [INFO] jersey-examples-server-async-standalone-client [jar] [INFO] jersey-examples-server-async-standalone-webapp [war] [INFO] jersey-examples-server-sent-events-jaxrs [jar] [INFO] jersey-examples-servlet3-webapp [war] [INFO] jersey-examples-simple-console [jar] [INFO] jersey-examples-sse-item-store-jersey-webapp [war] [INFO] jersey-examples-sse-item-store-jaxrs-webapp [war] [INFO] jersey-examples-sse-twitter-aggregator [jar] [INFO] jersey-examples-system-properties [jar] [INFO] jersey-examples-moxy [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 3.1.99-SNAPSHOT [1/361] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 3.1.99-SNAPSHOT [2/361] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT [3/361] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-heroku-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-heroku-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-heroku-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 3.1.99-SNAPSHOT [4/361] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 3.1.99-SNAPSHOT [5/361] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 3.1.99-SNAPSHOT [6/361] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-example-java8-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-example-java8-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 3.1.99-SNAPSHOT [7/361] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.1.99-SNAPSHOT/jersey-bom-3.1.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 3.1.99-SNAPSHOT [8/361] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-common --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2022-11-12 16:20:17 at timestamp: 1668270017516 [INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common && git rev-parse --verify HEAD [INFO] Working directory: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-common --- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 375 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 375 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/StandardTable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/message/internal/FormProviderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/message/internal/FormProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ jersey-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='classesAndMethods', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.245 s - in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Nov 12, 2022 4:20:41 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer]. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.internal.util.TokenizerTest [INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:279) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:305) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:302) at java.base/java.util.concurrent.SubmissionPublisher.retryOffer(SubmissionPublisher.java:445) at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:422) at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:550) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.227 s - in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Nov 12, 2022 4:20:57 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest Nov 12, 2022 4:20:57 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Running org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.glassfish.jersey.message.internal.UtilsTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.message.DeflateEncodingTest [INFO] Running org.glassfish.jersey.message.GZipEncodingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.message.GZipEncodingTest [INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.jersey.uri.UriComponentTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.uri.UriTemplateTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s - in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Nov 12, 2022 4:20:58 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread pool-3-thread-2null1 > GET http://localhost:8080/getnull Nov 12, 2022 4:20:58 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread pool-3-thread-2null1 < 200null Nov 12, 2022 4:20:58 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread pool-3-thread-2null1 < 200null Nov 12, 2022 4:20:58 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread pool-3-thread-2null1 > GET http://localhost:8080null [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 228, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (osgi-bundle) @ jersey-common --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-common --- /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/ExceptionMapperFactory.java: Copyright year is wrong; is 2021, should be 2022 [ERROR] Errors: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 3.1.99-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 15.793 s] [INFO] jersey-archetypes .................................. SUCCESS [ 1.367 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 4.540 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.240 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.199 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.781 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.560 s] [INFO] jersey-core-common ................................. FAILURE [01:00 min] [INFO] jersey-inject ...................................... SKIPPED [INFO] jersey-inject-hk2 .................................. SKIPPED [INFO] jersey-core-client ................................. SKIPPED [INFO] jersey-media ....................................... SKIPPED [INFO] jersey-media-jaxb .................................. SKIPPED [INFO] jersey-core-server ................................. SKIPPED [INFO] jersey-containers .................................. SKIPPED [INFO] jersey-container-grizzly2-http ..................... SKIPPED [INFO] jersey-container-servlet-core ...................... SKIPPED [INFO] jersey-test-framework .............................. SKIPPED [INFO] jersey-test-framework-core ......................... SKIPPED [INFO] jersey-container-servlet ........................... SKIPPED [INFO] jersey-container-grizzly2-servlet .................. SKIPPED [INFO] jersey-test-framework-providers .................... SKIPPED [INFO] jersey-test-framework-provider-grizzly2 ............ SKIPPED [INFO] jersey-connectors .................................. SKIPPED [INFO] jersey-connectors-apache ........................... SKIPPED [INFO] jersey-connectors-apache5 .......................... SKIPPED [INFO] jersey-test-framework-provider-inmemory ............ SKIPPED [INFO] jersey-test-framework-provider-external ............ SKIPPED [INFO] jersey-container-jdk-http .......................... SKIPPED [INFO] jersey-test-framework-provider-jdk-http ............ SKIPPED [INFO] jersey-container-simple-http ....................... SKIPPED [INFO] jersey-test-framework-provider-simple .............. SKIPPED [INFO] jersey-connectors-netty ............................ SKIPPED [INFO] jersey-container-netty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-netty ............... SKIPPED [INFO] jersey-container-jetty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-jetty ............... SKIPPED [INFO] jersey-test-framework-provider-bundle .............. SKIPPED [INFO] jersey-connectors-grizzly .......................... SKIPPED [INFO] jersey-media-sse ................................... SKIPPED [INFO] jersey-connectors-helidon .......................... SKIPPED [INFO] jersey-connectors-jdk .............................. SKIPPED [INFO] jersey-extensions .................................. SKIPPED [INFO] jersey-ext-entity-filtering ........................ SKIPPED [INFO] jersey-media-json-jackson .......................... SKIPPED [INFO] jersey-connectors-jetty ............................ SKIPPED [INFO] jersey-connectors-jnh .............................. SKIPPED [INFO] jersey-cdi-support ................................. SKIPPED [INFO] jersey-ext-cdi1x ................................... SKIPPED [INFO] jersey-glassfish-support ........................... SKIPPED [INFO] jersey-gf-ejb ...................................... SKIPPED [INFO] jersey-container-jetty-servlet ..................... SKIPPED [INFO] jersey-ext-bean-validation ......................... SKIPPED [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SKIPPED [INFO] jersey-ext-cdi-rs-inject ........................... SKIPPED [INFO] jersey-ext-cdi1x-servlet ........................... SKIPPED [INFO] jersey-ext-cdi1x-transaction ....................... SKIPPED [INFO] jersey-ext-cdi1x-validation ........................ SKIPPED [INFO] jersey-ext-weld2-se ................................ SKIPPED [INFO] jersey-ext-metainf-services ........................ SKIPPED [INFO] jersey-ext-mvc ..................................... SKIPPED [INFO] jersey-ext-mvc-bean-validation ..................... SKIPPED [INFO] jersey-ext-mvc-freemarker .......................... SKIPPED [INFO] jersey-ext-mvc-jsp ................................. SKIPPED [INFO] jersey-ext-mvc-mustache ............................ SKIPPED [INFO] jersey-ext-proxy-client ............................ SKIPPED [INFO] jersey-ext-rx ...................................... SKIPPED [INFO] jersey-ext-rx-client-guava ......................... SKIPPED [INFO] jersey-ext-rx-client-rxjava ........................ SKIPPED [INFO] jersey-ext-rx-client-rxjava2 ....................... SKIPPED [INFO] jersey-spring6 ..................................... SKIPPED [INFO] jersey-wadl-doclet ................................. SKIPPED [INFO] jersey-media-json-binding .......................... SKIPPED [INFO] project ............................................ SKIPPED [INFO] jersey-mp-rest-client .............................. SKIPPED [INFO] jersey-mp-config ................................... SKIPPED [INFO] jersey-incubator ................................... SKIPPED [INFO] jersey-inject-cdi-weld ............................. SKIPPED [INFO] jersey-declarative-linking ......................... SKIPPED [INFO] jersey-ext-gae-integration ......................... SKIPPED [INFO] jersey-media-html-json ............................. SKIPPED [INFO] jersey-media-kryo .................................. SKIPPED [INFO] jersey-open-tracing ................................ SKIPPED [INFO] jersey-inject-cdi2-se .............................. SKIPPED [INFO] jersey-media-json-gson ............................. SKIPPED [INFO] jersey-media-json-jettison ......................... SKIPPED [INFO] jersey-media-json-processing ....................... SKIPPED [INFO] jersey-media-moxy .................................. SKIPPED [INFO] jersey-media-multipart ............................. SKIPPED [INFO] jersey-security .................................... SKIPPED [INFO] oauth1-signature ................................... SKIPPED [INFO] jersey-security .................................... SKIPPED [INFO] oauth1-server ...................................... SKIPPED [INFO] oauth2-client ...................................... SKIPPED [INFO] jersey-test-framework-util ......................... SKIPPED [INFO] jersey-tests ....................................... SKIPPED [INFO] jersey-tests-e2e ................................... SKIPPED [INFO] jersey-tests-e2e-client ............................ SKIPPED [INFO] jersey-tests-e2e-core-common ....................... SKIPPED [INFO] jersey-tests-e2e-entity ............................ SKIPPED [INFO] jersey-tests-e2e-inject ............................ SKIPPED [INFO] jersey-tests-e2e-inject-cdi-se ..................... SKIPPED [INFO] jersey-tests-e2e-inject-cdi-inject-weld ............ SKIPPED [INFO] e2e-inject-hk2 ..................................... SKIPPED [INFO] jersey-tests-e2e-server ............................ SKIPPED [INFO] jersey-tests-e2e-testng ............................ SKIPPED [INFO] jersey-tests-integration ........................... SKIPPED [INFO] jersey-asm-integration ............................. SKIPPED [INFO] jersey-tests-integration-jersey-async-filter ....... SKIPPED [INFO] cdi-integration-project ............................ SKIPPED [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SKIPPED [INFO] jersey-tests-cdi-client ............................ SKIPPED [INFO] jersey-tests-cdi-client-on-server .................. SKIPPED [INFO] jersey-tests-cdi-ejb-webapp ........................ SKIPPED [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SKIPPED [INFO] cdi-manually-bound ................................. SKIPPED [INFO] jersey-tests-cdi-log-check ......................... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-war ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule ........... SKIPPED [INFO] jersey-tests-cdi-multipart-webapp .................. SKIPPED [INFO] jersey-tests-resource-with-at-context .............. SKIPPED [INFO] cdi-singleton ...................................... SKIPPED [INFO] jersey-tests-cdi-webapp ............................ SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SKIPPED [INFO] jersey-tests-context-inject-on-server .............. SKIPPED [INFO] jersey-tests-glassfish-inject-on-server ............ SKIPPED [INFO] client-connector-provider .......................... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-war ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule ........... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload .... SKIPPED [INFO] jersey-tests-ejb-webapp ............................ SKIPPED [INFO] jersey-tests-externalproperties .................... SKIPPED [INFO] jersey-tests-component-inject ...................... SKIPPED [INFO] j-376-reproducer ................................... SKIPPED [INFO] jersey-tests-integration-j-441-war1 ................ SKIPPED [INFO] jersey-tests-integration-j-441-war2 ................ SKIPPED [INFO] jersey-tests-integration-j-441-ear ................. SKIPPED [INFO] jersey-tests-integration-j-441 ..................... SKIPPED [INFO] jersey-tests-integration-j-59-ejb-lib .............. SKIPPED [INFO] jersey-tests-integration-j-59-cdi-war .............. SKIPPED [INFO] jersey-tests-integration-j-59-ear .................. SKIPPED [INFO] jersey-tests-integration-j-59 ...................... SKIPPED [INFO] jersey-tests-integration-jersey-780 ................ SKIPPED [INFO] jersey-tests-integration-jersey-1107 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1223 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1604 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1667 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1883 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1928 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1960 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1964 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2031 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2136 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2137 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2154 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2160 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2164 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2167 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2176 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2184 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2255 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2322 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2335 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2421 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2551 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2612 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2637 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2654 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2673 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2689 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2704 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2776 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2794 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2846 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2878 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2892 ............... SKIPPED [INFO] jersey-3662 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-3670 ............... SKIPPED [INFO] jersey-tests-integration-jersey-3796 ............... SKIPPED [INFO] jersey-3992 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-4003 ............... SKIPPED [INFO] jersey-tests-integration-jersey-4099 ............... SKIPPED [INFO] jersey-4321 ........................................ SKIPPED [INFO] jersey-examples .................................... SKIPPED [INFO] jersey-examples-server-sent-events-jersey .......... SKIPPED [INFO] jersey-4507 ........................................ SKIPPED [INFO] jersey-4542 ........................................ SKIPPED [INFO] jersey-4697 ........................................ SKIPPED [INFO] jersey-4722 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-4949 ............... SKIPPED [INFO] jersey-bundles ..................................... SKIPPED [INFO] jersey-bundles-jaxrs-ri ............................ SKIPPED [INFO] jersey-tests-integration-jersey-5087 ............... SKIPPED [INFO] microprofile-integration-project ................... SKIPPED [INFO] microprofile-config-project ........................ SKIPPED [INFO] config-webapp ...................................... SKIPPED [INFO] helidon-config-webapp .............................. SKIPPED [INFO] jersey-rest-client ................................. SKIPPED [INFO] jersey-rest-client-tck ............................. SKIPPED [INFO] jersey-tests-integration-property-check ............ SKIPPED [INFO] reactive-streams-integration-project ............... SKIPPED [INFO] sse-reactive-streams-tck ........................... SKIPPED [INFO] jersey-tests-integration-jersey-security-digest .... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SKIPPED [INFO] jersey-tests-integration-servlet-2.5-filter ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-reload ........ SKIPPED [INFO] jersey-tests-integration-servlet-3-async ........... SKIPPED [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SKIPPED [INFO] jersey-tests-integration-servlet-3-filter .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-gf-async ........ SKIPPED [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-1 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-2 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-3 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-4 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-5 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-6 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-7 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-8 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-9 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-provider ... SKIPPED [INFO] jersey-tests-integration-servlet-3-params .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SKIPPED [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SKIPPED [INFO] jersey-tests-integration-servlet-tests ............. SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SKIPPED [INFO] jersey-tests-integration-sonar-test ................ SKIPPED [INFO] jersey-thin-server ................................. SKIPPED [INFO] jersey-tests-integration-tracing-support ........... SKIPPED [INFO] jersey-tests-jmockit ............................... SKIPPED [INFO] jersey-test-framework-memleak-test-common .......... SKIPPED [INFO] jersey-tests-memleak ............................... SKIPPED [INFO] jersey-tests-memleak-redeployment .................. SKIPPED [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED [INFO] jersey-examples-webapp-parent-pom .................. SKIPPED [INFO] jersey-examples-helloworld-webapp .................. SKIPPED [INFO] jersey-test-framework-maven ........................ SKIPPED [INFO] jersey-test-framework-maven-container-runner-plugin SKIPPED [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED [INFO] jersey-tests-memleak-testcase ...................... SKIPPED [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED [INFO] jersey-tests-osgi .................................. SKIPPED [INFO] jersey-tests-osgi-functional ....................... SKIPPED [INFO] jersey-tests-stress ................................ SKIPPED [INFO] jersey-tests-performance ........................... SKIPPED [INFO] performance-test-benchmarks ........................ SKIPPED [INFO] jersey-tests-performance-runners ................... SKIPPED [INFO] jersey-grizzly-runner .............................. SKIPPED [INFO] jersey-tests-performance-testcase .................. SKIPPED [INFO] jersey-tests-performance-assemblies ................ SKIPPED [INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED [INFO] jersey-tests-performance-filter-global-test ........ SKIPPED [INFO] jersey-tests-performance-filter-name-test .......... SKIPPED [INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED [INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED [INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED [INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED [INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED [INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED [INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED [INFO] jersey-tests-performance-text-plain-test ........... SKIPPED [INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED [INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED [INFO] jersey-tests-performance-param-srl ................. SKIPPED [INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED [INFO] performance-test-tools ............................. SKIPPED [INFO] jersey-examples-assemblies ......................... SKIPPED [INFO] jersey-examples-bookmark ........................... SKIPPED [INFO] jersey-examples-bookmark-em ........................ SKIPPED [INFO] jersey-examples-bookstore-webapp ................... SKIPPED [INFO] jersey-examples-cdi-webapp ......................... SKIPPED [INFO] jersey-examples-clipboard .......................... SKIPPED [INFO] jersey-examples-clipboard-programmatic ............. SKIPPED [INFO] jersey-examples-declarative-linking ................ SKIPPED [INFO] jersey-examples-entity-filtering ................... SKIPPED [INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED [INFO] jersey-examples-entity-filtering-security .......... SKIPPED [INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED [INFO] jersey-examples-exception-mapping .................. SKIPPED [INFO] jersey-examples-freemarker-webapp .................. SKIPPED [INFO] jersey-examples-groovy ............................. SKIPPED [INFO] jersey-examples-helloworld ......................... SKIPPED [INFO] jersey-examples-helloworld-benchmark ............... SKIPPED [INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED [INFO] jersey-examples-helloworld-netty ................... SKIPPED [INFO] jersey-examples-helloworld-programmatic ............ SKIPPED [INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED [INFO] jersey-examples-helloworld-weld .................... SKIPPED [INFO] jersey-examples-http-patch ......................... SKIPPED [INFO] jersey-examples-http-trace ......................... SKIPPED [INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED [INFO] jersey-examples-https-server-glassfish ............. SKIPPED [INFO] jersey-examples-java8-webapp ....................... SKIPPED [INFO] jersey-examples-jaxb ............................... SKIPPED [INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED [INFO] jersey-examples-ejb ................................ SKIPPED [INFO] jersey-examples-json-binding-webapp ................ SKIPPED [INFO] jersey-examples-json-jackson ....................... SKIPPED [INFO] jersey-examples-json-jettison ...................... SKIPPED [INFO] jersey-examples-json-moxy .......................... SKIPPED [INFO] jersey-examples-json-processing-webapp ............. SKIPPED [INFO] jersey-examples-json-with-padding .................. SKIPPED [INFO] jersey-examples-managed-beans-webapp ............... SKIPPED [INFO] jersey-examples-managed-client ..................... SKIPPED [INFO] jersey-examples-managed-client-webapp .............. SKIPPED [INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED [INFO] jersey-examples-multipart-webapp ................... SKIPPED [INFO] jersey-examples-open-tracing ....................... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED [INFO] 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-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: 01:46 min [INFO] Finished at: 2022-11-12T16:21:07Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.glassfish.copyright:glassfish-copyright-maven-plugin:2.4:check (default-cli) on project jersey-common: Copyright checking failed -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.glassfish.copyright:glassfish-copyright-maven-plugin:2.4:check (default-cli) on project jersey-common: Copyright checking failed at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) 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:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) 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:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) 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: Copyright checking failed at org.glassfish.copyright.CheckCopyrightMojo.execute (CheckCopyrightMojo.java:44) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) 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:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) 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:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) 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 :jersey-common [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch JDK 11 Agent centos-7-12p3l is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-12p3l" namespace: "jersey" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-12p3l" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-12p3l" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jersey" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-12p3l in /home/jenkins/agent/workspace/continuous-integration_PR-5193 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/continuous-integration_PR-5193 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5193/head:refs/remotes/origin/PR-5193 +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10 Fetching without tags Merging remotes/origin/3.1 commit 6c9f98b64f273d5c7ee649aca3db1a8c2dd3f36b into PR head commit 261d3d97c40d6052569daae99c2d517da9e8ee1f > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/5193/head:refs/remotes/origin/PR-5193 # timeout=10 > git config --add remote.origin.fetch +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/pull/5193/head:refs/remotes/origin/PR-5193 +refs/heads/3.1:refs/remotes/origin/3.1 # timeout=10 Merge succeeded, producing 261d3d97c40d6052569daae99c2d517da9e8ee1f Checking out Revision 261d3d97c40d6052569daae99c2d517da9e8ee1f (PR-5193) > git config core.sparsecheckout # timeout=10 > git checkout -f 261d3d97c40d6052569daae99c2d517da9e8ee1f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git merge 6c9f98b64f273d5c7ee649aca3db1a8c2dd3f36b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 261d3d97c40d6052569daae99c2d517da9e8ee1f # timeout=10 Commit message: "Prevent registering the default exception mapper in the ExceptionMapperFactory to avoid skipping an other exception mapper for Throwable" [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + bash /home/jenkins/agent/workspace/continuous-integration_PR-5193/etc/jenkins/jenkins_build.sh Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 19, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-19/19 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jersey [pom] [INFO] jersey-archetypes [pom] [INFO] jersey-archetype-heroku-webapp [maven-archetype] [INFO] jersey-archetype-grizzly2 [maven-archetype] [INFO] jersey-archetype-webapp [maven-archetype] [INFO] jersey-example-java8-webapp [maven-archetype] [INFO] jersey-bom [pom] [INFO] jersey-core-common [jar] [INFO] jersey-inject [pom] [INFO] jersey-inject-hk2 [jar] [INFO] jersey-core-client [jar] [INFO] jersey-media [pom] [INFO] jersey-media-jaxb [jar] [INFO] jersey-core-server [jar] [INFO] jersey-containers [pom] [INFO] jersey-container-grizzly2-http [jar] [INFO] jersey-container-servlet-core [jar] [INFO] jersey-test-framework [pom] [INFO] jersey-test-framework-core [jar] [INFO] jersey-container-servlet [jar] [INFO] jersey-container-grizzly2-servlet [jar] [INFO] jersey-test-framework-providers [pom] [INFO] jersey-test-framework-provider-grizzly2 [jar] [INFO] jersey-connectors [pom] [INFO] jersey-connectors-apache [jar] [INFO] jersey-connectors-apache5 [jar] [INFO] jersey-test-framework-provider-inmemory [jar] [INFO] jersey-test-framework-provider-external [jar] [INFO] jersey-container-jdk-http [jar] [INFO] jersey-test-framework-provider-jdk-http [jar] [INFO] jersey-container-simple-http [jar] [INFO] jersey-test-framework-provider-simple [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-media-sse [jar] [INFO] jersey-connectors-helidon [jar] [INFO] jersey-connectors-jdk [jar] [INFO] jersey-extensions [pom] [INFO] jersey-ext-entity-filtering [jar] [INFO] jersey-media-json-jackson [jar] [INFO] jersey-connectors-jetty [jar] [INFO] jersey-connectors-jnh [jar] [INFO] jersey-cdi-support [pom] [INFO] jersey-ext-cdi1x [jar] [INFO] jersey-glassfish-support [pom] [INFO] jersey-gf-ejb [jar] [INFO] jersey-container-jetty-servlet [jar] [INFO] jersey-ext-bean-validation [jar] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding [jar] [INFO] jersey-ext-cdi-rs-inject [jar] [INFO] jersey-ext-cdi1x-servlet [jar] [INFO] jersey-ext-cdi1x-transaction [jar] [INFO] jersey-ext-cdi1x-validation [jar] [INFO] jersey-ext-weld2-se [jar] [INFO] jersey-ext-metainf-services [jar] [INFO] jersey-ext-mvc [jar] [INFO] jersey-ext-mvc-bean-validation [jar] [INFO] jersey-ext-mvc-freemarker [jar] [INFO] jersey-ext-mvc-jsp [jar] [INFO] jersey-ext-mvc-mustache [jar] [INFO] jersey-ext-proxy-client [jar] [INFO] jersey-ext-rx [pom] [INFO] jersey-ext-rx-client-guava [jar] [INFO] jersey-ext-rx-client-rxjava [jar] [INFO] jersey-ext-rx-client-rxjava2 [jar] [INFO] jersey-spring6 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] project [pom] [INFO] jersey-mp-rest-client [jar] [INFO] jersey-mp-config [jar] [INFO] jersey-incubator [pom] [INFO] jersey-inject-cdi-weld [jar] [INFO] jersey-declarative-linking [jar] [INFO] jersey-ext-gae-integration [jar] [INFO] jersey-media-html-json [jar] [INFO] jersey-media-kryo [jar] [INFO] jersey-open-tracing [jar] [INFO] jersey-inject-cdi2-se [jar] [INFO] jersey-media-json-gson [jar] [INFO] jersey-media-json-jettison [jar] [INFO] jersey-media-json-processing [jar] [INFO] jersey-media-moxy [jar] [INFO] jersey-media-multipart [jar] [INFO] jersey-security [pom] [INFO] oauth1-signature [jar] [INFO] jersey-security [jar] [INFO] oauth1-server [jar] [INFO] oauth2-client [jar] [INFO] jersey-test-framework-util [jar] [INFO] jersey-tests [pom] [INFO] jersey-tests-e2e [jar] [INFO] jersey-tests-e2e-client [jar] [INFO] jersey-tests-e2e-core-common [jar] [INFO] jersey-tests-e2e-entity [jar] [INFO] jersey-tests-e2e-inject [pom] [INFO] jersey-tests-e2e-inject-cdi-se [jar] [INFO] jersey-tests-e2e-inject-cdi-inject-weld [jar] [INFO] e2e-inject-hk2 [jar] [INFO] jersey-tests-e2e-server [jar] [INFO] jersey-tests-e2e-testng [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [INFO] jersey-tests-integration-jersey-async-filter [war] [INFO] cdi-integration-project [pom] [INFO] jersey-tests-cdi-beanvalidation-webapp [war] [INFO] jersey-tests-cdi-client [jar] [INFO] jersey-tests-cdi-client-on-server [war] [INFO] jersey-tests-cdi-ejb-webapp [war] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp [war] [INFO] cdi-manually-bound [jar] [INFO] jersey-tests-cdi-log-check [war] [INFO] jersey-tests-integration-cdi-multimodule-lib [jar] [INFO] jersey-tests-integration-cdi-multimodule-war [war] [INFO] jersey-tests-integration-cdi-multimodule-war2 [war] [INFO] jersey-tests-integration-cdi-multimodule-ear [ear] [INFO] jersey-tests-integration-cdi-multimodule [pom] [INFO] jersey-tests-cdi-multipart-webapp [war] [INFO] jersey-tests-resource-with-at-context [jar] [INFO] cdi-singleton [jar] [INFO] jersey-tests-cdi-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp [war] [INFO] jersey-tests-cdi-with-jersey-injection-webapp [war] [INFO] jersey-tests-context-inject-on-server [jar] [INFO] jersey-tests-glassfish-inject-on-server [jar] [INFO] client-connector-provider [jar] [INFO] jersey-tests-integration-ejb-multimodule-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-war [war] [INFO] jersey-tests-integration-ejb-multimodule-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule [pom] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib [jar] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 [war] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear [ear] [INFO] jersey-tests-integration-ejb-multimodule-reload [pom] [INFO] jersey-tests-ejb-webapp [war] [INFO] jersey-tests-externalproperties [jar] [INFO] jersey-tests-component-inject [war] [INFO] j-376-reproducer [jar] [INFO] jersey-tests-integration-j-441-war1 [war] [INFO] jersey-tests-integration-j-441-war2 [war] [INFO] jersey-tests-integration-j-441-ear [ear] [INFO] jersey-tests-integration-j-441 [pom] [INFO] jersey-tests-integration-j-59-ejb-lib [jar] [INFO] jersey-tests-integration-j-59-cdi-war [war] [INFO] jersey-tests-integration-j-59-ear [ear] [INFO] jersey-tests-integration-j-59 [pom] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-1107 [war] [INFO] jersey-tests-integration-jersey-1223 [war] [INFO] jersey-tests-integration-jersey-1604 [war] [INFO] jersey-tests-integration-jersey-1667 [war] [INFO] jersey-tests-integration-jersey-1883 [war] [INFO] jersey-tests-integration-jersey-1928 [war] [INFO] jersey-tests-integration-jersey-1960 [war] [INFO] jersey-tests-integration-jersey-1964 [war] [INFO] jersey-tests-integration-jersey-2031 [war] [INFO] jersey-tests-integration-jersey-2136 [war] [INFO] jersey-tests-integration-jersey-2137 [war] [INFO] jersey-tests-integration-jersey-2154 [war] [INFO] jersey-tests-integration-jersey-2160 [war] [INFO] jersey-tests-integration-jersey-2164 [war] [INFO] jersey-tests-integration-jersey-2167 [war] [INFO] jersey-tests-integration-jersey-2176 [war] [INFO] jersey-tests-integration-jersey-2184 [war] [INFO] jersey-tests-integration-jersey-2255 [war] [INFO] jersey-tests-integration-jersey-2322 [war] [INFO] jersey-tests-integration-jersey-2335 [war] [INFO] jersey-tests-integration-jersey-2421 [war] [INFO] jersey-tests-integration-jersey-2551 [war] [INFO] jersey-tests-integration-jersey-2612 [war] [INFO] jersey-tests-integration-jersey-2637 [war] [INFO] jersey-tests-integration-jersey-2654 [war] [INFO] jersey-tests-integration-jersey-2673 [war] [INFO] jersey-tests-integration-jersey-2689 [war] [INFO] jersey-tests-integration-jersey-2704 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-tests-integration-jersey-2794 [war] [INFO] jersey-tests-integration-jersey-2846 [war] [INFO] jersey-tests-integration-jersey-2878 [war] [INFO] jersey-tests-integration-jersey-2892 [war] [INFO] jersey-3662 [jar] [INFO] jersey-tests-integration-jersey-3670 [war] [INFO] jersey-tests-integration-jersey-3796 [war] [INFO] jersey-3992 [war] [INFO] jersey-tests-integration-jersey-4003 [jar] [INFO] jersey-tests-integration-jersey-4099 [war] [INFO] jersey-4321 [jar] [INFO] jersey-examples [pom] [INFO] jersey-examples-server-sent-events-jersey [jar] [INFO] jersey-4507 [jar] [INFO] jersey-4542 [jar] [INFO] jersey-4697 [jar] [INFO] jersey-4722 [jar] [INFO] jersey-tests-integration-jersey-4949 [war] [INFO] jersey-bundles [pom] [INFO] jersey-bundles-jaxrs-ri [bundle] [INFO] jersey-tests-integration-jersey-5087 [war] [INFO] microprofile-integration-project [pom] [INFO] microprofile-config-project [pom] [INFO] config-webapp [jar] [INFO] helidon-config-webapp [war] [INFO] jersey-rest-client [jar] [INFO] jersey-rest-client-tck [jar] [INFO] jersey-tests-integration-property-check [jar] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-integration-jersey-security-digest [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 [war] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 [war] [INFO] jersey-tests-integration-servlet-2.5-filter [war] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-1 [war] [INFO] jersey-tests-integration-servlet-2.5-init-2 [war] [INFO] jersey-tests-integration-servlet-2.5-init-3 [war] [INFO] jersey-tests-integration-servlet-2.5-init-4 [war] [INFO] jersey-tests-integration-servlet-2.5-init-5 [war] [INFO] jersey-tests-integration-servlet-2.5-init-6 [war] [INFO] jersey-tests-integration-servlet-2.5-init-7 [war] [INFO] jersey-tests-integration-servlet-2.5-init-8 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 [war] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 [war] [INFO] jersey-tests-integration-servlet-2.5-reload [war] [INFO] jersey-tests-integration-servlet-3-async [war] [INFO] jersey-tests-integration-servlet-3-chunked-io [war] [INFO] jersey-tests-integration-servlet-3-filter [war] [INFO] jersey-tests-integration-servlet-3-gf-async [war] [INFO] jersey-tests-integration-servlet-3-inflector-1 [war] [INFO] jersey-tests-integration-servlet-3-init-1 [war] [INFO] jersey-tests-integration-servlet-3-init-2 [war] [INFO] jersey-tests-integration-servlet-3-init-3 [war] [INFO] jersey-tests-integration-servlet-3-init-4 [war] [INFO] jersey-tests-integration-servlet-3-init-5 [war] [INFO] jersey-tests-integration-servlet-3-init-6 [war] [INFO] jersey-tests-integration-servlet-3-init-7 [war] [INFO] jersey-tests-integration-servlet-3-init-8 [war] [INFO] jersey-tests-integration-servlet-3-init-9 [war] [INFO] jersey-tests-integration-servlet-3-init-provider [war] [INFO] jersey-tests-integration-servlet-3-params [war] [INFO] jersey-tests-integration-servlet-3-sse-1 [war] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-thin-server [jar] [INFO] jersey-tests-integration-tracing-support [war] [INFO] jersey-tests-integration-spring6 [war] [INFO] jersey-tests-jmockit [jar] [INFO] jersey-test-framework-memleak-test-common [jar] [INFO] jersey-tests-memleak [pom] [INFO] jersey-tests-memleak-redeployment [pom] [INFO] jersey-tests-memleak-redeployment-leaking-test-app [war] [INFO] jersey-examples-webapp-parent-pom [pom] [INFO] jersey-examples-helloworld-webapp [war] [INFO] jersey-test-framework-maven [pom] [INFO] jersey-test-framework-maven-container-runner-plugin [maven-plugin] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref [jar] [INFO] jersey-tests-memleak-redeployment-no-jersey-app [war] [INFO] jersey-tests-memleak-redeployment-threadlocals-app [war] [INFO] jersey-tests-memleak-testcase [pom] [INFO] jersey-tests-memleak-testcase-bean-param-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak [war] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client [jar] [INFO] jersey-tests-memleak-testcase-leaking-test-app [war] [INFO] jersey-tests-osgi [pom] [INFO] jersey-tests-osgi-functional [pom] [INFO] jersey-tests-stress [jar] [INFO] jersey-tests-performance [pom] [INFO] performance-test-benchmarks [jar] [INFO] jersey-tests-performance-runners [pom] [INFO] jersey-grizzly-runner [jar] [INFO] jersey-tests-performance-testcase [pom] [INFO] jersey-tests-performance-assemblies [jar] [INFO] jersey-tests-performance-filter-dynamic-test [jar] [INFO] jersey-tests-performance-filter-global-test [jar] [INFO] jersey-tests-performance-filter-name-test [jar] [INFO] jersey-tests-performance-interceptor-dynamic-test [jar] [INFO] jersey-tests-performance-interceptor-global-test [jar] [INFO] jersey-tests-performance-interceptor-name-test [jar] [INFO] jersey-tests-performance-custom-provider-test [jar] [INFO] jersey-tests-performance-json-jackson-test [jar] [INFO] jersey-tests-performance-json-moxy-test [jar] [INFO] jersey-tests-performance-mbw-kryo-test [jar] [INFO] jersey-tests-performance-text-plain-test [jar] [INFO] jersey-tests-performance-xml-jaxb-test [jar] [INFO] jersey-tests-performance-xml-moxy-test [jar] [INFO] jersey-tests-performance-param-srl [jar] [INFO] jersey-tests-performance-proxy-injection-test [jar] [INFO] performance-test-tools [jar] [INFO] jersey-examples-assemblies [jar] [INFO] jersey-examples-bookmark [war] [INFO] jersey-examples-bookmark-em [war] [INFO] jersey-examples-bookstore-webapp [war] [INFO] jersey-examples-cdi-webapp [war] [INFO] jersey-examples-clipboard [jar] [INFO] jersey-examples-clipboard-programmatic [jar] [INFO] jersey-examples-declarative-linking [jar] [INFO] jersey-examples-entity-filtering [jar] [INFO] jersey-examples-entity-filtering-selectable [jar] [INFO] jersey-examples-entity-filtering-security [jar] [INFO] jersey-examples-extended-wadl-webapp [war] [INFO] jersey-examples-exception-mapping [jar] [INFO] jersey-examples-freemarker-webapp [war] [INFO] jersey-examples-groovy [jar] [INFO] jersey-examples-helloworld [jar] [INFO] jersey-examples-helloworld-benchmark [jar] [INFO] jersey-examples-helloworld-cdi2-se [jar] [INFO] jersey-examples-helloworld-netty [jar] [INFO] jersey-examples-helloworld-programmatic [jar] [INFO] jersey-examples-helloworld-pure-jax-rs [jar] [INFO] jersey-examples-helloworld-weld [jar] [INFO] jersey-examples-http-patch [jar] [INFO] jersey-examples-http-trace [jar] [INFO] jersey-examples-https-clientserver-grizzly [jar] [INFO] jersey-examples-https-server-glassfish [war] [INFO] jersey-examples-java8-webapp [war] [INFO] jersey-examples-jaxb [jar] [INFO] jersey-examples-jaxrs-types-injection [jar] [INFO] jersey-examples-ejb [war] [INFO] jersey-examples-json-binding-webapp [war] [INFO] jersey-examples-json-jackson [jar] [INFO] jersey-examples-json-jettison [jar] [INFO] jersey-examples-json-moxy [jar] [INFO] jersey-examples-json-processing-webapp [war] [INFO] jersey-examples-json-with-padding [jar] [INFO] jersey-examples-managed-beans-webapp [war] [INFO] jersey-examples-managed-client [jar] [INFO] jersey-examples-managed-client-webapp [war] [INFO] jersey-examples-managed-client-simple-webapp [war] [INFO] jersey-examples-multipart-webapp [war] [INFO] jersey-examples-open-tracing [jar] [INFO] jersey-examples-osgi-helloworld-webapp [pom] [INFO] jersey-examples-osgi-helloworld-webapp-lib [jar] [INFO] jersey-examples-osgi-helloworld-webapp-additional [jar] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version [jar] [INFO] jersey-examples-osgi-helloworld-webapp-wab [war] [INFO] jersey-examples-osgi-helloworld-webapp-test [pom] [INFO] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-rx-client-webapp [war] [INFO] jersey-examples-server-async [jar] [INFO] jersey-examples-server-async-managed [jar] [INFO] jersey-examples-server-async-standalone [pom] [INFO] jersey-examples-server-async-standalone-client [jar] [INFO] jersey-examples-server-async-standalone-webapp [war] [INFO] jersey-examples-server-sent-events-jaxrs [jar] [INFO] jersey-examples-servlet3-webapp [war] [INFO] jersey-examples-simple-console [jar] [INFO] jersey-examples-sse-item-store-jersey-webapp [war] [INFO] jersey-examples-sse-item-store-jaxrs-webapp [war] [INFO] jersey-examples-sse-twitter-aggregator [jar] [INFO] jersey-examples-system-properties [jar] [INFO] jersey-examples-moxy [jar] [INFO] jersey-examples-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 3.1.99-SNAPSHOT [1/364] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 3.1.99-SNAPSHOT [2/364] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.1.99-SNAPSHOT/project-3.1.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 3.1.99-SNAPSHOT [3/364] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-heroku-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-heroku-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-heroku-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-heroku-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.1.99-SNAPSHOT/jersey-heroku-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 3.1.99-SNAPSHOT [4/364] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.1.99-SNAPSHOT/jersey-quickstart-grizzly2-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 3.1.99-SNAPSHOT [5/364] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-quickstart-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.1.99-SNAPSHOT/jersey-quickstart-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 3.1.99-SNAPSHOT [6/364] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-example-java8-webapp --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-example-java8-webapp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.1.99-SNAPSHOT/jersey-example-java8-webapp-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 3.1.99-SNAPSHOT [7/364] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-bom --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/3.1.99-SNAPSHOT/jersey-bom-3.1.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 3.1.99-SNAPSHOT [8/364] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-common --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2022-11-12 16:23:01 at timestamp: 1668270181971 [INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common && git rev-parse --verify HEAD [INFO] Working directory: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/continuous-integration_PR-5193 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-common --- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 375 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 375 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/guava/AbstractMapBasedMultimap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/message/internal/FormProviderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/message/internal/FormProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ jersey-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='classesAndMethods', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.142 s - in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Nov 12, 2022 4:23:20 PM org.glassfish.jersey.internal.util.PropertiesHelper convertValue WARNING: There is no way how to transform value "true" [java.lang.Boolean] to type [java.lang.Integer]. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.internal.util.TokenizerTest [INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received. at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:279) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:305) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:302) at java.base/java.util.concurrent.SubmissionPublisher.retryOffer(SubmissionPublisher.java:457) at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:432) at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1589) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.174 s - in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Nov 12, 2022 4:23:35 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest Nov 12, 2022 4:23:35 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties WARNING: Could not read system properties [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Running org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.jersey.message.internal.UtilsTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.glassfish.jersey.message.DeflateEncodingTest [INFO] Running org.glassfish.jersey.message.GZipEncodingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.message.GZipEncodingTest [INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.uri.UriComponentTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.glassfish.jersey.uri.UriTemplateTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s - in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Nov 12, 2022 4:23:36 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread pool-3-thread-1null1 > GET http://localhost:8080/getnull Nov 12, 2022 4:23:36 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread pool-3-thread-1null1 < 200null Nov 12, 2022 4:23:36 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread pool-3-thread-1null1 < 200null Nov 12, 2022 4:23:36 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread pool-3-thread-1null1 > GET http://localhost:8080null [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.SecurityManagerConfiguredTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 228, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (osgi-bundle) @ jersey-common --- [INFO] Building bundle: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/target/jersey-common-3.1.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/3.1.99-SNAPSHOT/jersey-common-3.1.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-common --- /home/jenkins/agent/workspace/continuous-integration_PR-5193/core-common/src/main/java/org/glassfish/jersey/internal/ExceptionMapperFactory.java: Copyright year is wrong; is 2021, should be 2022 [ERROR] Errors: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 3.1.99-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 11.286 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.920 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 3.168 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.216 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.167 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.401 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.392 s] [INFO] jersey-core-common ................................. FAILURE [ 50.291 s] [INFO] jersey-inject ...................................... SKIPPED [INFO] jersey-inject-hk2 .................................. SKIPPED [INFO] jersey-core-client ................................. SKIPPED [INFO] jersey-media ....................................... SKIPPED [INFO] jersey-media-jaxb .................................. SKIPPED [INFO] jersey-core-server ................................. SKIPPED [INFO] jersey-containers .................................. SKIPPED [INFO] jersey-container-grizzly2-http ..................... SKIPPED [INFO] jersey-container-servlet-core ...................... SKIPPED [INFO] jersey-test-framework .............................. SKIPPED [INFO] jersey-test-framework-core ......................... SKIPPED [INFO] jersey-container-servlet ........................... SKIPPED [INFO] jersey-container-grizzly2-servlet .................. SKIPPED [INFO] jersey-test-framework-providers .................... SKIPPED [INFO] jersey-test-framework-provider-grizzly2 ............ SKIPPED [INFO] jersey-connectors .................................. SKIPPED [INFO] jersey-connectors-apache ........................... SKIPPED [INFO] jersey-connectors-apache5 .......................... SKIPPED [INFO] jersey-test-framework-provider-inmemory ............ SKIPPED [INFO] jersey-test-framework-provider-external ............ SKIPPED [INFO] jersey-container-jdk-http .......................... SKIPPED [INFO] jersey-test-framework-provider-jdk-http ............ SKIPPED [INFO] jersey-container-simple-http ....................... SKIPPED [INFO] jersey-test-framework-provider-simple .............. SKIPPED [INFO] jersey-connectors-netty ............................ SKIPPED [INFO] jersey-container-netty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-netty ............... SKIPPED [INFO] jersey-container-jetty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-jetty ............... SKIPPED [INFO] jersey-test-framework-provider-bundle .............. SKIPPED [INFO] jersey-connectors-grizzly .......................... SKIPPED [INFO] jersey-media-sse ................................... SKIPPED [INFO] jersey-connectors-helidon .......................... SKIPPED [INFO] jersey-connectors-jdk .............................. SKIPPED [INFO] jersey-extensions .................................. SKIPPED [INFO] jersey-ext-entity-filtering ........................ SKIPPED [INFO] jersey-media-json-jackson .......................... SKIPPED [INFO] jersey-connectors-jetty ............................ SKIPPED [INFO] jersey-connectors-jnh .............................. SKIPPED [INFO] jersey-cdi-support ................................. SKIPPED [INFO] jersey-ext-cdi1x ................................... SKIPPED [INFO] jersey-glassfish-support ........................... SKIPPED [INFO] jersey-gf-ejb ...................................... SKIPPED [INFO] jersey-container-jetty-servlet ..................... SKIPPED [INFO] jersey-ext-bean-validation ......................... SKIPPED [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SKIPPED [INFO] jersey-ext-cdi-rs-inject ........................... SKIPPED [INFO] jersey-ext-cdi1x-servlet ........................... SKIPPED [INFO] jersey-ext-cdi1x-transaction ....................... SKIPPED [INFO] jersey-ext-cdi1x-validation ........................ SKIPPED [INFO] jersey-ext-weld2-se ................................ SKIPPED [INFO] jersey-ext-metainf-services ........................ SKIPPED [INFO] jersey-ext-mvc ..................................... SKIPPED [INFO] jersey-ext-mvc-bean-validation ..................... SKIPPED [INFO] jersey-ext-mvc-freemarker .......................... SKIPPED [INFO] jersey-ext-mvc-jsp ................................. SKIPPED [INFO] jersey-ext-mvc-mustache ............................ SKIPPED [INFO] jersey-ext-proxy-client ............................ SKIPPED [INFO] jersey-ext-rx ...................................... SKIPPED [INFO] jersey-ext-rx-client-guava ......................... SKIPPED [INFO] jersey-ext-rx-client-rxjava ........................ SKIPPED [INFO] jersey-ext-rx-client-rxjava2 ....................... SKIPPED [INFO] jersey-spring6 ..................................... SKIPPED [INFO] jersey-wadl-doclet ................................. SKIPPED [INFO] jersey-media-json-binding .......................... SKIPPED [INFO] project ............................................ SKIPPED [INFO] jersey-mp-rest-client .............................. SKIPPED [INFO] jersey-mp-config ................................... SKIPPED [INFO] jersey-incubator ................................... SKIPPED [INFO] jersey-inject-cdi-weld ............................. SKIPPED [INFO] jersey-declarative-linking ......................... SKIPPED [INFO] jersey-ext-gae-integration ......................... SKIPPED [INFO] jersey-media-html-json ............................. SKIPPED [INFO] jersey-media-kryo .................................. SKIPPED [INFO] jersey-open-tracing ................................ SKIPPED [INFO] jersey-inject-cdi2-se .............................. SKIPPED [INFO] jersey-media-json-gson ............................. SKIPPED [INFO] jersey-media-json-jettison ......................... SKIPPED [INFO] jersey-media-json-processing ....................... SKIPPED [INFO] jersey-media-moxy .................................. SKIPPED [INFO] jersey-media-multipart ............................. SKIPPED [INFO] jersey-security .................................... SKIPPED [INFO] oauth1-signature ................................... SKIPPED [INFO] jersey-security .................................... SKIPPED [INFO] oauth1-server ...................................... SKIPPED [INFO] oauth2-client ...................................... SKIPPED [INFO] jersey-test-framework-util ......................... SKIPPED [INFO] jersey-tests ....................................... SKIPPED [INFO] jersey-tests-e2e ................................... SKIPPED [INFO] jersey-tests-e2e-client ............................ SKIPPED [INFO] jersey-tests-e2e-core-common ....................... SKIPPED [INFO] jersey-tests-e2e-entity ............................ SKIPPED [INFO] jersey-tests-e2e-inject ............................ SKIPPED [INFO] jersey-tests-e2e-inject-cdi-se ..................... SKIPPED [INFO] jersey-tests-e2e-inject-cdi-inject-weld ............ SKIPPED [INFO] e2e-inject-hk2 ..................................... SKIPPED [INFO] jersey-tests-e2e-server ............................ SKIPPED [INFO] jersey-tests-e2e-testng ............................ SKIPPED [INFO] jersey-tests-integration ........................... SKIPPED [INFO] jersey-asm-integration ............................. SKIPPED [INFO] jersey-tests-integration-jersey-async-filter ....... SKIPPED [INFO] cdi-integration-project ............................ SKIPPED [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SKIPPED [INFO] jersey-tests-cdi-client ............................ SKIPPED [INFO] jersey-tests-cdi-client-on-server .................. SKIPPED [INFO] jersey-tests-cdi-ejb-webapp ........................ SKIPPED [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SKIPPED [INFO] cdi-manually-bound ................................. SKIPPED [INFO] jersey-tests-cdi-log-check ......................... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-war ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SKIPPED [INFO] jersey-tests-integration-cdi-multimodule ........... SKIPPED [INFO] jersey-tests-cdi-multipart-webapp .................. SKIPPED [INFO] jersey-tests-resource-with-at-context .............. SKIPPED [INFO] cdi-singleton ...................................... SKIPPED [INFO] jersey-tests-cdi-webapp ............................ SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SKIPPED [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SKIPPED [INFO] jersey-tests-context-inject-on-server .............. SKIPPED [INFO] jersey-tests-glassfish-inject-on-server ............ SKIPPED [INFO] client-connector-provider .......................... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-war ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule ........... SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SKIPPED [INFO] jersey-tests-integration-ejb-multimodule-reload .... SKIPPED [INFO] jersey-tests-ejb-webapp ............................ SKIPPED [INFO] jersey-tests-externalproperties .................... SKIPPED [INFO] jersey-tests-component-inject ...................... SKIPPED [INFO] j-376-reproducer ................................... SKIPPED [INFO] jersey-tests-integration-j-441-war1 ................ SKIPPED [INFO] jersey-tests-integration-j-441-war2 ................ SKIPPED [INFO] jersey-tests-integration-j-441-ear ................. SKIPPED [INFO] jersey-tests-integration-j-441 ..................... SKIPPED [INFO] jersey-tests-integration-j-59-ejb-lib .............. SKIPPED [INFO] jersey-tests-integration-j-59-cdi-war .............. SKIPPED [INFO] jersey-tests-integration-j-59-ear .................. SKIPPED [INFO] jersey-tests-integration-j-59 ...................... SKIPPED [INFO] jersey-tests-integration-jersey-780 ................ SKIPPED [INFO] jersey-tests-integration-jersey-1107 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1223 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1604 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1667 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1883 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1928 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1960 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1964 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2031 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2136 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2137 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2154 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2160 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2164 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2167 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2176 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2184 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2255 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2322 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2335 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2421 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2551 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2612 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2637 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2654 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2673 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2689 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2704 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2776 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2794 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2846 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2878 ............... SKIPPED [INFO] jersey-tests-integration-jersey-2892 ............... SKIPPED [INFO] jersey-3662 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-3670 ............... SKIPPED [INFO] jersey-tests-integration-jersey-3796 ............... SKIPPED [INFO] jersey-3992 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-4003 ............... SKIPPED [INFO] jersey-tests-integration-jersey-4099 ............... SKIPPED [INFO] jersey-4321 ........................................ SKIPPED [INFO] jersey-examples .................................... SKIPPED [INFO] jersey-examples-server-sent-events-jersey .......... SKIPPED [INFO] jersey-4507 ........................................ SKIPPED [INFO] jersey-4542 ........................................ SKIPPED [INFO] jersey-4697 ........................................ SKIPPED [INFO] jersey-4722 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-4949 ............... SKIPPED [INFO] jersey-bundles ..................................... SKIPPED [INFO] jersey-bundles-jaxrs-ri ............................ SKIPPED [INFO] jersey-tests-integration-jersey-5087 ............... SKIPPED [INFO] microprofile-integration-project ................... SKIPPED [INFO] microprofile-config-project ........................ SKIPPED [INFO] config-webapp ...................................... SKIPPED [INFO] helidon-config-webapp .............................. SKIPPED [INFO] jersey-rest-client ................................. SKIPPED [INFO] jersey-rest-client-tck ............................. SKIPPED [INFO] jersey-tests-integration-property-check ............ SKIPPED [INFO] reactive-streams-integration-project ............... SKIPPED [INFO] sse-reactive-streams-tck ........................... SKIPPED [INFO] jersey-tests-integration-jersey-security-digest .... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SKIPPED [INFO] jersey-tests-integration-servlet-2.5-filter ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-reload ........ SKIPPED [INFO] jersey-tests-integration-servlet-3-async ........... SKIPPED [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SKIPPED [INFO] jersey-tests-integration-servlet-3-filter .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-gf-async ........ SKIPPED [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-1 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-2 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-3 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-4 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-5 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-6 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-7 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-8 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-9 .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-init-provider ... SKIPPED [INFO] jersey-tests-integration-servlet-3-params .......... SKIPPED [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SKIPPED [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SKIPPED [INFO] jersey-tests-integration-servlet-tests ............. SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SKIPPED [INFO] jersey-tests-integration-sonar-test ................ SKIPPED [INFO] jersey-thin-server ................................. SKIPPED [INFO] jersey-tests-integration-tracing-support ........... SKIPPED [INFO] jersey-tests-integration-spring6 ................... SKIPPED [INFO] jersey-tests-jmockit ............................... SKIPPED [INFO] jersey-test-framework-memleak-test-common .......... SKIPPED [INFO] jersey-tests-memleak ............................... SKIPPED [INFO] jersey-tests-memleak-redeployment .................. SKIPPED [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED [INFO] jersey-examples-webapp-parent-pom .................. SKIPPED [INFO] jersey-examples-helloworld-webapp .................. SKIPPED [INFO] jersey-test-framework-maven ........................ SKIPPED [INFO] jersey-test-framework-maven-container-runner-plugin SKIPPED [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED [INFO] jersey-tests-memleak-testcase ...................... SKIPPED [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED [INFO] jersey-tests-osgi .................................. SKIPPED [INFO] jersey-tests-osgi-functional ....................... SKIPPED [INFO] jersey-tests-stress ................................ SKIPPED [INFO] jersey-tests-performance ........................... SKIPPED [INFO] performance-test-benchmarks ........................ SKIPPED [INFO] jersey-tests-performance-runners ................... SKIPPED [INFO] jersey-grizzly-runner .............................. SKIPPED [INFO] jersey-tests-performance-testcase .................. SKIPPED [INFO] jersey-tests-performance-assemblies ................ SKIPPED [INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED [INFO] jersey-tests-performance-filter-global-test ........ SKIPPED [INFO] jersey-tests-performance-filter-name-test .......... SKIPPED [INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED [INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED [INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED [INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED [INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED [INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED [INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED [INFO] jersey-tests-performance-text-plain-test ........... SKIPPED [INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED [INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED [INFO] jersey-tests-performance-param-srl ................. SKIPPED [INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED [INFO] performance-test-tools ............................. SKIPPED [INFO] jersey-examples-assemblies ......................... SKIPPED [INFO] jersey-examples-bookmark ........................... SKIPPED [INFO] jersey-examples-bookmark-em ........................ SKIPPED [INFO] jersey-examples-bookstore-webapp ................... SKIPPED [INFO] jersey-examples-cdi-webapp ......................... SKIPPED [INFO] jersey-examples-clipboard .......................... SKIPPED [INFO] jersey-examples-clipboard-programmatic ............. SKIPPED [INFO] jersey-examples-declarative-linking ................ SKIPPED [INFO] jersey-examples-entity-filtering ................... SKIPPED [INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED [INFO] jersey-examples-entity-filtering-security .......... SKIPPED [INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED [INFO] jersey-examples-exception-mapping .................. SKIPPED [INFO] jersey-examples-freemarker-webapp .................. SKIPPED [INFO] jersey-examples-groovy ............................. SKIPPED [INFO] jersey-examples-helloworld ......................... SKIPPED [INFO] jersey-examples-helloworld-benchmark ............... SKIPPED [INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED [INFO] jersey-examples-helloworld-netty ................... SKIPPED [INFO] jersey-examples-helloworld-programmatic ............ SKIPPED [INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED [INFO] jersey-examples-helloworld-weld .................... SKIPPED [INFO] jersey-examples-http-patch ......................... SKIPPED [INFO] jersey-examples-http-trace ......................... SKIPPED [INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED [INFO] jersey-examples-https-server-glassfish ............. SKIPPED [INFO] jersey-examples-java8-webapp ....................... SKIPPED [INFO] jersey-examples-jaxb ............................... SKIPPED [INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED [INFO] jersey-examples-ejb ................................ SKIPPED [INFO] jersey-examples-json-binding-webapp ................ SKIPPED [INFO] jersey-examples-json-jackson ....................... SKIPPED [INFO] jersey-examples-json-jettison ...................... SKIPPED [INFO] jersey-examples-json-moxy .......................... SKIPPED [INFO] jersey-examples-json-processing-webapp ............. SKIPPED [INFO] jersey-examples-json-with-padding .................. SKIPPED [INFO] jersey-examples-managed-beans-webapp ............... SKIPPED [INFO] jersey-examples-managed-client ..................... SKIPPED [INFO] jersey-examples-managed-client-webapp .............. SKIPPED [INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED [INFO] jersey-examples-multipart-webapp ................... SKIPPED [INFO] jersey-examples-open-tracing ....................... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED [INFO] 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-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-examples-helloworld-spring-webapp ........... SKIPPED [INFO] helloworld-spring-annotations ...................... SKIPPED [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:25 min [INFO] Finished at: 2022-11-12T16:23:46Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.glassfish.copyright:glassfish-copyright-maven-plugin:2.4:check (default-cli) on project jersey-common: Copyright checking failed -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.glassfish.copyright:glassfish-copyright-maven-plugin:2.4:check (default-cli) on project jersey-common: Copyright checking failed at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) 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:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) 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:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104) at java.lang.reflect.Method.invoke (Method.java:578) 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: Copyright checking failed at org.glassfish.copyright.CheckCopyrightMojo.execute (CheckCopyrightMojo.java:44) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) 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:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) 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:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:104) at java.lang.reflect.Method.invoke (Method.java:578) 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 :jersey-common [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch JDK 19 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE