Push event to branch 2.38-BRANCH Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from 28972f6a9e43e75599069632a38152788c345649 [Pipeline] Start of Pipeline [Pipeline] timeout Timeout set to expire after 1 day 6 hr without activity [Pipeline] { [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 8 ) [Pipeline] { (Branch: JDK 11 ) [Pipeline] { (Branch: JDK 19 ) [Pipeline] stage [Pipeline] { (JDK 8 ) [Pipeline] stage [Pipeline] { (JDK 11 ) [Pipeline] stage [Pipeline] { (JDK 19 ) [Pipeline] node [Pipeline] node [Pipeline] node Agent centos-7-xlj86 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-xlj86" 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-xlj86" - 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-xlj86" - 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-xlj86 in /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [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/ntinuous-integration_2.38-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.3' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/2.38-BRANCH:refs/remotes/origin/2.38-BRANCH # timeout=10 Avoid second fetch Checking out Revision 28972f6a9e43e75599069632a38152788c345649 (2.38-BRANCH) > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.38-BRANCH:refs/remotes/origin/2.38-BRANCH # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28972f6a9e43e75599069632a38152788c345649 # timeout=10 Still waiting to schedule task Waiting for next available executor on ‘centos-7-xlj86’ Still waiting to schedule task Waiting for next available executor on ‘centos-7-xlj86’ Commit message: "2.39-SNAPSHOT" 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/ntinuous-integration_2.38-BRANCH/etc/jenkins/jenkins_build.sh Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre 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-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [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-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-ext-servlet-portability [jar] [INFO] jersey-spring4 [jar] [INFO] jersey-spring5 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [jar] [INFO] jersey-media-sse [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-jackson1 [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-sigleton [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] 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] 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-component-inject [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-1829 [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-3796 [war] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-3670 [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] jetty-response-close [jar] [INFO] jersey-bundles [pom] [INFO] jersey-bundles-jaxrs-ri [bundle] [INFO] microprofile-integration-project [pom] [INFO] microprofile-config-project [pom] [INFO] config-webapp [jar] [INFO] helidon-config-webapp [war] [INFO] jersey-rest-client-tck [jar] [INFO] jersey-rest-client14-compatibility [jar] [INFO] jersey-tests-integration-portability-jersey-1 [war] [INFO] jersey-tests-integration-portability-jersey-2 [war] [INFO] jersey-tests-integration-property-check [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-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-spring4 [war] [INFO] jersey-tests-integration-spring5 [war] [INFO] jersey-tests-integration-tracing-support [war] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [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-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [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-jackson1 [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] jersey-examples-osgi-http-service [pom] [INFO] jersey-examples-osgi-http-service-bundle [jar] [INFO] jersey-examples-osgi-http-service-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 2.39-SNAPSHOT [1/371] [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.2:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- Agent centos-7-sgv4x 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-sgv4x" 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-sgv4x" - 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-sgv4x" - 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-sgv4x in /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [Pipeline] { [Pipeline] checkout The recommended git tool is: git [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/2.39-SNAPSHOT/project-2.39-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- using credential github-bot [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 2.39-SNAPSHOT [2/371] [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.2:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/2.39-SNAPSHOT/project-2.39-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 2.39-SNAPSHOT [3/371] [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.2:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [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/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-heroku-webapp --- Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.39-SNAPSHOT/jersey-heroku-webapp-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.39-SNAPSHOT/jersey-heroku-webapp-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.39-SNAPSHOT/jersey-heroku-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1: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 2.39-SNAPSHOT [4/371] [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.2:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [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/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.39-SNAPSHOT/jersey-quickstart-grizzly2-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.39-SNAPSHOT/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.39-SNAPSHOT/jersey-quickstart-grizzly2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1: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 2.39-SNAPSHOT [5/371] [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.2:check (verify) @ jersey-quickstart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [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/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.39-SNAPSHOT/jersey-quickstart-webapp-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.39-SNAPSHOT/jersey-quickstart-webapp-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.39-SNAPSHOT/jersey-quickstart-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1: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 2.39-SNAPSHOT [6/371] [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.2:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Copying 5 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT.jar Cloning repository https://github.com/eclipse-ee4j/jersey.git > git init /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.3' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/2.38-BRANCH:refs/remotes/origin/2.38-BRANCH # timeout=10 [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.39-SNAPSHOT/jersey-example-java8-webapp-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.39-SNAPSHOT/jersey-example-java8-webapp-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.39-SNAPSHOT/jersey-example-java8-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1: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 2.39-SNAPSHOT [7/371] [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/ntinuous-integration_2.38-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/2.39-SNAPSHOT/jersey-bom-2.39-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 2.39-SNAPSHOT [8/371] [INFO] --------------------------------[ jar ]--------------------------------- Avoid second fetch Checking out Revision 28972f6a9e43e75599069632a38152788c345649 (2.38-BRANCH) > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/2.38-BRANCH:refs/remotes/origin/2.38-BRANCH # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28972f6a9e43e75599069632a38152788c345649 # timeout=10 [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.2:check (verify) @ jersey-common --- Commit message: "2.39-SNAPSHOT" [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + bash /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/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] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2022-12-20 15:19:53 at timestamp: 1671549593615 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ jersey-common --- [INFO] Executing tasks [WARNING] [echo] Building for JDK8 [INFO] Executed tasks [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-common --- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/jsr166 added. [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8 added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-common --- [INFO] Copying 6 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (compile-1-jsr166) @ jersey-common --- [INFO] Executing tasks [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes [INFO] [javac] Creating empty /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (compile-2-java8) @ jersey-common --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes-java8 [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes-java8 /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release @sun.misc.Contended ^ /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe(); ^ /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release static sun.misc.Unsafe getUnsafe() { ^ /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release return sun.misc.Unsafe.getUnsafe(); ^ /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release return java.security.AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^ /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release Class k = Unsafe.class; ^ 8 warnings [INFO] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 375 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes [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-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [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-media-sse [jar] [INFO] jersey-connectors-helidon [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-ext-servlet-portability [jar] [INFO] jersey-spring4 [jar] [INFO] jersey-spring5 [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-jackson1 [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-sigleton [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] 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-component-inject [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-1829 [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-3796 [war] [INFO] jersey-tests-integration-jersey-780 [war] [INFO] jersey-tests-integration-jersey-3670 [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] jetty-response-close [jar] [INFO] jersey-bundles [pom] [INFO] jersey-bundles-jaxrs-ri [bundle] [INFO] microprofile-integration-project [pom] [INFO] microprofile-config-project [pom] [INFO] config-webapp [jar] [INFO] helidon-config-webapp [war] [INFO] jersey-rest-client-tck [jar] [INFO] jersey-rest-client14-compatibility [jar] [INFO] jersey-tests-integration-portability-jersey-1 [war] [INFO] jersey-tests-integration-portability-jersey-2 [war] [INFO] jersey-tests-integration-property-check [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-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-spring4 [war] [INFO] jersey-tests-integration-spring5 [war] [INFO] jersey-tests-integration-tracing-support [war] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [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-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [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-jackson1 [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] jersey-examples-osgi-http-service [pom] [INFO] jersey-examples-osgi-http-service-bundle [jar] [INFO] jersey-examples-osgi-http-service-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 2.39-SNAPSHOT [1/373] [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.2:check (verify) @ project --- [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[30,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[32,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[36,91] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,35] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1013,14] sun.misc.Contended is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1596,38] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-common --- [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/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-M7:test (default-test) @ jersey-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/2.39-SNAPSHOT/project-2.39-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 2.39-SNAPSHOT [2/373] [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.2:check (verify) @ project --- [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.glassfish.jersey.uri.UriTemplateTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.glassfish.jersey.uri.UriComponentTest [INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Dec 20, 2022 3:20:06 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.029 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.003 s - in org.glassfish.jersey.internal.util.JdkVersionCompareTest [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 [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/2.39-SNAPSHOT/project-2.39-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 2.39-SNAPSHOT [3/373] [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.2:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [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/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-heroku-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.39-SNAPSHOT/jersey-heroku-webapp-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.39-SNAPSHOT/jersey-heroku-webapp-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.39-SNAPSHOT/jersey-heroku-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-heroku-webapp --- 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:277) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.doOffer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:462) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:308) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.705 s - in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest Dec 20, 2022 3:20:08 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.029 s - in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Dec 20, 2022 3:20:08 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.014 s - in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 2.39-SNAPSHOT [4/373] [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.2:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [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/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.39-SNAPSHOT/jersey-quickstart-grizzly2-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.39-SNAPSHOT/jersey-quickstart-grizzly2-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.39-SNAPSHOT/jersey-quickstart-grizzly2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1: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 2.39-SNAPSHOT [5/373] [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.2:check (verify) @ jersey-quickstart-webapp --- [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s - in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Dec 20, 2022 3:20:10 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080/getnull Dec 20, 2022 3:20:10 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-1null1 < 200null [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [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/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.39-SNAPSHOT/jersey-quickstart-webapp-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.39-SNAPSHOT/jersey-quickstart-webapp-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.39-SNAPSHOT/jersey-quickstart-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-quickstart-webapp --- Dec 20, 2022 3:20:10 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1null1 < 200null Dec 20, 2022 3:20:10 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080null [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.glassfish.jersey.message.internal.UtilsTest [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.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.007 s - in org.glassfish.jersey.message.GZipEncodingTest [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] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 2.39-SNAPSHOT [6/373] [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.2:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Copying 5 resources [INFO] [INFO] Results: [INFO] [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (tests-with-additional-permissions) @ jersey-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT-sources.jar [INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] [INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.39-SNAPSHOT/jersey-example-java8-webapp-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.39-SNAPSHOT/jersey-example-java8-webapp-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.39-SNAPSHOT/jersey-example-java8-webapp-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-archetype-plugin:3.2.1: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 2.39-SNAPSHOT [7/373] [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/ntinuous-integration_2.38-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/2.39-SNAPSHOT/jersey-bom-2.39-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 2.39-SNAPSHOT [8/373] [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.2:check (verify) @ jersey-common --- [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.251 s - in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-common --- [INFO] Building bundle: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.39-SNAPSHOT/jersey-common-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.39-SNAPSHOT/jersey-common-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.39-SNAPSHOT/jersey-common-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ jersey-common --- [INFO] Executing tasks [WARNING] [echo] Building for JDK 11+ [INFO] Executed tasks [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2022-12-20 15:20:27 at timestamp: 1671549627517 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/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/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-common --- [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 2.39-SNAPSHOT [9/371] [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.2:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/2.39-SNAPSHOT/project-2.39-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 2.39-SNAPSHOT [10/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-hk2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-hk2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-hk2 --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-hk2 --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/hk2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-hk2 --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-hk2 --- [INFO] Copying 4 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-hk2 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (compile-0-addsources) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/jsr166 added. [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java11 added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-common --- [INFO] Copying 6 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (compile-1-jsr166) @ jersey-common --- [INFO] Executing tasks [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes [INFO] [javac] Creating empty /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (compile-2-java11) @ jersey-common --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes-java11 [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes-java11 [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-common --- Dec 20, 2022 3:20:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1781950405) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) Dec 20, 2022 3:20:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1258168861) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) Dec 20, 2022 3:20:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,884318893) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s - in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Changes detected - recompiling the module! [INFO] Compiling 374 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-hk2 --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:2.39-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.39-SNAPSHOT/jersey-hk2-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.39-SNAPSHOT/jersey-hk2-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.39-SNAPSHOT/jersey-hk2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-hk2 --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 2.39-SNAPSHOT [11/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-client --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/internal/jdkconnector/localization.properties [INFO] org/glassfish/jersey/client/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/resources/org/glassfish/jersey/client/internal/jdkconnector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-client --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-client --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-client --- [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-client --- [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/test-classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest Dec 20, 2022 3:20:35 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:20:35 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:20:35 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:20:35 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest Dec 20, 2022 3:20:35 PM org.glassfish.jersey.client.filter.EncodingFilter filter WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.jersey.client.LinkTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.jersey.client.CustomConnectorTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.128 s - in org.glassfish.jersey.client.HttpUrlConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Dec 20, 2022 3:20:36 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2022 3:20:36 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2022 3:20:36 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (base-compile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 374 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes Dec 20, 2022 3:20:36 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:20:36 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:20:36 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:20:36 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s - in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest Dec 20, 2022 3:20:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=72 locatorId=43 identityHashCode=16284680 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) Dec 20, 2022 3:20:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=72 locatorId=43 identityHashCode=16284680 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.util.Arrays$ArrayList.forEach(Arrays.java:3880) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.092 s - in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Dec 20, 2022 3:20:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. Dec 20, 2022 3:20:37 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Dec 20, 2022 3:20:37 PM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith WARNING: ClientRequestContext#abortWith has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest Dec 20, 2022 3:20:37 PM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve WARNING: ExceptionContext#resolve has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-common --- [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/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-M7:test (default-test) @ jersey-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.glassfish.jersey.uri.UriTemplateTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.glassfish.jersey.uri.UriComponentTest [INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Dec 20, 2022 3:20:42 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.08 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.005 s - in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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:277) 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:308) 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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.171 s - in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest Dec 20, 2022 3:20:48 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.019 s - in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Dec 20, 2022 3:20:48 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.013 s - in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.002 s - in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s - in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Dec 20, 2022 3:20:49 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread ForkJoinPool-1-worker-3null1 > GET http://localhost:8080/getnull Dec 20, 2022 3:20:49 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-3null1 < 200null Dec 20, 2022 3:20:49 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-3null1 < 200null Dec 20, 2022 3:20:49 PM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-3null1 > GET http://localhost:8080null [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.jersey.logging.HasEntityTimeoutTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.glassfish.jersey.message.internal.UtilsTest [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.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.005 s - in org.glassfish.jersey.message.GZipEncodingTest [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] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (tests-with-additional-permissions) @ jersey-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.084 s - in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-common --- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.209 s - in org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Running org.glassfish.jersey.client.ClientRxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.glassfish.jersey.client.ClientRxTest [INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Running org.glassfish.jersey.client.ClientResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.client.ClientResponseTest [INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 s - in org.glassfish.jersey.client.AutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.client.FixedBoundaryParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.client.FixedBoundaryParserTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 172, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/jersey-client-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/jersey-client-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/jersey-client-2.39-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-client --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.39-SNAPSHOT/jersey-client-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/jersey-client-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.39-SNAPSHOT/jersey-client-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/jersey-client-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.39-SNAPSHOT/jersey-client-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-common --- [INFO] [INFO] -----------------< org.glassfish.jersey.media:project >----------------- [INFO] Building jersey-media 2.39-SNAPSHOT [12/371] [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.2:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/2.39-SNAPSHOT/project-2.39-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------ [INFO] Building jersey-media-jaxb 2.39-SNAPSHOT [13/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-jaxb --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-media-jaxb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-media-jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-media-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-media-jaxb --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-media-jaxb --- [INFO] Resources: [INFO] org/glassfish/jersey/jaxb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-media-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-jaxb --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-media-jaxb --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-media-jaxb --- [INFO] Copying 2 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-media-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-media-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-media-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-media-jaxb --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Building bundle: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.39-SNAPSHOT/jersey-common-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.39-SNAPSHOT/jersey-common-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-common/target/jersey-common-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.39-SNAPSHOT/jersey-common-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-common --- [INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s - in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/jersey-media-jaxb-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/jersey-media-jaxb-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-media-jaxb --- [INFO] Building bundle: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/jersey-media-jaxb-2.39-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-media-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.39-SNAPSHOT/jersey-media-jaxb-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/jersey-media-jaxb-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.39-SNAPSHOT/jersey-media-jaxb-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/media/jaxb/target/jersey-media-jaxb-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.39-SNAPSHOT/jersey-media-jaxb-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-media-jaxb --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-server >--------------- [INFO] Building jersey-core-server 2.39-SNAPSHOT [14/371] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-server --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-server --- [INFO] [INFO] --- istack-commons-maven-plugin:3.0.9:rs-gen (default) @ jersey-server --- [INFO] Resources: [INFO] org/glassfish/jersey/server/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-server --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-server --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-server --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-server --- [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 368 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-server --- [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 145 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 2.39-SNAPSHOT [9/373] [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.2:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/2.39-SNAPSHOT/project-2.39-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 2.39-SNAPSHOT [10/373] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-hk2 --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-hk2 --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-hk2 --- [INFO] [INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-hk2 --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/hk2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-hk2 --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-hk2 --- [INFO] Copying 4 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (base-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-server --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-hk2 --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest Dec 20, 2022 3:21:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,170288638) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) Dec 20, 2022 3:21:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1315096376) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) Dec 20, 2022 3:21:13 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1918720614) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:161) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s - in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (osgi-bundle) @ jersey-hk2 --- [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:2.39-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ jersey-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.39-SNAPSHOT/jersey-hk2-2.39-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.39-SNAPSHOT/jersey-hk2-2.39-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/inject/hk2/target/jersey-hk2-2.39-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.39-SNAPSHOT/jersey-hk2-2.39-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:check (default-cli) @ jersey-hk2 --- Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.295 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 2.39-SNAPSHOT [11/373] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jersey-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (verify) @ jersey-client --- Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Dec 20, 2022 3:21:15 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 [INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest [INFO] Running org.glassfish.jersey.server.ResourceConfigBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s - in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest Dec 20, 2022 3:21:17 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:17 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:17 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:17 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.41 s - in org.glassfish.jersey.server.ResourceConfigBuilderTest [INFO] Running org.glassfish.jersey.server.model.AcceptTest [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory-maven-plugin:1.0:highest-basedir (directories) @ jersey-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ jersey-client --- [INFO] [INFO] --- istack-commons-maven-plugin:4.1.1:rs-gen (default) @ jersey-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/internal/jdkconnector/localization.properties [INFO] org/glassfish/jersey/client/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/resources/org/glassfish/jersey/client/internal/jdkconnector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs) @ jersey-client --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-sources) @ jersey-client --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client --- [INFO] Copying 2 resources to META-INF/ [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jersey-client --- [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (default-compile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.9.0:compile (base-compile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/classes [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jersey-client --- [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ jersey-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/test-classes [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 s - in org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.server.model.ParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.server.model.ParameterTest [INFO] Running org.glassfish.jersey.server.model.RMBuilderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.498 s - in org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.glassfish.jersey.server.model.RMBuilderTest [INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ jersey-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s - in org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s - in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s - in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Running org.glassfish.jersey.server.model.OptionsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s - in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest Dec 20, 2022 3:21:22 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:22 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:22 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:22 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s - in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.42 s - in org.glassfish.jersey.server.model.OptionsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s - in org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get2() and public java.lang.String org.glassfish.jersey.server.model.SubResourceProgrammaticTest$InvalidSubResource.get1() at matching regular expression null. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method POST and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postA() at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getHtml() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() at matching path pattern /test. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+). Dec 20, 2022 3:21:23 PM org.glassfish.jersey.client.filter.EncodingFilter filter WARNING: Value non-gzip of jersey.config.client.useEncoding client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: [deflate, gzip, x-gzip] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.glassfish.jersey.client.LinkTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsProducesGET.getText3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method PUT and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put2(java.lang.Object) and public void org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsConsumesPUT.put3(java.lang.Object) at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.glassfish.jersey.client.CustomConnectorTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.103 s - in org.glassfish.jersey.client.HttpUrlConnectorTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Dec 20, 2022 3:21:23 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.getPlain() at matching regular expression /test2. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. HINT: A resource model has ambiguous (sub-)resource method for HTTP method POST and output mime-types as defined by @Produces annotation at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postA() at matching path pattern /test2. Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsProducesGET.getText3() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest Dec 20, 2022 3:21:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts is ignored. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.969 s - in org.glassfish.jersey.server.model.SubResourceProgrammaticTest Dec 20, 2022 3:21:23 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get3() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get4() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousSubResourceMethodsGET.get1() at matching regular expression /([^/]+). These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. [INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.9 s - in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest [INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Running org.glassfish.jersey.server.model.internal.ChildResourceTest template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? template: /http\://localhost/([^/]+)/aa/f pattern: /http\://localhost/([^/]+)/aa/f(/.*)? [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ResourceModelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.glassfish.jersey.server.model.ResourceModelTest Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. [INFO] Running org.glassfish.jersey.server.model.ValidatorTest Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s - in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=72 locatorId=43 identityHashCode=652117932 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope. WARNING: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception: MultiException stack 1 of 2 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider contracts={javax.ws.rs.ext.ContextResolver} scope=javax.inject.Singleton qualifiers={org.glassfish.jersey.internal.inject.Custom} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=72 locatorId=43 identityHashCode=652117932 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300) at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:171) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69) at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:462) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4390) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:462) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:820) at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:136) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:155) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.15 s - in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 will be ignored. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2022 3:21:24 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@2917b4a4]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()] WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam. WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source. WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()] WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) at matching regular expression /test. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRootNotUnique.get() at matching regular expression /sub\-root. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. WARNING: Parameter 1 of type java.util.List> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List>) is not resolvable to a concrete type. WARNING: Parameter fieldV of type java.util.Collection from java.util.Collection org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of type V[] from public void org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.set(V[]) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V[] from V[] org.glassfish.jersey.server.model.ValidatorTest$GenericArrayResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type. WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored WARNING: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMReturningVoid.getSRMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A HTTP GET method, public void org.glassfish.jersey.server.model.ValidatorTest$ResourceMethodWithVoidReturnType.error(), returns a void type. It can be intentional and perfectly fine, but it is a little uncommon that GET method returns always "204 No Content". HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching path pattern /test. HINT: A resource model has ambiguous (sub-)resource method for HTTP method GET and output mime-types as defined by @Produces annotation at Java methods public void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) at matching path pattern /test. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Both resources, resource Builder{names=[[unnamed], [unnamed]], path='a', methodBuilders=[], childResourceBuilders=[], childResources=[], resourceMethods=[], subResourceLocator=httpMethod=null, consumedTypes=[], producedTypes=[], suspended=false, suspendTimeout=0, suspendTimeoutUnit=MILLISECONDS, invocable=Invocable{handler=ClassBasedMethodHandler{handlerClass=class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource, handlerConstructors=[org.glassfish.jersey.server.model.HandlerConstructor@61c0b531]}, definitionMethod=public org.glassfish.jersey.server.model.ValidatorTest$SubResource org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource.locator(), parameters=[], responseType=class org.glassfish.jersey.server.model.ValidatorTest$SubResource}, nameBindings=[], handlerClasses=[class org.glassfish.jersey.server.model.ValidatorTest$TwoLocatorsResource], handlerInstances=[], parentResource=, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Running org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Dec 20, 2022 3:21:25 PM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith WARNING: ClientRequestContext#abortWith has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern). Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM INFO: An issue should be reported if more than one HTTP method designator exist on a resource method: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()] Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource. WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method public javax.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(javax.ws.rs.sse.SseEventSink) that is being injected with SseEventSink should return void. The output will propagate automatically. WARNING: A HTTP GET method public void org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.multipleInjection(javax.ws.rs.sse.SseEventSink,javax.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter will be ignored. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()] Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource. WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource. WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource. WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource. WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource. WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter. WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type. WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type. WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type. WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type. WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T) is not resolvable to a concrete type. WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T), is not resolvable to a concrete type. WARNING: Parameter 1 of type V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) is not resolvable to a concrete type. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest Dec 20, 2022 3:21:25 PM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve WARNING: ExceptionContext#resolve has been utilized multiple times. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Dec 20, 2022 3:21:25 PM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s - in org.glassfish.jersey.server.model.ConstrainedToServerTest Dec 20, 2022 3:21:25 PM org.glassfish.jersey.server.model.ValidatorTest testAsyncGetRMReturningVoid INFO: An issue should NOT be reported if a async get method returns void: [WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.817 s - in org.glassfish.jersey.server.model.ValidatorTest [INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.MethodListTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.glassfish.jersey.server.model.MethodListTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest one Dec 20, 2022 3:21:26 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"foo", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "foo" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s - in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s - in org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Running org.glassfish.jersey.server.model.AcceptQsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s - in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.server.model.HeadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s - in org.glassfish.jersey.server.model.HeadTest [INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.686 s - in org.glassfish.jersey.server.model.AcceptQsTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Running org.glassfish.jersey.server.model.AncestorsTest Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 s - in org.glassfish.jersey.server.model.AncestorsTest [INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Dec 20, 2022 3:21:29 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 s - in org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s - in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 s - in org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s - in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.UriTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 s - in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 s - in org.glassfish.jersey.server.internal.inject.UriTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.429 s - in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest Sending interrupt signal to process [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest Sending interrupt signal to process [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 141, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 2.39-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 6.864 s] [INFO] jersey-archetypes .................................. SUCCESS [ 1.124 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 3.036 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.367 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.417 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.833 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.292 s] [INFO] jersey-core-common ................................. SUCCESS [ 58.803 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.216 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 5.459 s] [INFO] jersey-core-client ................................. FAILURE [ 19.530 s] [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-container-jetty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-jetty ............... SKIPPED [INFO] jersey-connectors-netty ............................ SKIPPED [INFO] jersey-container-netty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-netty ............... SKIPPED [INFO] jersey-test-framework-provider-bundle .............. SKIPPED [INFO] jersey-connectors-grizzly .......................... 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-media-sse ................................... SKIPPED [INFO] jersey-connectors-helidon .......................... 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-ext-servlet-portability ..................... SKIPPED [INFO] jersey-spring4 ..................................... SKIPPED [INFO] jersey-spring5 ..................................... 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-jackson1 ......................... 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-sigleton ....................................... 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] j-376-reproducer ................................... SKIPPED [INFO] jersey-tests-integration-j-441-war1 ................ SKIPPED [INFO] jersey-tests-integration-j-441-war2 ................ SKIPPED [INFO] jersey-tests-integration-j-441-ear ................. SKIPPED [INFO] jersey-tests-integration-j-441 ..................... SKIPPED [INFO] jersey-tests-integration-j-59-ejb-lib .............. SKIPPED [INFO] jersey-tests-integration-j-59-cdi-war .............. SKIPPED [INFO] jersey-tests-integration-j-59-ear .................. SKIPPED [INFO] jersey-tests-integration-j-59 ...................... SKIPPED [INFO] jersey-tests-component-inject ...................... SKIPPED [INFO] jersey-tests-integration-jersey-1107 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1223 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1604 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1667 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1829 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1883 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1928 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1960 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1964 ............... SKIPPED [INFO] jersey-tests-integration-jersey-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-3796 ............... SKIPPED [INFO] jersey-tests-integration-jersey-780 ................ SKIPPED [INFO] jersey-tests-integration-jersey-3670 ............... SKIPPED [INFO] jersey-3992 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-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] jetty-response-close ............................... SKIPPED [INFO] jersey-bundles ..................................... SKIPPED [INFO] jersey-bundles-jaxrs-ri ............................ SKIPPED [INFO] microprofile-integration-project ................... SKIPPED [INFO] microprofile-config-project ........................ SKIPPED [INFO] config-webapp ...................................... SKIPPED [INFO] helidon-config-webapp .............................. SKIPPED [INFO] jersey-rest-client-tck ............................. SKIPPED [INFO] jersey-rest-client14-compatibility ................. SKIPPED [INFO] jersey-tests-integration-portability-jersey-1 ...... SKIPPED [INFO] jersey-tests-integration-portability-jersey-2 ...... SKIPPED [INFO] jersey-tests-integration-property-check ............ SKIPPED [INFO] jersey-tests-integration-jersey-security-digest .... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SKIPPED [INFO] jersey-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-request-wrapper-binding-2 SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED [INFO] jersey-tests-integration-servlet-tests ............. SKIPPED [INFO] jersey-tests-integration-sonar-test ................ SKIPPED [INFO] jersey-tests-integration-spring4 ................... SKIPPED [INFO] jersey-tests-integration-spring5 ................... SKIPPED [INFO] jersey-tests-integration-tracing-support ........... SKIPPED [INFO] reactive-streams-integration-project ............... SKIPPED [INFO] sse-reactive-streams-tck ........................... SKIPPED [INFO] jersey-tests-jmockit ............................... SKIPPED [INFO] jersey-test-framework-memleak-test-common .......... SKIPPED [INFO] jersey-tests-memleak ............................... SKIPPED [INFO] jersey-tests-memleak-redeployment .................. SKIPPED [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED [INFO] jersey-examples-webapp-parent-pom .................. SKIPPED [INFO] jersey-examples-helloworld-webapp .................. SKIPPED [INFO] jersey-test-framework-maven ........................ SKIPPED [INFO] jersey-test-framework-maven-container-runner-plugin SKIPPED [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED [INFO] jersey-tests-memleak-testcase ...................... SKIPPED [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED [INFO] jersey-tests-osgi .................................. SKIPPED [INFO] jersey-tests-osgi-functional ....................... SKIPPED [INFO] jersey-tests-stress ................................ SKIPPED [INFO] jersey-tests-performance ........................... SKIPPED [INFO] performance-test-benchmarks ........................ SKIPPED [INFO] jersey-tests-performance-runners ................... SKIPPED [INFO] jersey-grizzly-runner .............................. SKIPPED [INFO] jersey-tests-performance-testcase .................. SKIPPED [INFO] jersey-tests-performance-assemblies ................ SKIPPED [INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED [INFO] jersey-tests-performance-filter-global-test ........ SKIPPED [INFO] jersey-tests-performance-filter-name-test .......... SKIPPED [INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED [INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED [INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED [INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED [INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED [INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED [INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED [INFO] jersey-tests-performance-text-plain-test ........... SKIPPED [INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED [INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED [INFO] jersey-tests-performance-param-srl ................. SKIPPED [INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED [INFO] performance-test-tools ............................. SKIPPED [INFO] jersey-examples-assemblies ......................... SKIPPED [INFO] jersey-examples-bookmark ........................... SKIPPED [INFO] jersey-examples-bookmark-em ........................ SKIPPED [INFO] jersey-examples-bookstore-webapp ................... SKIPPED [INFO] jersey-examples-cdi-webapp ......................... SKIPPED [INFO] jersey-examples-clipboard .......................... SKIPPED [INFO] jersey-examples-clipboard-programmatic ............. SKIPPED [INFO] jersey-examples-declarative-linking ................ SKIPPED [INFO] jersey-examples-entity-filtering ................... SKIPPED [INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED [INFO] jersey-examples-entity-filtering-security .......... SKIPPED [INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED [INFO] jersey-examples-exception-mapping .................. SKIPPED [INFO] jersey-examples-freemarker-webapp .................. SKIPPED [INFO] jersey-examples-groovy ............................. SKIPPED [INFO] jersey-examples-helloworld ......................... SKIPPED [INFO] jersey-examples-helloworld-benchmark ............... SKIPPED [INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED [INFO] jersey-examples-helloworld-netty ................... SKIPPED [INFO] jersey-examples-helloworld-programmatic ............ SKIPPED [INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED [INFO] jersey-examples-helloworld-weld .................... SKIPPED [INFO] jersey-examples-helloworld-spring-webapp ........... SKIPPED [INFO] helloworld-spring-annotations ...................... SKIPPED [INFO] jersey-examples-http-patch ......................... SKIPPED [INFO] jersey-examples-http-trace ......................... SKIPPED [INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED [INFO] jersey-examples-https-server-glassfish ............. SKIPPED [INFO] jersey-examples-java8-webapp ....................... SKIPPED [INFO] jersey-examples-jaxb ............................... SKIPPED [INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED [INFO] jersey-examples-ejb ................................ SKIPPED [INFO] jersey-examples-json-binding-webapp ................ SKIPPED [INFO] jersey-examples-json-jackson ....................... SKIPPED [INFO] jersey-examples-json-jackson1 ...................... SKIPPED [INFO] jersey-examples-json-jettison ...................... SKIPPED [INFO] jersey-examples-json-moxy .......................... SKIPPED [INFO] jersey-examples-json-processing-webapp ............. SKIPPED [INFO] jersey-examples-json-with-padding .................. SKIPPED [INFO] jersey-examples-managed-beans-webapp ............... SKIPPED [INFO] jersey-examples-managed-client ..................... SKIPPED [INFO] jersey-examples-managed-client-webapp .............. SKIPPED [INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED [INFO] jersey-examples-multipart-webapp ................... SKIPPED [INFO] jersey-examples-open-tracing ....................... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED [INFO] jersey-examples-osgi-http-service .................. SKIPPED [INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED [INFO] jersey-examples-osgi-http-service-test ............. SKIPPED [INFO] oauth-client-twitter ............................... SKIPPED [INFO] jersey-examples-reload ............................. SKIPPED [INFO] jersey-examples-rx-client-webapp ................... SKIPPED [INFO] jersey-examples-server-async ....................... SKIPPED [INFO] jersey-examples-server-async-managed ............... SKIPPED [INFO] jersey-examples-server-async-standalone ............ SKIPPED [INFO] jersey-examples-server-async-standalone-client ..... SKIPPED [INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED [INFO] jersey-examples-server-sent-events-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-12-20T15:21:35Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project jersey-client: [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire/surefirebooter-20221220152120588_23.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire' '2022-12-20T15-20-39_704-jvmRun1' 'surefire-20221220152120588_21tmp' 'surefire_3-20221220152120588_22tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] Crashed tests: [ERROR] org.glassfish.jersey.client.ShutdownHookLeakTest [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire/surefirebooter-20221220152120588_23.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire' '2022-12-20T15-20-39_704-jvmRun1' 'surefire-20221220152120588_21tmp' 'surefire_3-20221220152120588_22tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] Crashed tests: [ERROR] org.glassfish.jersey.client.ShutdownHookLeakTest [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project jersey-client: Please refer to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire/surefirebooter-20221220152120588_23.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire' '2022-12-20T15-20-39_704-jvmRun1' 'surefire-20221220152120588_21tmp' 'surefire_3-20221220152120588_22tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 Crashed tests: org.glassfish.jersey.client.ShutdownHookLeakTest org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire/surefirebooter-20221220152120588_23.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire' '2022-12-20T15-20-39_704-jvmRun1' 'surefire-20221220152120588_21tmp' 'surefire_3-20221220152120588_22tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 Crashed tests: org.glassfish.jersey.client.ShutdownHookLeakTest at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931) 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/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) 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: Please refer to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire/surefirebooter-20221220152120588_23.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire' '2022-12-20T15-20-39_704-jvmRun1' 'surefire-20221220152120588_21tmp' 'surefire_3-20221220152120588_22tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 Crashed tests: org.glassfish.jersey.client.ShutdownHookLeakTest org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire/surefirebooter-20221220152120588_23.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire' '2022-12-20T15-20-39_704-jvmRun1' 'surefire-20221220152120588_21tmp' 'surefire_3-20221220152120588_22tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 Crashed tests: org.glassfish.jersey.client.ShutdownHookLeakTest at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931) 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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/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) at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:278) at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:171) at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:546) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1183) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:931) 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) Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire/surefirebooter-20221220152120588_23.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-client/target/surefire' '2022-12-20T15-20-39_704-jvmRun1' 'surefire-20221220152120588_21tmp' 'surefire_3-20221220152120588_22tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 Crashed tests: org.glassfish.jersey.client.ShutdownHookLeakTest at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork (ForkStarter.java:714) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:311) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:268) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1334) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1167) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:931) 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-client script returned exit code 1 [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 314, Failures: 0, Errors: 0, Skipped: 7 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jersey 2.39-SNAPSHOT: [INFO] [INFO] jersey ............................................. SUCCESS [ 11.369 s] [INFO] jersey-archetypes .................................. SUCCESS [ 1.157 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 3.873 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.149 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.159 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.844 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.345 s] [INFO] jersey-core-common ................................. SUCCESS [ 45.735 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.131 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 4.173 s] [INFO] jersey-core-client ................................. SUCCESS [ 25.630 s] [INFO] jersey-media ....................................... SUCCESS [ 0.085 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 4.559 s] [INFO] jersey-core-server ................................. FAILURE [ 35.145 s] [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-container-jetty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-jetty ............... SKIPPED [INFO] jersey-connectors-netty ............................ SKIPPED [INFO] jersey-container-netty-http ........................ SKIPPED [INFO] jersey-test-framework-provider-netty ............... SKIPPED [INFO] jersey-test-framework-provider-bundle .............. SKIPPED [INFO] jersey-connectors-grizzly .......................... 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-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-ext-servlet-portability ..................... SKIPPED [INFO] jersey-spring4 ..................................... SKIPPED [INFO] jersey-spring5 ..................................... SKIPPED [INFO] jersey-wadl-doclet ................................. SKIPPED [INFO] jersey-media-json-binding .......................... SKIPPED [INFO] jersey-media-sse ................................... 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-jackson1 ......................... 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-sigleton ....................................... 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] 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] j-376-reproducer ................................... SKIPPED [INFO] jersey-tests-integration-j-441-war1 ................ SKIPPED [INFO] jersey-tests-integration-j-441-war2 ................ SKIPPED [INFO] jersey-tests-integration-j-441-ear ................. SKIPPED [INFO] jersey-tests-integration-j-441 ..................... SKIPPED [INFO] jersey-tests-integration-j-59-ejb-lib .............. SKIPPED [INFO] jersey-tests-integration-j-59-cdi-war .............. SKIPPED [INFO] jersey-tests-integration-j-59-ear .................. SKIPPED [INFO] jersey-tests-integration-j-59 ...................... SKIPPED [INFO] jersey-tests-component-inject ...................... SKIPPED [INFO] jersey-tests-integration-jersey-1107 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1223 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1604 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1667 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1829 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1883 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1928 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1960 ............... SKIPPED [INFO] jersey-tests-integration-jersey-1964 ............... SKIPPED [INFO] jersey-tests-integration-jersey-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-3796 ............... SKIPPED [INFO] jersey-tests-integration-jersey-780 ................ SKIPPED [INFO] jersey-tests-integration-jersey-3670 ............... SKIPPED [INFO] jersey-3992 ........................................ SKIPPED [INFO] jersey-tests-integration-jersey-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] jetty-response-close ............................... SKIPPED [INFO] jersey-bundles ..................................... SKIPPED [INFO] jersey-bundles-jaxrs-ri ............................ SKIPPED [INFO] microprofile-integration-project ................... SKIPPED [INFO] microprofile-config-project ........................ SKIPPED [INFO] config-webapp ...................................... SKIPPED [INFO] helidon-config-webapp .............................. SKIPPED [INFO] jersey-rest-client-tck ............................. SKIPPED [INFO] jersey-rest-client14-compatibility ................. SKIPPED [INFO] jersey-tests-integration-portability-jersey-1 ...... SKIPPED [INFO] jersey-tests-integration-portability-jersey-2 ...... SKIPPED [INFO] jersey-tests-integration-property-check ............ SKIPPED [INFO] jersey-tests-integration-jersey-security-digest .... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SKIPPED [INFO] jersey-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-request-wrapper-binding-2 SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding SKIPPED [INFO] jersey-tests-integration-servlet-tests ............. SKIPPED [INFO] jersey-tests-integration-sonar-test ................ SKIPPED [INFO] jersey-tests-integration-spring4 ................... SKIPPED [INFO] jersey-tests-integration-spring5 ................... SKIPPED [INFO] jersey-tests-integration-tracing-support ........... SKIPPED [INFO] reactive-streams-integration-project ............... SKIPPED [INFO] sse-reactive-streams-tck ........................... SKIPPED [INFO] jersey-tests-jmockit ............................... SKIPPED [INFO] jersey-test-framework-memleak-test-common .......... SKIPPED [INFO] jersey-tests-memleak ............................... SKIPPED [INFO] jersey-tests-memleak-redeployment .................. SKIPPED [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SKIPPED [INFO] jersey-examples-webapp-parent-pom .................. SKIPPED [INFO] jersey-examples-helloworld-webapp .................. SKIPPED [INFO] jersey-test-framework-maven ........................ SKIPPED [INFO] jersey-test-framework-maven-container-runner-plugin SKIPPED [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SKIPPED [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SKIPPED [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SKIPPED [INFO] jersey-tests-memleak-testcase ...................... SKIPPED [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SKIPPED [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SKIPPED [INFO] jersey-tests-osgi .................................. SKIPPED [INFO] jersey-tests-osgi-functional ....................... SKIPPED [INFO] jersey-tests-stress ................................ SKIPPED [INFO] jersey-tests-performance ........................... SKIPPED [INFO] performance-test-benchmarks ........................ SKIPPED [INFO] jersey-tests-performance-runners ................... SKIPPED [INFO] jersey-grizzly-runner .............................. SKIPPED [INFO] jersey-tests-performance-testcase .................. SKIPPED [INFO] jersey-tests-performance-assemblies ................ SKIPPED [INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED [INFO] jersey-tests-performance-filter-global-test ........ SKIPPED [INFO] jersey-tests-performance-filter-name-test .......... SKIPPED [INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED [INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED [INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED [INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED [INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED [INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED [INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED [INFO] jersey-tests-performance-text-plain-test ........... SKIPPED [INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED [INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED [INFO] jersey-tests-performance-param-srl ................. SKIPPED [INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED [INFO] performance-test-tools ............................. SKIPPED [INFO] jersey-examples-assemblies ......................... SKIPPED [INFO] jersey-examples-bookmark ........................... SKIPPED [INFO] jersey-examples-bookmark-em ........................ SKIPPED [INFO] jersey-examples-bookstore-webapp ................... SKIPPED [INFO] jersey-examples-cdi-webapp ......................... SKIPPED [INFO] jersey-examples-clipboard .......................... SKIPPED [INFO] jersey-examples-clipboard-programmatic ............. SKIPPED [INFO] jersey-examples-declarative-linking ................ SKIPPED [INFO] jersey-examples-entity-filtering ................... SKIPPED [INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED [INFO] jersey-examples-entity-filtering-security .......... SKIPPED [INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED [INFO] jersey-examples-exception-mapping .................. SKIPPED [INFO] jersey-examples-freemarker-webapp .................. SKIPPED [INFO] jersey-examples-groovy ............................. SKIPPED [INFO] jersey-examples-helloworld ......................... SKIPPED [INFO] jersey-examples-helloworld-benchmark ............... SKIPPED [INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED [INFO] jersey-examples-helloworld-netty ................... SKIPPED [INFO] jersey-examples-helloworld-programmatic ............ SKIPPED [INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED [INFO] jersey-examples-helloworld-weld .................... SKIPPED [INFO] jersey-examples-helloworld-spring-webapp ........... SKIPPED [INFO] helloworld-spring-annotations ...................... SKIPPED [INFO] jersey-examples-http-patch ......................... SKIPPED [INFO] jersey-examples-http-trace ......................... SKIPPED [INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED [INFO] jersey-examples-https-server-glassfish ............. SKIPPED [INFO] jersey-examples-java8-webapp ....................... SKIPPED [INFO] jersey-examples-jaxb ............................... SKIPPED [INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED [INFO] jersey-examples-ejb ................................ SKIPPED [INFO] jersey-examples-json-binding-webapp ................ SKIPPED [INFO] jersey-examples-json-jackson ....................... SKIPPED [INFO] jersey-examples-json-jackson1 ...................... SKIPPED [INFO] jersey-examples-json-jettison ...................... SKIPPED [INFO] jersey-examples-json-moxy .......................... SKIPPED [INFO] jersey-examples-json-processing-webapp ............. SKIPPED [INFO] jersey-examples-json-with-padding .................. SKIPPED [INFO] jersey-examples-managed-beans-webapp ............... SKIPPED [INFO] jersey-examples-managed-client ..................... SKIPPED [INFO] jersey-examples-managed-client-webapp .............. SKIPPED [INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED [INFO] jersey-examples-multipart-webapp ................... SKIPPED [INFO] jersey-examples-open-tracing ....................... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED [INFO] jersey-examples-osgi-http-service .................. SKIPPED [INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED [INFO] jersey-examples-osgi-http-service-test ............. SKIPPED [INFO] oauth-client-twitter ............................... SKIPPED [INFO] jersey-examples-reload ............................. SKIPPED [INFO] jersey-examples-rx-client-webapp ................... SKIPPED [INFO] jersey-examples-server-async ....................... SKIPPED [INFO] jersey-examples-server-async-managed ............... SKIPPED [INFO] jersey-examples-server-async-standalone ............ SKIPPED [INFO] jersey-examples-server-async-standalone-client ..... SKIPPED [INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED [INFO] jersey-examples-server-sent-events-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: 02:29 min [INFO] Finished at: 2022-12-20T15:21:36Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project jersey-server: [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_44.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun1' 'surefire-20221220152112504_40tmp' 'surefire_7-20221220152112504_42tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_44.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun1' 'surefire-20221220152112504_40tmp' 'surefire_7-20221220152112504_42tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:513) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:397) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:326) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:269) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.lang.reflect.Method.invoke(Method.java:498) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.lambda$runSuitesForkOnceMultiple$3(ForkStarter.java:388) [ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [ERROR] at java.lang.Thread.run(Thread.java:748) [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project jersey-server: Please refer to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_44.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun1' 'surefire-20221220152112504_40tmp' 'surefire_7-20221220152112504_42tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_44.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun1' 'surefire-20221220152112504_40tmp' 'surefire_7-20221220152112504_42tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:513) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:397) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:326) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:269) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931) 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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.lambda$runSuitesForkOnceMultiple$3(ForkStarter.java:388) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.apache.maven.lifecycle.internal.MojoExecutor.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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.plugin.MojoExecutionException: Please refer to /home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_44.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun1' 'surefire-20221220152112504_40tmp' 'surefire_7-20221220152112504_42tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_44.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun1' 'surefire-20221220152112504_40tmp' 'surefire_7-20221220152112504_42tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:513) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:397) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:326) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:269) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931) 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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.lambda$runSuitesForkOnceMultiple$3(ForkStarter.java:388) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:278) at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:171) at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:546) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1183) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:931) 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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_44.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun1' 'surefire-20221220152112504_40tmp' 'surefire_7-20221220152112504_42tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone (ForkStarter.java:513) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple (ForkStarter.java:397) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:326) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:269) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1334) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1167) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:931) 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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java' '-Xmx1024m' '-Dfile.encoding=UTF8' '-Djava.security.manager' '-Djava.security.policy=/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/test-classes/server.policy' '-jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire/surefirebooter-20221220152112504_43.jar' '/home/jenkins/agent/workspace/ntinuous-integration_2.38-BRANCH/core-server/target/surefire' '2022-12-20T15-20-03_219-jvmRun2' 'surefire-20221220152112504_39tmp' 'surefire_6-20221220152112504_41tmp' Error occurred in starting fork, check output in log Process Exit Code: 143 at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork (ForkStarter.java:714) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.lambda$runSuitesForkOnceMultiple$3 (ForkStarter.java:388) at java.util.concurrent.FutureTask.run (FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624) at java.lang.Thread.run (Thread.java:748) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :jersey-server [Pipeline] // node script returned exit code 1 [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] } Failed in branch JDK 19 [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // node [Pipeline] } Failed in branch JDK 11 [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch JDK 8 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: ABORTED